Azure has provided the access to the mysql instance as the domain name as X.mysql.database.azure.com I am able to connect it properly. But I need to get the public/static ip address which we can use to access this instance. Thank you.
Asked
Active
Viewed 1,340 times
1 Answers
1
No. You cannot make a static IP address assignment for your Azure SQL Server or Azure Sql Database.
You have to workaround your requirement for static IP address assignment to work with the DNS Name (x.database.windows.net).

Hamza Haider
- 730
- 6
- 20
-
I see. And can you please let me know some workarounds as well. So that I can accept you answer. – A_01 Oct 30 '18 at 14:12
-
Please read this. For static with dns https://blogs.msdn.microsoft.com/psssql/2014/03/27/dont-rely-on-a-static-ip-address-for-your-sql-database/ – Hamza Haider Oct 31 '18 at 05:45