Share via

Azure CosmosDb serverless creation failed

Keven van Zuijlen 1 Reputation point
2022-06-27T09:17:32.867+00:00

Hey,

I'm trying to create an Azure serverless cosmos database but I keep getting this error (for West Europe and North Europe region):

   {  
       "code": "DeploymentFailed",  
       "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",  
       "details": [  
           {  
               "code": "ServiceUnavailable",  
               "message": "Database account creation failed. Operation Id: 114316a4-2439-41f5-9895-77149be92835, Error : Message: {\"code\":\"ServiceUnavailable\",\"message\":\"Sorry, we are currently experiencing high demand in North Europe region, and cannot fulfill your request at this time. To request region access for your subscription, please follow this link https://aka.ms/cosmosdbquota for more details on how to create a region access request.\\r\\nActivityId: 211bda22-fa7e-48a1-94a1-4969578cd79d, Microsoft.Azure.Documents.Common/2.14.0\"}, Request URI: /serviceReservation, RequestStats: , SDK: Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0, Microsoft.Azure.Documents.Common/2.14.0"  
           }  
       ]  
   }  

I've seen people who also got this issue and they told me to contact support so that they can enable Azure CosmosDb serverless for me. I've contacted support multiple times but keep getting the same standard email:
"Thank you for contacting Azure. Your subscription already has access to <NorthEurope> If you are unable to create a COSMOS DB resource, you may have to use Powershell/CLI/SDK/ARM templates to provision resources.
Useful links:
Create and manage Azure Cosmos DB using PowerShell:
https://learn.microsoft.com/en-us/azure/cosmos-db/manage-with-powershell
https://learn.microsoft.com/en-us/azure/cosmos-db/manage-with-cli
https://learn.microsoft.com/en-us/azure/cosmos-db/manage-sql-with-resource-manager"

I've tried creating a Cosmos DB with portal, powershell, with the CLI, with ARM templates, using Terraform. I've tried everything and I still cannot create a cosmos database.

Anyone has any idea what it can possibly be?

Azure Cosmos DB
Azure Cosmos DB

An Azure NoSQL database service for app development.


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.