Skip to content

Commit 2aecee9

Browse files
authored
Update articles/azure-functions/functions-deployment-technologies.md
1 parent dcaf5f3 commit 2aecee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ You must manually sync triggers when using these deployment options:
6969
You can sync triggers in one of three ways:
7070

7171
+ Restart your function app in the Azure portal.
72-
+ 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).
7372

7473
+ Use the [az rest](/cli/azure/reference-index#az-rest) command to send an HTTP POST request that calls the `syncfunctiontriggers` API:
7574

0 commit comments

Comments
 (0)