You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Description
Add support for Disable administrative endpoints in Azure Functions and WebApp via setting the App Service site setting: functionsRuntimeAdminIsolationEnabled = true
The documentation only mentions Azure Functions, but the option is available in the Azure Portal for Windows WebApps.
Determines whether the built-in administrator (/admin) endpoints in your function app can be accessed. When set to false (the default), the app allows requests to endpoints under /admin when those requests present a master key in the request. When true, /admin endpoints can't be accessed, even with a master key.
Is there an existing issue for this?
Community Note
Description
Add support for Disable administrative endpoints in Azure Functions and WebApp via setting the App Service site setting: functionsRuntimeAdminIsolationEnabled = true
The documentation only mentions Azure Functions, but the option is available in the Azure Portal for Windows WebApps.
Determines whether the built-in administrator (/admin) endpoints in your function app can be accessed. When set to false (the default), the app allows requests to endpoints under /admin when those requests present a master key in the request. When true, /admin endpoints can't be accessed, even with a master key.
https://go.microsoft.com/fwlink/?linkid=2281478
https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings
New or Affected Resource(s)/Data Source(s)
azurerm_windows_web_app, azurerm_windows_function_app
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: