We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27032b commit 6145fa6Copy full SHA for 6145fa6
README.md
@@ -110,7 +110,7 @@ az webapp config container set --name <app_name> --resource-group FlaskApp --doc
110
Run the following command to set the port number on the site and restart it:
111
```
112
az webapp config appsettings set --name <app name> --resource-group FlaskApp --settings WEBSITES_PORT=8000
113
-az webapp restart --name <app name> --resource-group DockerLab
+az webapp restart --name <app name> --resource-group FlaskApp
114
115
116
Browse to the web app at ```http://<app_name>.azurewebsites.net```
0 commit comments