Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16f8800

Browse files
committedNov 29, 2017
[acr] portal image update
1 parent a8cfdcf commit 16f8800

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed
 

‎articles/container-registry/container-registry-webhook.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ ms.author: nepeters
1515

1616
An Azure container registry stores and manages private Docker container images, similar to the way Docker Hub stores public Docker images. You can use webhooks to trigger events when certain actions take place in one of your registry repositories. Webhooks can respond to events at the registry level, or they can be scoped down to a specific repository tag.
1717

18+
For webhook request schema reference, see [Azure Container Registry schema reference](container-registry-webhook-reference.md)
19+
1820
## Prerequisites
1921

2022
* Azure container registry - Create a container registry in your Azure subscription. For example, use the [Azure portal](container-registry-get-started-portal.md) or the [Azure CLI](container-registry-get-started-azure-cli.md).
2123
* Docker CLI - To set up your local computer as a Docker host and access the Docker CLI commands, install [Docker Engine](https://docs.docker.com/engine/installation/).
2224

2325
## Create webhook Azure portal
2426

25-
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to the registry in which you want to create webhooks.
26-
27-
2. In the container blade, select **Webhooks** under **SERVICES**.
28-
29-
3. Select **Add** in the webhook blade toolbar.
30-
31-
4. Complete the *Create webhook* form with the following information:
27+
1. Sign in to the [Azure portal](https://portal.azure.com)
28+
1. Navigate to the container registry in which you want to create a webhook.
29+
1. Under **SERVICES**, select **Webhooks**.
30+
1. Select **Add** in the webhook toolbar.
31+
1. Complete the *Create webhook* form with the following information:
3232

3333
| Value | Description |
3434
|---|---|
@@ -55,7 +55,7 @@ az acr webhook create --registry mycontainerregistry --name myacrwebhook01 --act
5555

5656
### Azure portal
5757

58-
Prior to using the webhook on container image push and delete actions, you can test it with the **Ping** button. Ping sends a generic POST request to the specified endpoint and logs the response. This can help you verify you've correctly configured the webhook.
58+
Prior to using the webhook on container image push and delete actions, you can test it with the **Ping** button. Ping sends a generic POST request to the specified endpoint and logs the response. Using the ping feature can help you verify you've correctly configured the webhook.
5959

6060
1. Select the webhook you want to test.
6161
2. In the top toolbar, select **Ping**.
@@ -88,3 +88,7 @@ Each webhook can be deleted by selecting the webhook and then the **Delete** but
8888
```azurecli-interactive
8989
az acr webhook delete --registry mycontainerregistry --name myacrwebhook01
9090
```
91+
92+
## Next steps
93+
94+
[Azure Container Registry webhook schema reference](container-registry-webhook-reference.md)
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.