Hi @Karan Tuteja ,
Here are a few steps you can try to resolve this capacity limitation:
- Check Quota Limits: Ensure that your subscription hasn’t reached its quota limit for Azure SQL Database servers in the ‘eastus’ region. You can request an increase in the quota through the Azure portal if needed.
- Try a Different Region: If ‘eastus’ is currently not accepting new SQL Database servers, consider deploying your Azure Synapse Analytics workspace in a region with available capacity.
- File a Support Request: If you need to deploy specifically in ‘eastus’, you might need to file a support request with Microsoft to enable the region for your subscription. This can be done through the Azure portal by selecting “Help + support” and then “New support request”. Choose the issue type related to “Service and subscription limits (quotas)”.
- Verify Resource Provider Registration: Double-check that the Microsoft.Sql resource provider is registered for your subscription. You can do this in the Azure portal under “Subscriptions” > “Resource providers”. **
Reference:**
https://learn.microsoft.com/en-us/azure/azure-sql/capacity-errors-troubleshoot?view=azuresql&tabs=portal
If this answers your question, please click Accept Answer and Yes if this answer was helpful. Doing so would help other community members with similar issues identify the solution. I highly appreciate your contribution to the community.