final fixes
This commit is contained in:
Родитель
de0288a9b2
Коммит
7ae7ff3d27
Двоичный файл не отображается.
|
@ -436,7 +436,7 @@ if ($env:Azure -eq "Yes") {
|
|||
$new = Check-Watchlist -watchlistAlias $watchlistAlias
|
||||
if ($new -eq $true) {
|
||||
Write-Host "No existing Azure IP watchlist found, building it"
|
||||
$AzureIPRanges = Get-AzureIPRanges
|
||||
$AzureIPRanges = (Get-AzNetworkServiceTag -location centralus).Values
|
||||
$totalCount = $AzureIPRanges.Count
|
||||
$a = 0
|
||||
$b = 0
|
||||
|
|
|
@ -19,4 +19,5 @@ Following are the configuration steps to deploy Function App.
|
|||
3. Click **Identity** blade under **Settings**.
|
||||
4. Click **Azure Role Assignments**.
|
||||
6. Click **Add Role Assignment**.
|
||||
7. Set **Scope** to **Resource Group**, Select the **Subscription** and **resource group** that contains the **Azure Sentinel** workspace. Set **role** to **Azure Sentinel Contributor**.
|
||||
7. Set **Scope** to **Resource Group**, Select the **Subscription** and **resource group** that contains the **Azure Sentinel** workspace. Set **role** to **Azure Sentinel Contributor**.
|
||||
8. Add another role assignment this time giving the identity **Reader** permissions at the subscription level.
|
Загрузка…
Ссылка в новой задаче