Subha_26
Subha_26

Reputation: 450

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

Upvotes: 0

Views: 536

Answers (1)

Abhishek Khandave
Abhishek Khandave

Reputation: 3230

Go to Storage account --> Networking

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

enter image description here

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

enter image description here

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

Upvotes: 1

Related Questions