need to attach availability set, application security group ,nsg & existing NIC to existing vm using azure bicep with module approach
need to attach availability set, application security group ,nsg & existing NIC to existing vm using azure bicep with module approach.
Referencing an existing resource which is present in a bicep module
I am new to bicep so I am might be missing something simple here. I have a container registry resource in subscription ‘sub1’ and resource group ‘rg1’. I created a bicep module which looks like below:
Load json files in Bicep – with dynamic names
Is it possible to load json file in the bicep from a dynamic name ?
e.g.
Azure Bicep support to target single module to deploy? || Is there an az/bicep equivalent to terraform apply -target=module.my_app.module.something
module app ‘../../../projects/my/application/app.bicep’ = {
name: ‘app’
}
Unable to create a virtual machine with trusted launch virtual machine security type
Using bicep to create a virtual machine, however from the research I have done, I believe I have made the right change however when the virtual machine is created, the security type remains as standard.
What’s the resource group equivalent of subscriptionResourceId and managementGroupResourceId in Bicep?
In Bicep, I can use subscriptionResourceId()
or managementGroupResourceId()
to refer to a resource at the subscription or management group level, respectively.
Referencing the ID of a resouce created in other bicep files when a parent main.bicep is also used
How do I reference a resource created in a bicep file that shares the same parent main.bicep file?
Unable to add multiple existing data disks to vm using azure bicep
Unable to add multiple existing data disks to vm using azure bicep.
Cannot find VirtualNetwork when deploying an app service in Bicep
I’m getting an error “Cannot find VirtualNetwork with name vnet-name”. What am I doing wrong?
Nested loops for App Services and Web Apps in Bicep
Is there a way to use nested loops something like this in Bicep?