updates
removed locale in url en-us restored arm deploy function calls for Sentinel-RG and Sentinel-Sub, removed parameter asks for these.
This commit is contained in:
Родитель
e7e390e2a9
Коммит
6af5c0c3b9
|
@ -15,14 +15,6 @@
|
|||
"defaultValue": "<name@microsoft.com>",
|
||||
"type": "string"
|
||||
},
|
||||
"AzureSentinelSubscription": {
|
||||
"defaultValue": "<enter the GUID of the Azure Sentinel Subscription>",
|
||||
"type": "string"
|
||||
},
|
||||
"AzureSentinelResourcegroup": {
|
||||
"defaultValue": "<enter the name of the Azure Sentinel Resource Group>",
|
||||
"type": "string"
|
||||
},
|
||||
"AzureSentinelWorkspaceName": {
|
||||
"defaultValue": "<enter the name of the Azure Sentinel Workspace>",
|
||||
"type": "string"
|
||||
|
@ -338,7 +330,7 @@
|
|||
{
|
||||
"name": "sentinel-RGname",
|
||||
"type": "String",
|
||||
"value": "[parameters('AzureSentinelResourceGroup')]"
|
||||
"value": "[resourceGroup().name]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -368,7 +360,7 @@
|
|||
{
|
||||
"name": "sentinel-sub",
|
||||
"type": "String",
|
||||
"value": "[parameters('AzureSentinelSubscription')]"
|
||||
"value": "[subscription().subscriptionId]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ Documentation references:
|
|||
</li>
|
||||
<li>Logic App as a Managed Service identity - MSI, assigned with RBAC roles
|
||||
<ul>
|
||||
<li><a href="https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview" target="_blank" rel="noopener">Learn more about Managed Service Identities in Azure Active Directory.</a></li>
|
||||
<li><a href="https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview" target="_blank" rel="noopener">Learn more about Managed Service Identities in Azure Active Directory.</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Загрузка…
Ссылка в новой задаче