SQL Azure Firewall Rules on New Portal

只谈情不闲聊 提交于 2020-01-13 10:41:27

问题


We've been using SQL Azure for about a year now. In order to directly access the server outside of Azure you need to add a firewall rule in SQL Azure. That's good.

The old portal had a way to do this and it was easy enough even if it was icky Silverlight.

However, as far as I can tell, the old Silverlight portal is retired. And the new portal does NOT have a way to manage firewall rules. Am I missing something?

Microsoft still says you can access the "current portal" here, but clicking it takes you to the new one: https://www.windowsazure.com/en-us/home/features/portals/


回答1:


In the new portal, click on:

  1. SQL Databases
  2. In the datagrid under the SERVER column, click your server name.
  3. Click the Configure tab on the top.



回答2:


On new Azure Portal you can :

  1. "All resources"
  2. Search your database by name
  3. Select your database
  4. "Tools"
  5. "Open In Visual Studio"
  6. "Configure your firewall"
  7. "Add client IP"




回答3:


Now is available a new button :



来源:https://stackoverflow.com/questions/11527350/sql-azure-firewall-rules-on-new-portal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!