Since F&O split the databases out into elastic pool i am no longer able to connect to the master database, in this instance it is the AxDW server.
I am trying to run the Azure firewall rule for remote access to an Azure database.
Script attempted to run;
USE Master
exec sp_set_database_firewall_rule N'MURSITAXDW_MM', '212.145.67.190', '212.245.256.256';
When I attempt to connect a box appears - New Firewall Rule - it asled for my Azure login details but then errors with message under the Details hyperlink of;
login account does not have Azure subscriptions
Can anyone help please ?
Cheers
Donal