Learn how to configure a Microsoft SQL Server Connection for Infisical.
Create a Principal
Grant Relevant Permissions
Get Connection Details
host
- The hostname or IP address of your Microsoft SQL Server serverport
- The port number your Microsoft SQL Server server is listening on (default: 1433)database
- The name of the specific database you want to connect tousername
- The username of the login created in the steps abovepassword
- The password of the login created in the steps abovesslCertificate
(optional) - The SSL certificate required for connection (if configured)ALLOW_INTERNAL_IP_CONNECTIONS
environment variable to true
.