Update azuredeploy.json
Removed managed identity from Blob
This commit is contained in:
Родитель
978af21d84
Коммит
3b67143194
|
@ -281,12 +281,7 @@
|
|||
"azureblob": {
|
||||
"connectionId": "[resourceId('Microsoft.Web/connections', variables('AzureblobConnectionName'))]",
|
||||
"connectionName": "[variables('AzureblobConnectionName')]",
|
||||
"id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/Azureblob')]",
|
||||
"connectionProperties": {
|
||||
"authentication": {
|
||||
"type": "ManagedServiceIdentity"
|
||||
}
|
||||
}
|
||||
"id": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', resourceGroup().location, '/managedApis/Azureblob')]"
|
||||
},
|
||||
"azuresentinel": {
|
||||
"connectionId": "[resourceId('Microsoft.Web/connections', variables('MicrosoftSentinelConnectionName'))]",
|
||||
|
|
Загрузка…
Ссылка в новой задаче