Skip to content

Commit 64d8ee0

Browse files
authored
Update functions-deployment-technologies.md to make it clearer about RFP = URL
1 parent 2ae58dc commit 64d8ee0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ When you change any of your triggers, the Functions infrastructure must be aware
6363
+ 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).
6464

6565
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.
66+
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.
67+
68+
+ Deploying with an External Package URL using ARM or Terraform
69+
+ Updating the package at the External Package URL.
70+
6671

6772
### Remote build
6873

0 commit comments

Comments
 (0)