An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
Hello @Deepu Thomas ,
Welcome to Microsoft Q&A .Thank you for reaching out to us.
The failure is consistently occurring during the Microsoft.CognitiveServices/accounts/write operation in UAE North (uaenorth), while the same deployment succeeds in East US. Based on the evidence available, this points to a region-specific provisioning issue rather than a deployment configuration issue.
Please check if the following steps help-
- Capturing Detailed Diagnostic Information Since the failure occurs during the backend provisioning stage and returns a generic InternalServerError (HTTP 500), the next step is to correlate the failed requests using the collected request identifiers and timestamps so that the underlying regional condition can be investigated further. Run the deployment with debug logging enabled:
Please collect:az cognitiveservices account create \ --name chequevisionmpnae01 \ --resource-group ChequeVisionMPNRG \ --kind ComputerVision \ --sku S1 \ --location uaenorth \ --yes \ --debug- UTC timestamp of the failure
- x-ms-request-id
- x-ms-correlation-request-id
- Full error payload
- Reviewing Azure Activity Logs Please capture the failed event associated with Microsoft.CognitiveServices/accounts/write
- Reviewing Azure Service Health Check for any active advisories or service events affecting Azure AI Services within UAE North.
- Performing Regional Validation If compliance requirements permit, validate resource creation in UAE Central. This can help determine whether the condition is isolated specifically to UAE North while remaining within the UAE geography.
The following references might be helpful , please check them out
- Azure Product by Region | Microsoft Azure
- Activity Log in Azure Monitor - Azure Monitor | Microsoft Learn
- What is Azure Service Health? - Azure Service Health | Microsoft Learn
- Create a Foundry resource - Foundry Tools | Microsoft Learn
- What is Azure Vision in Foundry Tools? - Foundry Tools | Microsoft Learn
Please let us know if the response was helpful
Thank you