(1.2) Connect with your SQL Database using Azure Data Studio
This is part of a series of articles called Azure Challenges. You can refer to the Intro Page to understand more about how the challenges work.
The first step is to download the ADS — Azure Data Studio and install it on your computer.
The installation process is pretty simple: next, next, finish.
After you install it you can choose the option to <Add Connection>
You will need to add your connection details
In order to get your connection details you need to go to your Azure Account select your SQL instance and choose your <Connection strings> option
After that, you will see your connection string details:
Fill out your Connection String details and you should be able to connect with your database.
So now you are connected with your SQL Database in the cloud.
Next step (1.3) Creating a Storage Account (Blob Storage)