问题
- Is there any option to change the lising port in azure sql server ?
- 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