Skip to content

Commit

Permalink
Fixes #76 - Fix 'Deploy ASP.NET Hello World application' example (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 25, 2024
1 parent 4c285c2 commit d0bdd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appservice/create-plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Then, create the App Service Plan using the following command line:
--location $REGION \
--name $APPSERVICE_PLAN \
--is-linux \
--sku P1v3
--sku P2v3
```

<!-- workflow.directOnly()
Expand Down
1 change: 1 addition & 0 deletions group/create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ To setup the environment variables needed to create the Resource Group execute
the command lines below:

<!-- workflow.run()
if [[ -z $REGION ]]; then
export REGION=westus
fi
Expand Down

0 comments on commit d0bdd04

Please sign in to comment.