简体   繁体   English

保留的IP地址(经典)分配给SQL数据库Azure

[英]Reserved IP address (classic) assign to SQL Database Azure

Is is possible to assign a Reserved IP address (classic) to SQL Database? 是否可以为SQL数据库分配保留的IP地址(经典)? If so what is the best possible way to achieve this. 如果是这样,什么是实现此目标的最佳方法。

SQL Database name.database.windows.net SQL数据库名称.database.windows.net

I have seen that it is possible to assign to an Virtual machine but not to a 我已经知道可以分配给虚拟机,但不能分配给虚拟机。

https://azure.microsoft.com/en-gb/blog/reserved-ip-addresses/ https://azure.microsoft.com/en-gb/blog/reserved-ip-addresses/

SQL Database. SQL数据库。

The only command i can see is 我唯一看到的命令是

New-AzureReservedIP –ReservedIPName MyReservedIP –Location "Central US" New-AzureReservedIP –ReservedIPName MyReservedIP –位置“美国中部”

I also have noted the following caption on page when i was looking for a solution. 当我寻找解决方案时,我还在页面上注意到以下标题。 Which makes me think that it is not possible. 这使我认为这是不可能的。

Can I use a reserved IP for all Azure services? 我可以对所有Azure服务使用保留的IP吗?

Reserved IPs can only be used for VMs and cloud service instance roles exposed through a VIP. 保留的IP仅可用于通过VIP公开的VM和云服务实例角色。

SQL Database is a multi-tenant service - you cannot assign any IP address to it. SQL数据库是一个多租户服务-您不能为其分配任何IP地址。 You may only access it by its <yourname>.database.windows.net URL. 您只能通过其<yourname>.database.windows.net您的<yourname>.database.windows.net URL访问它。

You can tell SQL Database about your own IP addresses (such as ones assigned to your VM's), to allow traffic from those VMs to access SQL Database, but you cannot an IP address to SQL Database instances. 可以将自己的IP地址(例如分配给您的VM的IP地址)告诉SQL Database,以允许来自这些VM的流量访问SQL Database,但是您不能为SQL Database实例提供IP地址。

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

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