Skip to content

Commit 22c99fd

Browse files
Update articles/azure-functions/functions-how-to-custom-container.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 9ce28df commit 22c99fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Azure Functions lets you work with application settings for containerized functi
195195
## Enable continuous deployment to Azure
196196

197197
> [!IMPORTANT]
198-
> Webhook-based deployment isn't currently supported when running your container in an [Elastic Premium plan](functions-premium.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.
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.
199199
200200
You can enable Azure Functions to automatically update your deployment of an image whenever you update the image in the registry.
201201

0 commit comments

Comments
 (0)