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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
If you use 'eastus2' as the value for AZURE_LOCATION, the unsupported Azure region check will fail, as the 'if' condition will incorrectly match the AZURE_LOCATION value to the value of 'eastus2euap' in the unsupported_azure_regions array. The same is true if you try using 'centralus'; it ends up mapping to 'centraluseuap'.
The script should allow for both 'eastus2' and 'centralus' as valid regions.