Update template.json

pull/204/head
Nikita Nallamothu 2023-01-16 15:06:09 +05:30 committed by GitHub
parent 1c50516b47
commit 43bee4da25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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",
}
} }
] ]
} }