You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve existing AZURE_LOCATION in randomize scripts
Prevent location conflicts when re-running azd provision by checking
if AZURE_LOCATION is already set before randomizing. This fixes the
issue where lab users would encounter errors on retry because the
location changed between provision attempts.
- Add existence check using 'azd env get-value AZURE_LOCATION'
- Only randomize location if not already set or empty
- Apply fix to both bash and PowerShell versions
- Tested with multiple scenarios (existing, empty, persistence)
0 commit comments