You manage the network security for an Azure environment. You have a storage account named `corpdata2026` with its firewall configured to deny all public network traffic by default. The environment contains a virtual network named `VNet1` with two subnets: `SubnetA` and `SubnetB`. You must implement a solution that satisfies the following requirements:
- Virtual machines in `SubnetA` must be able to securely transfer data to `corpdata2026` over its public endpoint without routing traffic over the public internet.
- Virtual machines in `SubnetB` must not have any network access to `corpdata2026`.
- The Azure Backup service must be able to perform scheduled backups of the file shares in `corpdata2026`.
- No private endpoints can be deployed due to IP address space constraints in `VNet1`.
Which two configuration actions should you perform to meet these requirements?
- Enable the Microsoft.Storage service endpoint on SubnetA and add a virtual network rule for SubnetA to the firewall of corpdata2026.Answer
- Select the exception that allows trusted Microsoft services to access the storage account in the firewall settings of corpdata2026.Answer
- CAdd an IP network rule to corpdata2026 allowing the public IP address range of the Azure Backup service.
- DAssign the Storage Blob Data Contributor role to the managed identities of the virtual machines in SubnetA.