
Runnung into Azure Service Limits?
From time to time we stumble about resource quotas in Microsoft Azure. So this is a good opportunity to remember the article “Azure Subscription and Service Limits, Quotas, and Constraints” which describes the limits used by default in Azure services. So when creating a new SQL Server in an Azure subscription I ran into the message “Server response = 40652 Cannot move or create server. Subscription ‘xxxx’ will exceed server quota.”. Honestly, first I did not check the error message, then I saw that the server quota would have been exceed. So the solution was to delete unused SQL servers in that subscription to free resources and then to create the new SQL server resource in the Azure Portal. ...







