I tried to read a database from Azure but get this error message.
Does the IP Address change every time ? If yes how to overcome this problem because inside Azure we have a IP verification to connect to the database
pyodbc.ProgrammingError: (‘42000’, “[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Cannot open server ‘vestathena’ requested by the login. Client with IP address ‘35.230.58.211’ is not allowed to access the server. To enable access, use the Azure Management Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect. (40615) (SQLDriverConnect)”)