SQL SERVER – Connecting to Azure Storage with SSMS

SQL Server Management Studio can now connect to Azure Storage.

It is very simple to connect to Azure Storage. First open the Object Explorer in SQL Server Management Studio (SSMS). Now click on Connect. Upon clicking on the connect it will bring up five options as displayed in the image below.

SQL SERVER - Connecting to Azure Storage with SSMS azureconnect1

Click on “Azure Storage” and it will bring up another screen asking for storage account and account key.

SQL SERVER - Connecting to Azure Storage with SSMS azureconnect2

Now go to your Azure account and get the name of the storage account, and account Key.

SQL SERVER - Connecting to Azure Storage with SSMS azureconnect3

It will bring up following screen.

SQL SERVER - Connecting to Azure Storage with SSMS azureconnect4

Enter the name of the account and account key at the prompt in SSMS.

SQL SERVER - Connecting to Azure Storage with SSMS azureconnect5

Once you enter the details, it will immediately connect you with your Azure Storage. Next, expand the node and you will notice your containers.

SQL SERVER - Connecting to Azure Storage with SSMS azureconnect6

The same containers will be visible in your Azure account online.

SQL SERVER - Connecting to Azure Storage with SSMS azureconnect7

Reference: Pinal Dave (https://blog.sqlauthority.com)

SQL Azure
Previous Post
SQL SERVER – SSMS: Index Usage Statistics, Physical Statistics & User Statistics
Next Post
SQL SERVER – A Question on SSMS Prompt about Connect to Server

Related Posts

Leave a Reply