An organization has an on-premises Windows Server named Server1 that uses Azure File Sync to synchronize files to an Azure file share named share1. The file share is hosted in an Azure Storage account named storage1.
To comply with security policies, you configure the firewall on storage1 by setting public network access to 'Enabled from selected virtual networks and IP addresses'. You also select the option to 'Allow trusted Microsoft services to access this storage account'.
Immediately after applying these settings, you observe that Server1 can no longer synchronize files with share1.
You need to restore the synchronization between Server1 and share1 while keeping the public network access restricted to selected networks.
What should you do?
- Add the public IP address of the on-premises network where Server1 is located to the firewall allowed list of storage1.Cevap
- BConfigure the Storage Sync Service to use a system-assigned managed identity and assign it the Storage File Data Privileged Contributor role on storage1.
- CConfigure the firewall of storage1 to allow traffic from the outbound IP addresses of the Storage Sync Service.
- DEnsure the 'Allow trusted Microsoft services to access this storage account' setting remains enabled, as this automatically permits the Storage Sync Agent traffic.