Azure SQL Database Export Problem - "Enable Azure access"

Searchlight Admin 31 Reputation points
2022-08-01T15:11:48.04+00:00

I have been doing a monthly export of my Azure SQL databases for years, but today I am receiving an error message when I try to export them.

The message is, "Enable Azure access on server xxxsqlserver1"

It appears that I now need to enable some kind of access to be able to export the database.

Can someone please tell me specifically how to do that?

Thanks!

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-08-01T15:33:22.45+00:00

    You can use the Azure Portal, you click on Export then you can click on below link to give access to the server:

    226917-image.png

    Alternatively, you an try the following:

    New-AzureSqlDatabaseServerFirewallRule -ServerName "SERVER NAME" -AllowAllAzureServices  
    

    You can use the Azure Portal too and on the Network settings of the Azure SQL logial server make a hek mark on "Allow Azure Services and resources to access this server"

    226817-image.png

    Please make sure these settings are not part of the problem in that scenario. Setttings like "Deny public network acccess" are enabled.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.