Satishlucky

Results 4 issues of Satishlucky

Hi * I have deployed windows VM in norway east using azure bicep * I have created recovery service vault in norway west using arm template. i tried enable vm...

Hi My Code below. **nsg.bicep** ```bicep @description('Location for all resources.') param location string @description('Name of the Network Security Group') param networkSecurityGroupName string param securityRules array = [] resource networkSecurityGroup1 'Microsoft.Network/networkSecurityGroups@2022-01-01'...

Needs: Author Feedback
Status: No Recent Activity

How to target particular azure bicep module using azure devops pipeline ```bicep param nsgname string = 'test-nsg' param location string = resourceGroup().location param VnetName string = 'test-vnet' param VMsubnet string...

enhancement
Needs: Author Feedback
Status: No Recent Activity

### Description unable to attach Existing NIC to VM using CARML Resource Modules in azure Bicep

question