372,832 questions

Sort by: Updated
1 answer

Feedback: Reported indicator should be shown consistently and not error

Whenever I report a post then sometimes it shows the yellow "reported" indicator after it is reported and sometimes it doesn't. This should be consistently shown. Related to this, if someone else reports a post and I open it then it isn't…

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
771 questions
asked 2024-08-16T16:16:18.24+00:00
Michael Taylor 53,396 Reputation points
answered 2024-09-05T22:44:33.54+00:00
Alison A 5 Reputation points Microsoft Vendor
1 answer

Get online meetings transcripts using graph api

Hello, I've search for couple of days, but with no hope. I'm using Graph api beta to establish a teams online meeting because there's an option to turn on "recordAutomatically" and it works great. The problem it getting the transcript. If I…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,767 questions
asked 2024-09-05T13:53:31.5733333+00:00
Vadim Gavrilov 0 Reputation points
answered 2024-09-05T22:40:01.51+00:00
Aleksandr Kolesnikov 406 Reputation points
2 answers

I want to know how to install RDP (mstsc) manually.

I accidentally removed the RDP and want to reinstall it, how do I install it manually? I keep telling you to look for it on the Microsoft homepage, but I can't get the results. The [mstsc] command also does not work.

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,495 questions
asked 2023-11-08T08:04:43.01+00:00
H JK 0 Reputation points
answered 2024-09-05T22:39:55.91+00:00
Ja Pan 0 Reputation points
0 answers

Windows Hello Unavailable for Domain Managed Account but working for local account

We have hybrid on premises Active Directory and Entra ID environment. We have set up group policy to enable Windows Hello for Business. Our company laptops, which are on Windows 11 can use Windows Hello facial recognition when not joined to the domain,…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,239 questions
asked 2024-09-05T22:39:41.12+00:00
Carolyn Hernandez 0 Reputation points
0 answers

Problem with az aro update Code: DeploymentFailed

Hello, I am trying to execute az aro update on my ARO cluster but after few minutes I am receiving message as below: (DeploymentFailed) ARO Cluster Operator has failed to initialize successfully. Please retry, and if the issue persists, raise an…

Azure Red Hat OpenShift
Azure Red Hat OpenShift
An Azure service that provides a flexible, self-service deployment of fully managed OpenShift clusters.
84 questions
asked 2024-09-05T22:39:02.1333333+00:00
Sepski, Krzysztof Antoni 0 Reputation points
1 answer

Deploying First "Hello World" App Using Python/Flask on Azure.

Brand new here. Brand new to python, flask, vscode, Azure. I am starting with "Hello World" as my first app, using Python/Flask on Azure. Are newbie questions allowed here? I'm looking for suggestions for learning. I realize I'm on the…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,465 questions
asked 2024-09-04T14:27:04.9433333+00:00
David Greenwalt 0 Reputation points
commented 2024-09-05T22:32:38.8166667+00:00
VarunTha 7,550 Reputation points Microsoft Vendor
1 answer

Intune rights to unassignUserFromDevice and assignUserToDevice

Hello, I would like to remove or change assigned users to autopilot device in Intune. I have the following endpoints: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,767 questions
Windows Autopilot
Windows Autopilot
A collection of Microsoft technologies used to set up and pre-configure new devices and to reset, repurpose, and recover devices.
455 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,869 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,928 questions
asked 2024-09-05T14:46:21.1333333+00:00
Konrad Wojciechowski (Nokia) 20 Reputation points
answered 2024-09-05T22:31:11.43+00:00
Aleksandr Kolesnikov 406 Reputation points
0 answers

"Some files were not uploaded" error when updating Data Asset from file

In AzureML Studio, am attempting to update an existing data asset from a .csv file in local storage. Getting this error "Some files were not uploaded...." despite having uploaded a similar spreadsheet dozens of times to this dataset. If I try…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,830 questions
asked 2024-09-05T15:26:39.4566667+00:00
Austin Bailey 0 Reputation points
commented 2024-09-05T22:29:10.92+00:00
Austin Bailey 0 Reputation points
1 answer

Lookup Different Source Query Based on Pipeline Input Param Value

Hello, I have a pipeline with a parameter where I need to perform a Lookup on the source query based on the input and then process that data. I cannot use a Switch Activity as I am utilizing a ForEach Activity for further data processing. Is it possible…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,512 questions
asked 2024-09-05T21:53:27.6633333+00:00
libpekin 106 Reputation points
answered 2024-09-05T22:28:53.4966667+00:00
Sina Salam 9,406 Reputation points
1 answer

Microsoft Bot not being installed iin teams through graph API

Hi! I have created an app registration in Azure for my bot and configured all the permissions as shown below for the Graph API. I have tested the bot in webchat and teams and it works. However, now we are trying to install the bot using the graph api…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
825 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,910 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,767 questions
asked 2024-09-05T22:27:36.06+00:00
Jawad Omer 0 Reputation points
edited the question 2024-09-05T22:28:47.7066667+00:00
Jawad Omer 0 Reputation points
1 answer

I am trying to run the azure prompt flow on vs code but while running I am getting the "pf.flow.test failed with UserErrorException: JSONDecodeError: Execution failure in 'lookup': (JSONDecodeError) Expecting value: line 1 column 1 (char 0)" error.

Actually, I want to run the Q&A prompt flow on VS code, But I am getting error "pf.flow.test failed with UserErrorException: JSONDecodeError: Execution failure in 'lookup': (JSONDecodeError) Expecting value: line 1 column 1 (char 0)" after…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
936 questions
asked 2024-08-23T11:31:22.8166667+00:00
Mandar Potinda 0 Reputation points
answered 2024-09-05T22:26:52.3566667+00:00
Rudy Sandoval 0 Reputation points
0 answers

Logic app HTTP trigger - cannot read properties of undefined (reading 'getresponseheader'), BadRequest

I am trying to make Call external HTTP request through logic apps HTTP Action. API output has 1Million records, when the number of records is less, my Logic APP is running successfully. When the number of records in the API is more, Logic app is failing…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,148 questions
asked 2024-09-05T22:26:26.61+00:00
Shivarudraiah, Sunil 0 Reputation points
0 answers

SAP HANA B1 installation in HA mode cannot proceed due to Azure Load Balancer ping restriction

We are installing SAP HANA B1 in Virtual Machine using Azure Load Balancer(ILB) as Virtual IP address (VIP). While installing SAP B1, installation script run ping and it fails as ILB VIP cannot ping. As per Microsoft ILB IP cannot ping as this expected…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,756 questions
SAP HANA on Azure Large Instances
SAP HANA on Azure Large Instances
Microsoft branding terminology for an Azure offer to run HANA instances on SAP HANA hardware deployed in Large Instance stamps in different Azure regions.
122 questions
asked 2024-08-30T06:49:31.41+00:00
Sanjay Singh 40 Reputation points
commented 2024-09-05T22:25:03.58+00:00
Sanjay Singh 40 Reputation points
0 answers

Azure Bot App not being installed in teams

Hi! I have created an app registration in Azure for my bot and configured all the permissions as shown below for the Graph API. I have tested the bot in webchat and teams and it works. However, now we are trying to install the bot using the graph api…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
825 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,910 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,767 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,239 questions
asked 2024-09-05T22:24:30.42+00:00
Jawad Omer 0 Reputation points
0 answers

Variable from one environment to another

Hi how to add environment variable when same pipeline needs to load from qa to prod or test instance like link services.. Pls share screenshot

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,512 questions
asked 2024-09-05T22:23:39.84+00:00
Vineet S 730 Reputation points
0 answers

Azure Bot App not being installed in teams

Hi! I have created an app registration in Azure for my bot and configured all the permissions as shown below for the Graph API. I have tested the bot in webchat and teams and it works. However, now we are trying to install the bot using the graph api…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
825 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,910 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,767 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,239 questions
asked 2024-09-05T22:23:24.7166667+00:00
Jawad Omer 0 Reputation points
0 answers

Max memory per Container Instance in an ACR

Hey, I see that the max memory for a Container Registry ist 16gb. Is this shared across Containers or summed? Let's say I have 4 containers that are build sequentially with a github actions script. Do I have to split my memory across the 4 containers…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
442 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
687 questions
asked 2024-09-05T18:35:49.2066667+00:00
RSale 0 Reputation points
commented 2024-09-05T22:21:37.13+00:00
RSale 0 Reputation points
0 answers

No se puede reconocer la cadena como valor DateTime válido

Buen día. Tengo una aplicación web, desplegada en el IIS de un servidor que está en la nube. Constantemente me sale un error de manera intermitente que indica "No se puede reconocer la cadena como valor DateTime válido" , luego de un rato la…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,613 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,891 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,816 questions
asked 2024-09-05T22:21:18.4966667+00:00
1 answer

ARM deployment completes successfully while DSC configuration is still working

I have a DSC extension intended to bootstrap and harden my Azure VMs. It includes several steps which require a reboot. The LCM is configured to reboot automatically and to continue configuration after the reboot. It appears that the DSC extension…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,756 questions
asked 2024-08-29T05:24:52.67+00:00
jeremyahagan 6 Reputation points
commented 2024-09-05T22:20:50.78+00:00
jeremyahagan 6 Reputation points
1 answer One of the answers was accepted by the question author.

Unclear statement on storage accounts Microsoft Learning

Under structure data there is this description that I'm finding hard to understand. 'Structured data is stored in a relational format that has a shared schema. Structured data is often contained in a database table with rows, columns, and keys. Tables…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,465 questions
asked 2024-09-04T11:43:42.7833333+00:00
brenda okach 20 Reputation points
commented 2024-09-05T22:16:30.34+00:00
VarunTha 7,550 Reputation points Microsoft Vendor