Skip to content

Commit 24d6314

Browse files
authored
Merge pull request #102604 from jeffhollan/premium-network-fix
fixing cli command
2 parents a97a075 + 5c691b9 commit 24d6314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-networking-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ When running in a Premium plan, you can connect non-HTTP trigger functions to se
131131
You can also enable virtual network triggers using the following Azure CLI command:
132132

133133
```azurecli-interactive
134-
az resource update -g <resource_group> -n <premium_plan_name> --set properties.functionsRuntimeScaleMonitoringEnabled=1
134+
az resource update -g <resource_group> -n <function_app_name>/config/web --set properties.functionsRuntimeScaleMonitoringEnabled=1 --resource-type Microsoft.Web/sites
135135
```
136136

137137
Virtual network triggers are supported in version 2.x and above of the Functions runtime. The following non-HTTP trigger types are supported.

0 commit comments

Comments
 (0)