Change port in azure sql server

一笑奈何 提交于 2019-12-12 06:01:24

问题


  1. Is there any option to change the lising port in azure sql server ?
  2. Is there any log in azure sql server ?

Thks for helpers


回答1:


No, you cannot change the port in Azure SQL Server. Your database is hosted on load balanced cloud server instances which are out of 'customer' control. If you require the service to be presented on another port, one option is to create a VM that performs the NAT/port-remapping for you - but I'd question the wisdom.

If I had to guess, I'd assume you're trying to bypass an IT policy to try and work with a cloud solution, and your infrastructure team have elected to block the port for SQL? Safety first. ;)



来源:https://stackoverflow.com/questions/31694129/change-port-in-azure-sql-server

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