Skip to content

Commit 49d0b95

Browse files
committed
Update link reference for functionsRuntimeAdminIsolationEnabled property in security concepts
1 parent e234720 commit 49d0b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/security-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For the highest level of security, secure the entire application architecture in
6464

6565
### Disable administrative endpoints
6666

67-
Function apps can serve administrative endpoints under the `/admin` route. You can use these endpoints for operations such as obtaining host status information and performing test invocations. When exposed, requests against these endpoints must include the app's master key. You can also access administrative operations through the [Azure Resource Manager `Microsoft.Web/sites` API](/rest/api/appservice/web-apps), which offers Azure RBAC. To disable the `/admin` endpoints, set the `functionsRuntimeAdminIsolationEnabled` site property in your app to `true`. For more information, see the [functionsRuntimeAdminIsolationEnabled](functions-app-settings#functionsruntimeadminisolationenabled) property reference.
67+
Function apps can serve administrative endpoints under the `/admin` route. You can use these endpoints for operations such as obtaining host status information and performing test invocations. When exposed, requests against these endpoints must include the app's master key. You can also access administrative operations through the [Azure Resource Manager `Microsoft.Web/sites` API](/rest/api/appservice/web-apps), which offers Azure RBAC. To disable the `/admin` endpoints, set the `functionsRuntimeAdminIsolationEnabled` site property in your app to `true`. For more information, see the [functionsRuntimeAdminIsolationEnabled](functions-app-settings.md#functionsruntimeadminisolationenabled) property reference.
6868

6969
### Enable App Service Authentication/Authorization
7070

0 commit comments

Comments
 (0)