Skip to content

Commit fe3e8cc

Browse files
FinVamp1ggailey777
andauthored
Update articles/azure-functions/functions-deployment-technologies.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent a1063d8 commit fe3e8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-deployment-technologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can sync triggers in one of three ways:
6969
+ Send an HTTP POST request to `https://management.azure.com/subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME>/providers/Microsoft.Web/sites/<FUNCTION_APP_NAME>/syncfunctiontriggers?api-version=2016-08-01`. Replace the placeholders with your subscription ID, resource group name, and the name of your function app. This request requires an [access token](/rest/api/azure/#acquire-an-access-token) in the [`Authorization` request header](/rest/api/azure/#request-header).
7070

7171

72-
When you deploy using an external package URL, you need to manually restart your function app to fully sync your updates when the package changes without changing the URL.
72+
When you deploy an updated version of the deployment package and maintain the same external package URL, you need to manually restart your function app. This indicates to the host that it should synchronize and redeploy your updates from the same package URL.
7373
The Azure Functions Host also performs background trigger syncing once the application has started. Howver for the Consumption and Elastic Premium plans we would recommend calling Sync Triggers as above for these scenarios.
7474

7575
+ Deploying with an External Package URL using ARM or Terraform

0 commit comments

Comments
 (0)