Azure AI Vision / Computer Vision resource creation fails in UAE North with InternalServerError

Deepu Thomas 0 Reputation points
2026-07-01T08:39:53.3733333+00:00

We are unable to create/provision Azure AI Vision / Computer Vision resource in UAE North.

This is not an OCR API runtime issue. We are not yet calling the OCR API. The Azure resource itself cannot be created.

Service:

Azure AI Vision / Computer Vision

Resource provider:

Microsoft.CognitiveServices

Failing operation:

Microsoft.CognitiveServices/accounts/write

Region:

UAE North / uaenorth

Provider registration:

Registered

SKU availability verified:

ComputerVision F0 Free

ComputerVision S1 Standard

Command tested:

az cognitiveservices account create --name chequevisionmpnae01 --resource-group ChequeVisionMPNRG --kind ComputerVision --sku S1 --location uaenorth --yes

Error:

InternalServerError

Code: InternalServerError

Message: Internal Server Error.

We tested resource creation in three enabled subscriptions:

  1. MCPP Subscription
  2. IBS-Partner-Azure-Credit
  3. Microsoft Partner Network

In all UAE North tests:

  • Resource group creation succeeds.
  • Microsoft.CognitiveServices provider is registered.
  • ComputerVision F0 and S1 SKUs are visible for uaenorth.
  • ComputerVision S1 creation fails.
  • ComputerVision F0 creation fails.
  • AIServices S0 creation also fails.
  • Deleted Cognitive Services resource list is empty.

Important comparison:

The same ComputerVision S1 resource creation succeeds in East US.

Question:

Is Azure AI Vision / Computer Vision OCR currently provisionable in UAE North? If yes, why does Microsoft.CognitiveServices/accounts/write fail with InternalServerError in UAE North while East US succeeds?

We need this for UAE data residency/compliance for cheque OCR processing.

Azure AI Custom Vision
Azure AI Custom Vision

An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.


2 answers

Sort by: Most helpful
  1. kagiyama yutaka 4,670 Reputation points
    2026-07-02T08:52:51.7166667+00:00

    I think the only hard fact is the region list and CV shows as available in uaenorth, and the Microsoft.CognitiveServices/accounts/write 500 has no stated reason, and the safe step is to retry once in Portal and send that failed activity‑log and request‑id to Azure support for a region check.

    Was this answer helpful?

    0 comments No comments

  2. Karnam Venkata Rajeswari 4,925 Reputation points Microsoft External Staff Moderator
    2026-07-01T08:57:06.37+00:00

    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-

    1. 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:
         az cognitiveservices account create \
          --name chequevisionmpnae01 \
          --resource-group ChequeVisionMPNRG \
          --kind ComputerVision \
          --sku S1 \
          --location uaenorth \
          --yes \
          --debug
      
      Please collect:
      • UTC timestamp of the failure
      • x-ms-request-id
      • x-ms-correlation-request-id
      • Full error payload
    2. Reviewing Azure Activity Logs Please capture the failed event associated with Microsoft.CognitiveServices/accounts/write
    3. Reviewing Azure Service Health Check for any active advisories or service events affecting Azure AI Services within UAE North.
    4. 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

    Please let us know if the response was helpful

     

    Thank you

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.