Skip to content

Commit

Permalink
Set default location with westus.
Browse files Browse the repository at this point in the history
Fix "ERROR: The location is restricted for provisioning of flexible servers. Please try using another region."
  • Loading branch information
galiacheng authored Aug 30, 2024
1 parent c77b95f commit b9db87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setupOpenLibertyAks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
location=${{ github.event.inputs.region }}
if [[ -z "${location}" ]];then
location=eastus
location=westus
fi
disambiguationSuffix=${{ github.event.inputs.disambiguationSuffix }}
Expand Down

0 comments on commit b9db87c

Please sign in to comment.