Use constants in Azure Bicep to simplify your IaC life.
Azure is an ecosystem full of constants, identifiers, IDs or role definitions. Unfortunately, ARM and Bicep do not provide as much support as they co
Azure is an ecosystem full of constants, identifiers, IDs or role definitions. Unfortunately, ARM and Bicep do not provide as much support as they co
Bicep has a great feature, which meanwhile also leads to warnings during execution if you don't pay attention to it: the avoidance of static values l
Bicep scripts are ideally part of the source code and can also be used as such in the build process of the application. This allows us to perform pot
To generate resources automatically in Azure, you could either do Azure Resource Manager templates, which no one really wanted to do because they are