Everytime I am running a script in databricks which fetches data from a sql server(different Azure resource group) I am getting this error.
com.microsoft.sqlserver.jdbc.SQLServerException: Cannot open server 'proddatabase' requested by the login. Client with IP address '20.57.54.71' 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. ClientConnectionId:86ac86b7-9f9e-44cf-9b07-9172fb511aaf.
I have whitelisted the databricks vnet on the sql server but and given all the RBAC but still getting this.