Unable to add existing nic with application security group & nsg to vm using azure bicep.
My code like this
resource existing ‘Microsoft.Network/networkinterfaces@2022-04-02’existing = {
name : ‘mechnic’
}
Please advice how to fix this issue.
New contributor
satya B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.