Config map does not appear on Azure container group profile
I'm following these docs to create an azure container group profile that I can use in a standby pool later on. However the config map I specify either in the profile, or when requesting an instance do not appear in the container. Command used to create…
Azure Container Instances
Form-Recogniser Layout - Paragraphs not in order
Hi, My firm is utilising the Azure Document Intelligence form-recognizer layout, specifically the Dockerized solution. I am talking about this Docker image: mcr.microsoft.com/azure-cognitive-services/form-recognizer/layout-3.1:latest. It's being used to…
Azure AI Document Intelligence

Exposing API as MCP Server in Azure API Manager is not passing POST body to API
I am trying to expose my API as an MCP server through Azure API Manager. The API has a POST endpoint which accepts a simple body of 2 numbers { "number1": 10, "number2": 5 } It then does some very basic math on them (add,…
Azure API Management
Unexpected GET calls received in API Management instance from Microsoft Datacenter IPs
Unexpected GET calls received in API Management instance (apim-api-gw-prd) from Microsoft Datacenter IPs. Please refer the attached logs registered via app insight (ai-apim-api-gw-prd) associated with the APIM. Why we are receiving such GET calls to the…
Azure API Management
How can I index 11,000 documents using an Azure Search indexer when the process keeps timing out repeatedly after 2 hours without successfully indexing any documents?
As you can see, I had already indexed 11,000 documents, but the indexer was accidentally reset. Now, it’s unable to reprocess them and consistently times out after 2 hours. How can I resolve this issue?
Azure AI Search
How to Scale IN and Scale Out in VMSS using Logic Apps?
Hi Team, Is it possible to automate Scale In and Scale Out using Logic App despite of active rules for both scalling in VMSS? I will use dynamic alert threshold to trigger the Logic App
Azure Logic Apps
Plot postal codes provided in ranges.
Hi, We are currently using Bing Maps and have received a requirement from our customers to plot postal codes on the map. However, instead of providing individual postal codes, they will provide in a range format, such as 21070–21199. The requirement is…
Azure Maps
implementing D drive on windows container agent
I am planning to create D drive which is for docker windows container and later it will be POD and then it will be used as a self hosted agent to run pipeline How it can be done?
Azure DevOps
Where is the API reference doc for azurefunctions.extensions.bindings.blob
I was going through the blob triggers example on the Microsoft website and came across this import azure.functions as func import azurefunctions.extensions.bindings.blob as blob For azure.functions, I know the api doc is at link. For…
Azure Functions
Azure - unable to delete ServiceAssociationLink in subnet for Azure Container App
Im in a bit of a pickle. Ive got a Vnet with a subnet. I successfully deployed my infra stack which includes an Azure Function App and an Azure Container App environment. Both of these are VNet injected into the subnet in question. The deployment all…
Azure Container Apps
Databricks Execution Strategy for One-Time 80 TB Migration
In our one-time historical data migration project, we are processing approximately 80 TB of CSV data into Parquet format using Azure Databricks, within a strict 3-day completion window. The raw CSV files are extracted from on-prem DB2 snapshots and…
Azure Databricks
Merge Two Accounts for my certifications
I have two mail accounts for Microsoft Certification with two different Mail IDs. One of the account is where I was doing the exams for years and the other is also my business account. I was not able to log in to the hotmail account because the phone…
Azure | Azure Training

AZF Dataflow error connection CosmosDB
I have created a linked service and the testconnection is succeeded But when I use this linked service in a dataflow and test the connection I get the following error: Error codeDFExecutorUserError DetailsStatus code 400,…
Azure Data Factory
SIGSharing feature stuck in "Pending" state
The Microsoft.Compute/SIGSharing feature has been registered but remains in a Pending state for over 4 hours. Attempts to re-initialize the registration process have not resolved the issue. What steps can be taken to address this situation?
Azure Virtual Machines
each time i try and create a mysql database it fails
Each time I have tried to create a mysql database so that I can migrate from dreamhost, the deployment for the mysql fails and i have no real reason why? sometimes it says issue with region and sometimes not. What are the settings I should input for…
Azure Database for MySQL
Create Azure burstable VM with nested virtualization
We've been running Windows Docker containers in a Windows B2s virtual machine. Running Docker containers in a VM is known to require nested virtualization so that Hyper-V can be enabled. We now need to create a new virtual machine in a different…
Azure Virtual Machines
Error while accessing Azure portal
Hi, I'm getting the below error after I log to the Azure portal Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application 'e6694c91-1590-4e35-9bb7-b865c638b9c1' in that tenant. The account needs to be added as…
Azure Databricks

Frequent "Container Stopped" Alerts in App Service for Node.js Container (App Works Fine)
Hi Team, I'm currently running a Node.js application on Azure App Service (Linux) using a custom Docker container. I’ve noticed that I frequently receive alerts indicating "Container stopped", but my application continues to work normally…
Azure App Service
How to Deploy a Node.js Azure Function Using FFmpeg for WebM to WAV Conversion?
We are using FFmpeg in a JS function to convert WebM base64 to WAV base64, and it's working fine on the local system. But we are not able to deploy the function in Azure Function. Is there any process to deploy the function in Azure Function App?
Azure Functions

How to Get the Most Recently Modified Pull Request Timestamp in an Azure DevOps Repository?
I am looking for a way to determine the latest modification timestamp across all pull requests within a specific Azure DevOps repository. By "modified," I am referring specifically to actions such as: Adding a comment to a pull request Deleting…