Update template.json
parent
1c50516b47
commit
43bee4da25
|
@ -19,6 +19,9 @@
|
||||||
"name": "[parameters('name')]",
|
"name": "[parameters('name')]",
|
||||||
"location": "[parameters('location')]",
|
"location": "[parameters('location')]",
|
||||||
"tags": "[parameters('tags')]"
|
"tags": "[parameters('tags')]"
|
||||||
|
"identity": {
|
||||||
|
"type": "SystemAssigned",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue