Last active
May 7, 2025 11:27
-
-
Save matejskubic/2e0edba3bb2f51e3f15c6348adf7059c to your computer and use it in GitHub Desktop.
Enable disabled AzureFunction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PATCH /subscriptions/_subscriptionId_/resourceGroups/_rg_/providers/Microsoft.Web/sites/_function_name_?api-version=2022-03-01 | |
{ | |
"properties": { | |
"enabled": true, | |
"adminEnabled": true | |
} | |
} | |
### https://portal.azure.com/#view/Microsoft_Azure_Resources/ArmPlayground |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment