Please try the following:
New-AzureSqlDatabaseServerFirewallRule -ServerName "SERVER NAME" -AllowAllAzureServices
You can also go to the Portal, select Export, then click on the link below.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have am trying to export a database to a backpak and am getting the message "Enable Azure access on server glqr7ajlfz."
I have tried to do this with the CLI command
az sql server firewall-rule create -g Default-SQL-CentralUS -s glqr7ajlfz -n azure --start-ip-address 0.0.0.0 --end-ip-address 0.0.0.0
and am still unsuccessful.
Please help!
Please try the following:
New-AzureSqlDatabaseServerFirewallRule -ServerName "SERVER NAME" -AllowAllAzureServices
You can also go to the Portal, select Export, then click on the link below.