🛡️ 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 - Tags:
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logic
Similar Policies
- Cloud Conformity: Enable Trusted Microsoft Services for Storage Account Access
- Internal:
dec-x-3179d53c
Similar Internal Rules
| Rule | Policies | Flags |
|---|---|---|
| ✉️ dec-x-3179d53c | 1 |
Description
Description
NOTE: This recommendation assumes that the
Public network accessparameter 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 accountexception 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 networksheading.- 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
bypasstoAzure services:az storage account update --name <StorageAccountName> --resource-group <resourceGroupName> --bypass AzureServices