Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PLAN_NAME=myPlan
printf "\nCreating App Service plan in FREE tier ... (2/7)\n\n"


az appservice plan create --name $apiappname --resource-group $RESOURCE_GROUP --location centralus --sku FREE --verbose
az appservice plan create --name $apiappname --resource-group $RESOURCE_GROUP --location southcentralus --sku FREE --verbose

printf "\nCreating API App ... (3/7)\n\n"

Expand Down