Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 4.71 KB

arm.md

File metadata and controls

70 lines (50 loc) · 4.71 KB

AZURE RESOURCE MANAGER ( ARM )

All the goodness I've found on Azure Resource Manager and templates.

BICEP TRANSPILER

Transpiler for ARM. Similar to TypeScript for JS. ARM <-> BICEP. Soon to be its own page!

DEPLOYMENT

KEY VAULT ( AKV )

LEARN

TEMPLATE COLLECTIONS

TOOLS

TOOLS - ARM CLIENT SAMPLES

  • ARMClient home - https://github.com/projectkudu/ARMClient
  • Az Subs - List: armclient GET /subscriptions?api-version=2018-11-01
  • Az Advisory Alerts to WebHook: https://docs.microsoft.com/en-us/azure/advisor/advisor-alerts
  • Logic Apps parameter inspection: armclient get https://management.azure.com/$subid/providers/Microsoft.Logic/workflows?api-version=2017-07-01
  • Resource Groups - List: armclient GET /subscriptions/{subid}/resourceGroups?api-version=2018-05-01
  • Websites in an RG - List: armclient GET $subid/resourceGroups/madison/providers/Microsoft.Web/sites?api-version=2018-11-01

MISC