简体   繁体   中英

Whitelist Azure SQL Server IP to access Az Storage Account

My Az SQL Server accesses csv files present in Storage Account by creating external table. The storage account is firewall protected with access to only some IPs. How do I whitelist my SQL Server IP to ensure access to the Storage Account? Please help

Go to Storage account --> Networking

Select Enabled from selected virtual networks and IP addresses as Public network access.

在此处输入图像描述

Then go to Firewall section. Here you can add sql server IP.

在此处输入图像描述

Refer - https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#managing-ip-network-rules

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM