Skip to content

Commit 9ae1e95

Browse files
authored
Missing verb in line 528
Adds "use" verb to complete phrase "Your registry should this URL to notify App Service [...]".
1 parent b1495f7 commit 9ae1e95

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
@@ -525,7 +525,7 @@ Your App Service app now can pull the container image securely from your private
525525
az webapp deployment container config --enable-cd true --name <app-name> --resource-group myResourceGroup --query CI_CD_URL --output tsv
526526
```
527527
528-
`CI_CD_URL` is a URL that App Service generates for you. Your registry should this URL to notify App Service that an image push occurred. It doesn't actually create the webhook for you.
528+
`CI_CD_URL` is a URL that App Service generates for you. Your registry should use this URL to notify App Service that an image push occurred. It doesn't actually create the webhook for you.
529529
530530
1. Create a webhook in your container registry using the CI_CD_URL you got from the last step.
531531

0 commit comments

Comments
 (0)