Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedjalil authored Apr 22, 2022
1 parent 11e097c commit 53ca7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export AKS_NAME=contoso-video
export ACR_NAME=ContosoContainerRegistry$RANDOM

echo "Searching for resource group..."
az group create -n $RESOURCE_GROUP_NAME -l eastus
az group create -n $RESOURCE_GROUP_NAME -l northeurope

echo "Creating cluster..."
az aks create \
Expand Down

1 comment on commit 53ca7b0

@mohamedjalil
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(BadRequest) The VM size of AgentPoolProfile:nodepool1 is not allowed in your subscription in location 'eastus'.

Hence changing the location to NorthEurope

Please sign in to comment.