Skip to content

Instantly share code, notes, and snippets.

@matejskubic
Last active May 7, 2025 11:27
Show Gist options
  • Select an option

  • Save matejskubic/2e0edba3bb2f51e3f15c6348adf7059c to your computer and use it in GitHub Desktop.

Select an option

Save matejskubic/2e0edba3bb2f51e3f15c6348adf7059c to your computer and use it in GitHub Desktop.

Revisions

  1. matejskubic revised this gist May 7, 2025. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions Enable-AzureFunction.http
    Original 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
    ### https://portal.azure.com/#view/Microsoft_Azure_Resources/ArmPlayground
  2. matejskubic created this gist May 7, 2025.
    12 changes: 12 additions & 0 deletions Enable-AzureFunction.http
    Original 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