95,790 questions with Azure-related tags

Sort by: Updated
1 answer

How to diagnose "'AADB2C90289: We encountered an 'invalid_client' error connecting to the identity provider."

We have a Blazor application hosted in Azure which uses Microsoft Identity to authenticate the user. This has worked without incident for several years. As of last Friday night, any user trying to log into the system receives the following error after…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
953 questions
Microsoft Entra
asked 2024-05-06T05:27:15.5766667+00:00
Adam Collings 0 Reputation points
answered 2024-05-06T11:03:24.0466667+00:00
Sina Salam 3,881 Reputation points
1 answer One of the answers was accepted by the question author.

Rate limit increase for Whisper

Hello everyone, I would like to have the rate limit for OpenAI Whisper increased. The default of 3 RPM is too low for our production app so I kindly ask for an increase to 100 RPM, if possible. I am happy for any advice on how to proceed with this. Thank…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,195 questions
asked 2024-04-03T09:59:35.17+00:00
Steffen Schreiber 20 Reputation points
accepted 2024-05-06T10:56:45.0666667+00:00
Steffen Schreiber 20 Reputation points
2 answers

How to do Search inside a subFolder with Azure AI Search.

In Azure AI Search how to find something inside a subdirectory? right now when I am searching something i am getting result from all of the subfolders, I have to do search within a folder for example right now I am in /Submission directory and there are…

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.
720 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,190 questions
asked 2024-05-01T06:29:32.8333333+00:00
Hassan Kaleem 20 Reputation points
commented 2024-05-06T10:56:04.8366667+00:00
ajkuma 22,416 Reputation points Microsoft Employee
0 answers

Need to remove .azurewebsites.net cert from my App Service custom domain

I have an App Service servicing an API for a device with older, finicky SSL requirements. It can't accept multiple SSL certs on a domain and recognize the appropriate one to use, the domain has to only have the single cert it expects. In addition to the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,914 questions
asked 2024-05-01T16:49:00.6666667+00:00
Michael Dunkel 0 Reputation points
edited a comment 2024-05-06T10:54:12.4+00:00
ajkuma 22,416 Reputation points Microsoft Employee
5 answers

Why is the public ip range download blocked?

Hey, I use a script to download the public ip ranges from azure (https://www.microsoft.com/en-us/download/details.aspx?id=56519). If I view that URL in my browser, it displays and I am able to download the JSON. However, if I run my script that would…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,606 questions
asked 2024-05-01T11:40:10.79+00:00
karolyi 0 Reputation points
answered 2024-05-06T10:53:58.07+00:00
karolyi 0 Reputation points
1 answer

Error with Create Table USING DELTA LOCATION in training exercise

In the exercise https://microsoftlearning.github.io/mslearn-databricks/Instructions/Exercises/03-Delta-lake-in-Azure-Databricks.html the line of code spark.sql("CREATE TABLE AdventureWorks.ProductsExternal USING DELTA LOCATION…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,939 questions
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.
945 questions
asked 2024-05-01T13:00:09.32+00:00
James Mitchell 0 Reputation points
commented 2024-05-06T10:53:03.4566667+00:00
PRADEEPCHEEKATLA-MSFT 77,751 Reputation points Microsoft Employee
0 answers

Azure WebApp custom domain not auto-update binding from KeyVault Certificate

I have a webapp and a custom domain, secured with a SSL certificate binding and the externally provided and uploaded certificate in KeyVault. The certificate was updated and a new version recorded in KeyVault. Today when the original cert expired, the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,914 questions
asked 2024-05-03T09:10:54.7+00:00
ozbobwa 16 Reputation points
commented 2024-05-06T10:52:04.1166667+00:00
VenkateshDodda-MSFT 18,441 Reputation points Microsoft Employee
0 answers

azure policy to check managedby property of resource group

hi, i m trying to create azure policy to make sure the mangedby property is set when creating resources group using terraform. { "field": "type", "equals": "Microsoft.Resources/resourceGroups/managedBy" } but…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
797 questions
asked 2024-05-06T10:44:22.3766667+00:00
Dharmaraj 0 Reputation points
0 answers

Azure AI Chat playground: select the Azure AI Search resource loading/greyed out

i cant select Azure AI Search resource and is it loading but nothing happens

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,397 questions
asked 2024-05-06T07:56:49.5966667+00:00
German, Markus 0 Reputation points
commented 2024-05-06T10:34:10.9233333+00:00
German, Markus 0 Reputation points
1 answer

azure ad some of the filter not working with expand attribute like NOT startsWith(displayName, 'Yogendra')

azure ad some of the filter not working with expand attribute like NOT startsWith(displayName, 'Yogendra'). you can refer this screenshot

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
953 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,656 questions
asked 2024-05-06T07:03:48.7533333+00:00
Yogendra 0 Reputation points
edited a comment 2024-05-06T10:34:10.27+00:00
Yogendra 0 Reputation points
0 answers

callsUpdate event not firing

Hi all, I was wondering how the callsUpdated event for the TeamsCallAgent worked in azure-communication-common. I tried subscribing for the event on the teamsCallAgent, in the same way that you can for the incomingCall event, but it never triggers. Not…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
686 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,870 questions
asked 2024-05-06T10:01:09.2433333+00:00
Jeroen H 40 Reputation points
commented 2024-05-06T10:32:41.2833333+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 20 Reputation points Microsoft Vendor
2 answers

How to access subscription after deleting all owner permissions

Hi, I accidentially deleted all Owner permissions for my MDN test subscription. Now I can no longer: Assign or list permissions in IAM Manage any resources Create a support ticket or buy paid support How can I get access to my subscription back?

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
953 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,568 questions
asked 2024-05-06T09:52:36.23+00:00
Sebastian Kümmel 0 Reputation points
answered 2024-05-06T10:32:18.2766667+00:00
TECH ZEE 0 Reputation points
0 answers

IoT Central Application

I have created a device in azure iot central application with device template, but while trying to open that device it is keep on loading. Can you please help me to solve this issue.

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
348 questions
asked 2024-05-03T10:28:37.2533333+00:00
Gorantla Srikanth 40 Reputation points
commented 2024-05-06T10:31:52.32+00:00
Gorantla Srikanth 40 Reputation points
0 answers

How to read multiple parquet files in azure ml job ?

I have multiple parquet files under a folder named "CYCLES" in an azure blob storage type datastore named "cycle_datalake". I need to read all the files in CYCLES folder as one dataframe in an azure ml job. I tried creating a data…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,575 questions
asked 2024-05-06T09:20:34.9133333+00:00
Sena Aslan 0 Reputation points
commented 2024-05-06T10:30:05.5466667+00:00
santoshkc 4,425 Reputation points Microsoft Vendor
4 answers

Azure backup vault for Postgresql Flexi instance

HI , Question on the long term backup for Azure postgresql flexi - as per the doc below https://learn.microsoft.com/en-us/azure/backup/backup-azure-database-postgresql-flex I observed that, after the successful backup, I see the backup files in object…

Azure Database for PostgreSQL
asked 2024-05-01T13:43:38.7333333+00:00
subhash-DBA 20 Reputation points
edited an answer 2024-05-06T10:27:52.1033333+00:00
subhash-DBA 20 Reputation points
0 answers

Upgrade your legacy WAF configuration to WAF policies

I have received "high impact" Advisor recommendations from azure to "Upgrade your legacy WAF configuration to WAF policies". I have tried to follow as per suggested in the following…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
962 questions
Azure Web Application Firewall
asked 2024-05-06T01:51:09.09+00:00
jazzspeed 0 Reputation points
commented 2024-05-06T10:27:43.64+00:00
Sina Salam 3,881 Reputation points
0 answers

Spark_Ambiguous_Executor_MaxExecutorFailures

Hi I'm running a scheduled multiple run notebook using the below configuration, but I keep getting the below error DAG = { "activities": [ { "name": "Notebook", "path":…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,939 questions
asked 2024-05-06T08:06:10.67+00:00
Seelan 0 Reputation points
edited the question 2024-05-06T10:26:53.0166667+00:00
Rakesh Gurram 2,925 Reputation points Microsoft Vendor
0 answers

Failedto load PostgreSQL Flexible serverdatabases

Hi everyone Maybe who knows what is going on?

Azure Database for PostgreSQL
asked 2024-05-06T10:26:10.36+00:00
Alexander Lapin 60 Reputation points
1 answer

resource group not found - error 404

Hi everyone, When I try to create a virtual machine, the creation of a new resource group results in a 404 error - please see the 2 screenshots below. I am new to Microsoft Azure, and it is the first time that I try to create a Virtual Machine. Any help…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,164 questions
asked 2024-05-06T09:36:55.07+00:00
Lorenzo Perino 0 Reputation points
answered 2024-05-06T10:23:36.1566667+00:00
akinbade abiola 0 Reputation points
0 answers

400 Bad Request error when calling Command R+ model with assistant tool call in message history

When making a request to /v1/chat/completions as described in this page: https://learn.microsoft.com/en-us/azure/ai-studio/how-to/deploy-models-cohere-command#chat-api-reference-for-cohere-models-deployed-as-a-service to call the command r+ llm,…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,397 questions
asked 2024-04-26T18:20:36.7233333+00:00
M. Lambert 5 Reputation points
edited a comment 2024-05-06T10:21:48.1366667+00:00
M. Lambert 5 Reputation points