简体   繁体   English

白名单 Azure SQL 服务器 IP 以访问 Az 存储帐户

[英]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.我的 Az SQL 服务器通过创建外部表访问存储帐户中存在的 csv 文件。 The storage account is firewall protected with access to only some IPs.存储帐户受防火墙保护,只能访问某些 IP。 How do I whitelist my SQL Server IP to ensure access to the Storage Account?如何将我的 SQL 服务器 IP 列入白名单以确保访问存储帐户? Please help请帮忙

Go to Storage account --> Networking Go 到存储帐户 --> 网络

Select Enabled from selected virtual networks and IP addresses as Public network access. Select Enabled from selected virtual networks and IP addresses作为公共网络访问。

在此处输入图像描述

Then go to Firewall section.然后 go 到防火墙部分。 Here you can add sql server IP.在这里您可以添加 sql 服务器 IP。

在此处输入图像描述

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 SQL Server 的 Azure 帐户获取 IP - Get the IP from an Azure account for SQL Server 从不同租户中的 Az Synapse(专用 SQL 池)访问跨租户存储帐户(受防火墙保护) - Access cross tenant Storage Account (firewall protected) from Az Synapse (dedicated SQL pool) in a different tenant 查看 Azure SQL 白名单中删除的 IP 地址 - View Dropped IP Addresses in Azure SQL Whitelist Whitelist the outbound IP address of an Azure Web App in the Azure SQL server firewall settings using ARM templates - Whitelist the outbound IP address of an Azure Web App in the Azure SQL server firewall settings using ARM templates 如何在存储帐户的防火墙中将 azure API 管理列入白名单? - How to whitelist azure API management in storage account's firewall? 从 Azure 中的 SQL 服务器连接到启用防火墙的存储帐户 - Connect to storage account with firewalls enabled from SQL Server in Azure 在 azure 中授予对存储帐户的访问权限 - Give Access to storage account in azure 对 Azure 存储帐户的只读访问 - readonly access to azure storage account 通过Blob存储帐户的Azure Sql Server每日备份 - Daily Backup of Azure Sql Server over blob storage account 通过IP阻止对Azure存储的访问 - Block access to Azure storage by IP
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM