Developer Portal 'Try It' Fails to Upload File for multipart/form-data
Hi, I'm currently using Azure API Management and have created an HTTP API that accepts file uploads via multipart/form-data. The API works correctly when tested using tools like Postman or through my own backend integration, the file is successfully…
Terraform apply error during CreateOrUpdate and my Public IP resource gets associated to unknown subscription
Hi! I experienced a nasty glitch while terraform tried to apply changes to a Public IP resource that had delete lock. That resource somehow changed it´s subscription to a unknown one ja associated itself to a resource called appgwLoadBalancer. Any good…
I want to my azure function from v1 to v4 my current dotnet framework is 4.8 need suggestion which version should I go 4.8 or 8 or 9
I want to my azure function from v1 to v4 my current dotnet framework is 4.8 need suggestion which version should I go 4.8 or 8 or 9. I am try to migrate to 4.8 with v4 but as per microsoft guide it mentioed to add output type as exe and mine was class…
Logic app fails to connect to Azure VM citing expired token, but the connection in Config is shown as OK
Hi, my Logic App that starts a VM each morning is now failing to do so. It starts but can't connect to the VM: { "error": { "code": "ExpiredAuthenticationToken", "message": "The access token expiry UTC time…

Availability of GPT-4o-Transcribe in Azure AI Speech?
GPT-4o-Transcribe has recently been released by OpenAI. Will this also be available via Azure AI Speech, similar to Whisper, so that it can be easily integrated into flows with the appropriate connectors? See:…
Error Deploying Azure Function from VS Code: 'No HTTP triggers found'
I am trying to overwrite deploy code that I was previously able to deploy to an Azure Function App using VS Code, but I am unable to deploy it. So, I tried to investigate by creating new sample code and new Function App on the Azure. Even it's brand new…
Module connection using x509 certificates
Hi, When reading the docs about connecting devices and modules using a x509 certificate there is this part about the required common name (CN): For modules using X.509 authentication, the module's certificate must have its common name (CN) formatted…
Request for clarity on Data Privacy while using Azure AI Services and User Prompts
Hi Team, I am preparing for AI-102 and went through this module which talks about security. I am curious and wanted to know whether any user prompt or any other user data is also saved by Azure AI Services, is there any existing documentation on this in…
Image deployment is failing with AKS
I have below image in ACR, you can see: in Deployment file also I gave same image name: but it is failing with following error. I verified POD logs you can see below Please see the events of POD below : Events: Type Reason Age …

Founders Hub Application Blocked - LinkedIn Linked to Previous Startup Account
Hi, I'm hoping someone here might be able to offer some guidance or point me in the right direction regarding an issue I'm facing with a Microsoft for Startups Founders Hub application. I recently applied for the Founders Hub program for my new startup…
Azure AI Search Indexer Timeout Issue with PDF Document
I'm experiencing persistent indexer timeout issues with my Azure AI Search setup. Here's my workflow: Node server uploads files to Azure Blob Storage Azure Function triggers automatically on blob upload to index the document Function executes…
All inbound request port to Azure Linux Webapp is 80, not 443 in logs( in application insights & AppServiceHTTPLogs Table)
We made request test to azure linux webapp, find all port is 80, no matter I request http or https. I configed the Diagnostic logs and application insights, the recored was same as below: (Made same test in windows webapp, there is no this issue.…
Azure student subscription get denied or get approve, then disable immediately
I am teaching undergraduate students and have them applied for $100 Azure student subscription using university email "@ac.th" (like "@.edu") and the email is also being Microsoft subscription. Some students can apply without any…
Unable to resolve global.rdc.infrastructure.microsoft.com from Azure VM (NXDOMAIN from 8.8.8.8 and 1.1.1.1)
I'm deploying AVD in Azure. DNS resolution to global.rdc.infrastructure.microsoft.com fails even when using the Azure-provided DNS (168.63.129.16) inside my VNet. Public resolvers like 8.8.8.8 and 1.1.1.1 also return NXDOMAIN — as expected. But this…

Is it possible to host multiple static app in single Azure static web app service ?
We developed HTML, CSS, Java script based static applications. We have multiple static Applications. It's hosted in Storage blob container, since storage container doesn't support Authentication. Planning to migrate to Azure Static Web App service. we…
How to batch create a searchable pdf using azure document intelligence python API
Hi All, I have stored some PDFs in Azure Blob storage and I am trying to batch OCR these documents while also creating a searchable PDF. Unfortunately at the moment I'm getting a file with the following extension "filename.pdf.ocr.json" which…
Create DB identity in synapse notebook
Hi, I want to create a Synapse notebook where can read data from Azure SQL server DB. So I need to connect the DB via jdbc and enter the user name and password like code below. Is there a way where I can store this username and password somewhere so that…
Pipelines are failing is Synapse Environment without any proper error specified?
Issue Description: Pipelines are failing in the Synapse environment without any specific error message or detailed logs. The pipelines run as usual but fail silently, and no error or warning is provided that can help diagnose the root cause of the…
getting storage account File Share Count metric in File metric namespace using az cli
I would like to use the az cli to retrieve the "File Share Count" metric from the "File" namespace of my storage account. This is available in the Azure portal, however I did not find a way to access this metric using the az cli: az…
Issues with OpenTelemetry Integration in .NET 8 Azure Function App
A .NET 8 Function App has been developed using the isolated worker model, following the guidelines in the Microsoft documentation: OpenTelemetry with Azure Functions. After deploying the application in a DEV environment and performing validation, it was…