Skip to content

Commit 8dd724e

Browse files
Merge pull request #117470 from sarsharma/function-docker-webhook-exception
Add info: Docker Webhook not supported for Functions Elastic Premium Plan
2 parents 6cd59f1 + 22c99fd commit 8dd724e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/functions-how-to-custom-container.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ Azure Functions lets you work with application settings for containerized functi
194194
:::zone pivot="azure-functions"
195195
## Enable continuous deployment to Azure
196196

197+
> [!IMPORTANT]
198+
> Webhook-based deployment isn't currently supported when running your container in an [Elastic Premium plan](functions-premium-plan.md). If you need to use the continuous deployment method described in this section, instead deploy your container in an [App Service plan](dedicated-plan.md). When running in an Elastic Premium plan, you need to manually restart your app whenever you make updates to your container in the repository.
199+
197200
You can enable Azure Functions to automatically update your deployment of an image whenever you update the image in the registry.
198201

199202
1. Use the following command to enable continuous deployment and to get the webhook URL:

0 commit comments

Comments
 (0)