Skip to content

Commit ef57a48

Browse files
committed
updates
1 parent 168b5df commit ef57a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-custom-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ In this step, you configure the web app as follows:
696696

697697
- Configure the app to send requests to port 8000. The sample container is listening on port 8000 for web requests.
698698
- Tell your app to use the managed identity to pull images from your container registry.
699-
- Configure continuous deployment from the container registry (or, every image push to the registry will trigger your app to pull the new image). This part isn't needed for your web app to pull from your container registry, but it can let your web app know when a new image is pushed to the registry. Without it, you must manually trigger an image pull by restarting the web app.
699+
- Configure continuous deployment from the container registry (every image push to the registry will trigger your app to pull the new image). This part isn't needed for your web app to pull from your container registry, but it can let your web app know when a new image is pushed to the registry. Without it, you must manually trigger an image pull by restarting the web app.
700700
701701
### [Azure CLI](#tab/azure-cli)
702702

0 commit comments

Comments
 (0)