Create an Azure Container Registry with Customer Managed Encryption Keys in Bicep
I am attempting to create an Azure Container Registry using Bicep. This registry must use Customer Managed Encryption keys. The ACR fails to get created with the encryption enabled.
Activate Create Index and Drop Index for Automatic tuning in bicep for sql database
How can I activate the automatic tuning Create and Drop index using bicep?
bicep error whilst deploying VM Cannot attach an existing OS disk if the VM is created from a platform, user or a shared gallery image
I am trying to create a VM from an existing Os disk image that has been created by another module. I am getting the error below
Unable to add existing nic with application security group & nsg to vm using azure bicep
Unable to add existing nic with application security group & nsg to vm using azure bicep.
Logic App Networking Access Restrictions set via Bicep
I am deploying a Standard Logic App using Bicep.
I am attempting to set “Enabled from select virtual networks and IP addresses” and associated “site access and rules”
The code below results in none of the three “Public network access” options being set so I’m guessing it is set to null. Has anyone achieved this?
Multiline string interpolation in bicep not working
I have a problem inserting a variable into a multiline string using Bicep.
Verify that Bicep can return values from Azure Key vault
if i’m using e.g following lines in my .bicepparam file to get secret frp, Key Vault, is there way to verify that bicep is really able to read the values correctly?