Support to fix error "Unable to activate API service at this time. This could be temporary issue in the region. If the issue persists after retry, please open a support case for your API management

Ali Ashraf Mohammad 0 Reputation points Microsoft Employee
2026-07-30T08:32:47.8666667+00:00

We are deploying a new Azure API Management (APIM) instance using EV2 + ARM templates. The deployment successfully progresses through EV2 and ARM, and the APIM resource is created, but activation consistently fails before reaching a successful provisioning state. Configuration

  • APIM SKU: Premium
  • Primary Region: Central US
  • Additional Region: East US 2
  • Public Network Access: Enabled
  • VNET: Disabled (virtualNetworkType=None)
  • System Assigned Managed Identity enabled Issue After ~1 hour 22 minutes, the rollout fails with:

{ "code": "ActivationFailed", "message": "Unable to activate API service at this time. This could be temporary issue in the region..." } Correlation ID: faf69575-7f3f-4501-998e-aef8ed2c8851 Timestamp: 7/30/2026 7:03:44 AM I deleted the failed APIM resource and retried the deployment, but the same failure occurred. Additionally, Azure Activity Logs show: Deployment failure - Region not supported The region is not supported for v2 tiers. User's image
Could you please help determine the root cause of the activation failure and whether this is related to regional capacity/tier availability, or another APIM platform-side issue? Attached are the EV2 rollout logs, deployment operation details, Activity Log entries, correlation ID, and timestamps.

Azure API Management
Azure API Management

An Azure service that provides a hybrid, multi-cloud management platform for APIs.


2 answers

Sort by: Most helpful
  1. Sina Salam 31,056 Reputation points Volunteer Moderator
    2026-07-30T16:53:42.9333333+00:00

    Hello Ali Ashraf Mohammad,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are having "Unable to activate API service at this time" error.

    The activation failure is caused by deploying Azure API Management Consumption tier in Azure Government, which is not supported. - https://learn.microsoft.com/en-us/azure/api-management/api-management-features

    What you can do is to:

    After changing the SKU from Consumption to a supported APIM tier and confirming the target Azure Government region supports the selected tier, the deployment should proceed through activation. Azure Support is only required if a supported SKU still fails after validating region availability, subscription quota, provider registration, and soft-deleted name conflicts.

    I hope this is helpful. Please! Do not hesitate to let me know if you have any other questions, steps or clarifications.


    Please do not close the thread by upvoting and accepting the answer if any part of it is helpful.

    Was this answer helpful?

    0 comments No comments

  2. Karan Pratap Singh 80 Reputation points
    2026-07-30T14:46:30.96+00:00

    Hi Ali,

    I had a look at the issue and the multi-region deployment guidance. The multi-region feature is not something that can fix the "Unable to activate API service" error because it applies only after the APIM instance has been successfully provisioned. It is mainly used to add additional regional gateways for better availability and lower latency.

    For this activation failure, I would suggest checking:

    Azure Service Health for any APIM-related outage in the selected region

    Whether the APIM SKU is currently available in that region

    Whether there is a previous failed or soft-deleted APIM instance using the same name

    The deployment error details, including correlation ID and timestamp, if available

    If the issue continues after retrying the deployment, Microsoft Support may need to investigate the backend provisioning failure.

    Hope this helps. If you can share the APIM region, SKU, and the full error details, we can look further.

    Thanks,

    Karan

    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.