Skip to content

Commit d444afa

Browse files
authored
Merge pull request #112652 from hugsilva/patch-1
Update deploy-ci-cd-custom-container.md
2 parents ab0a0ce + 23b0cfd commit d444afa

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

articles/app-service/deploy-ci-cd-custom-container.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ App Service supports CI/CD integration with Azure Container Registry and Docker
137137

138138
When you enable this option, App Service adds a webhook to your repository in Azure Container Registry or Docker Hub. Your repository posts to this webhook whenever your selected image is updated with `docker push`. The webhook causes your App Service app to restart and run `docker pull` to get the updated image.
139139

140+
> [!NOTE]
141+
>
142+
> To ensure the proper functioning of the webhook, it's essential to enable the **Basic Auth Publishing Credentials** option within your Web App. Failure to do so may result in a 401 unauthorized error for the webhook.
143+
>To verify whether **Basic Auth Publishing Credentials** is enabled, follow these steps:
144+
>
145+
> - Navigate to your Web App's **Configuration > General Settings**.
146+
> - Look for the **Platform Setting** section, where you will find the **Basic Auth Publishing Credentials** option.
147+
140148
**For other private registries**, your can post to the webhook manually or as a step in a CI/CD pipeline. In **Webhook URL**, **click** the **Copy** button to get the webhook URL.
141149

142150
::: zone pivot="container-linux"

0 commit comments

Comments
 (0)