Skip to content

Commit 13666a9

Browse files
committed
Fixing network interface name
1 parent 30914c8 commit 13666a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployADDC.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"networkProfile": {
8181
"networkInterfaces": [
8282
{
83-
"id": "[resourceId('Microsoft.Network/networkInterfaces',parameters('addcVmNamePrefix'),copyIndex(1),'-nic')]"
83+
"id": "[resourceId('Microsoft.Network/networkInterfaces',concat(parameters('addcVmNamePrefix'),copyIndex(1)),'-nic')]"
8484
}
8585
]
8686
},

0 commit comments

Comments
 (0)