Skip to content

Add troubleshooting guide for Azure SQL region validation#4

Open
paulyuk wants to merge 2 commits intomainfrom
docs/azure-sql-region-validation
Open

Add troubleshooting guide for Azure SQL region validation#4
paulyuk wants to merge 2 commits intomainfrom
docs/azure-sql-region-validation

Conversation

@paulyuk
Copy link
Copy Markdown
Collaborator

@paulyuk paulyuk commented Apr 23, 2026

Summary

Adds a TROUBLESHOOTING.md guide that helps users quickly find Azure regions that allow SQL server provisioning on their subscription.

Problem

When deploying with \�zd up, users often encounter \ProvisioningDisabled\ or \RegionDoesNotAllowProvisioning\ errors for popular regions like \�astus. This leads to trial-and-error region selection.

Solution

Provides ready-to-use Azure CLI scripts (PowerShell and Bash) that:

  • Batch-test multiple regions by attempting to create a temporary SQL server
  • Report which regions are available vs blocked
  • Clean up all test resources automatically

Also includes a list of commonly available regions and links to support resources.

Changes

  • TROUBLESHOOTING.md — New troubleshooting guide with region validation scripts
  • README.md — Added Troubleshooting section linking to the new guide

paulyuk and others added 2 commits April 23, 2026 13:12
Adds TROUBLESHOOTING.md with scripts to test which Azure regions allow
SQL server provisioning on a given subscription. Includes PowerShell
and Bash examples for batch-testing regions, plus a list of commonly
available regions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Adds a reusable agent skill that automatically checks which Azure
regions allow SQL server provisioning on the current subscription.
Copilot can invoke this skill when users encounter ProvisioningDisabled
errors during azd deployments.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant