To access your data in a Microsoft Azure SQL Database, create a connection asset for it.
Microsoft Azure SQL Database is a managed cloud database that is provided as part of Microsoft Azure.
Create a connection to Microsoft Azure SQL Database
To create the connection asset, you need these connection details:
- Database name
- Hostname or IP address
- Port number
- SSL certificate (if required by the database server)
Credentials
Choose an authentication method:
Username and password
Username and Password to access the database in Microsoft Azure SQL Database.
Microsoft Entra ID is a cloud-based identity and access management service. To obtain connection values for the Entra ID authentication method, sign in to the Microsoft Azure portal. For information about Entra ID, refer to the following Microsoft documentation:
Entra ID client secret credential
- Client ID: The client ID for authorizing access to Microsoft Azure. To find the Client ID for your application, select Microsoft Entra ID. From App registrations, select your application. Click Copy to copy the Client ID of your application. For more information, see Register a Microsoft Entra app and create a service principal.
- Client secret: The authentication key that is associated with the client ID for authorizing access to Microsoft Azure. To find the Client secret for your application, select Microsoft Entra ID. From App registrations, select your application. Go to Certificates & secrets > Client secrets. Click Copy to copy the existing Client secret or click New client secret to create a new Client secret and copy it. For more information, see Register a Microsoft Entra app and create a service principal.
Entra ID username password credential
Username and Password for the Microsoft Azure account.
Running SQL statements
To ensure that your SQL statements run correctly, refer to the Azure SQL Database documentation for the correct syntax.
Microsoft Azure SQL Database setup
Learn more
Parent topic: Supported connections