Skip to content

Commit 6145fa6

Browse files
committed
Minor tweaks to readme
1 parent e27032b commit 6145fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ az webapp config container set --name <app_name> --resource-group FlaskApp --doc
110110
Run the following command to set the port number on the site and restart it:
111111
```
112112
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
113+
az webapp restart --name <app name> --resource-group FlaskApp
114114
```
115115

116116
Browse to the web app at ```http://<app_name>.azurewebsites.net```

0 commit comments

Comments
 (0)