Last active
May 7, 2025 11:27
-
-
Save matejskubic/2e0edba3bb2f51e3f15c6348adf7059c to your computer and use it in GitHub Desktop.
Revisions
-
matejskubic revised this gist
May 7, 2025 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,5 +8,4 @@ PATCH /subscriptions/_subscriptionId_/resourceGroups/_rg_/providers/Microsoft.We } ### https://portal.azure.com/#view/Microsoft_Azure_Resources/ArmPlayground -
matejskubic created this gist
May 7, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ 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