π Azure Storage Account Trusted Azure Services are not enabled as networking exceptions π’
- Contextual name: π Trusted Azure Services are not enabled as networking exceptions π’
- ID:
/ce/ca/azure/storage/trusted-azure-services-exceptions
- Located in: π Azure Storage
Flagsβ
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
Our Metadataβ
- Policy Type:
COMPLIANCE_POLICY
- Policy Category:
SECURITY
Similar Policiesβ
- Cloud Conformity
- Internal
dec-x-3179d53c
Similar Internal Rulesβ
Rule | Policies | Flags |
---|---|---|
βοΈ dec-x-3179d53c | 1 |
Logicβ
- π§ prod.logic.yaml π’
Descriptionβ
Descriptionβ
NOTE: This recommendation assumes that the
Public network access
parameter is set toEnabled from selected virtual networks and IP addresses
. Please ensure the prerequisite recommendation has been implemented before proceeding:
- Ensure Default Network Access Rule for Storage Accounts is Set to Deny
Some Azure services that interact with storage accounts operate from networks that can't be granted access through network rules. To help this type of service work as intended, allow the set of trusted Azure services to bypass the network rules. These services will then use strong authentication to access the storage account. If the
Allow Azure services on the trusted services list to access this storage account
exception is enabled, the following services are granted access to the storage account: Azure Backup, Azure Data Box, Azure DevTest Labs, Azure Event Grid, Azure Event Hubs, Azure File Sync, Azure HDInsight, Azure Import/Export, Azure Monitor, Azure Networking Services, and Azure Site Recovery (when registered in the subscription).... see more
Remediationβ
Remediationβ
From Azure Portalβ
- Go to
Storage Accounts
.- For each storage account, under
Security + networking
, clickNetworking
.- Click on the
Firewalls and virtual networks
heading.- Under
Exceptions
, check the box next toAllow Azure services on the trusted services list to access this storage account
.- Click
Save
.From Azure CLIβ
Use the below command to update
bypass
toAzure services
:az storage account update --name <StorageAccountName> --resource-group <resourceGroupName> --bypass AzureServices