Skip to content

Instantly share code, notes, and snippets.

@matejskubic
Last active May 7, 2025 11:27
Show Gist options
  • Save matejskubic/2e0edba3bb2f51e3f15c6348adf7059c to your computer and use it in GitHub Desktop.
Save matejskubic/2e0edba3bb2f51e3f15c6348adf7059c to your computer and use it in GitHub Desktop.
Enable disabled AzureFunction
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