snefs / AzureChallenges

Public content aimed to help for real world Azure challenges and interesting project accelerators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AzureContent

Public content aimed to help for Azure challenges

Governance

Infrastructure as code

CARMLUpgrade.ps1 (can be discussed upon request)

  • added bicep CARML upgrade script for the old structure (Feb 2023) -> to the latest structure (Feb 2024)
  • Note that Bicep is undergoing changes towards Azure Verified Modules
  • Note tha this script only corrects the structure, not the content

Changes:

  • Plural to single (policies --> policy)
  • Microsoft.AAD --> AAD
  • Deploy.bicep --> Main.bicep
  • Pascal case to '-' dash separated lower case (e.g. DataFactory --> data-factory

About

Public content aimed to help for real world Azure challenges and interesting project accelerators

License:MIT License


Languages

Language:PowerShell 100.0%