This commit is contained in:
dicolanl 2021-07-02 16:47:09 +00:00
Родитель de0288a9b2
Коммит 7ae7ff3d27
3 изменённых файлов: 3 добавлений и 2 удалений

Двоичный файл не отображается.

Просмотреть файл

@ -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.