Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.91 KB

sql-database-include-connection-string-details-20-portalshots.md

File metadata and controls

48 lines (30 loc) · 1.91 KB

Obtain the connection string from the Azure portal

Use the Azure portal to obtain the connection string necessary for your client program to interact with Azure SQL Database:

  1. Click BROWSE > SQL databases.

    Select SQL

  2. Enter the name of your database into the filter text box near the upper-left of the SQL databases blade.

    Select Database

  3. Click the row for your database.

  4. After the blade appears for your database, for visual convenience you can click the standard minimize controls to collapse the blades you used for browsing and database filtering.

  5. Make note of the SQL database name and the Server name. The username will be yourusername@yourserver.

    Get Connection Details

  6. Paste the connection details into your client program code. You will need to replace the {your_password_here} with your real password.