Configure Microsoft SQL Server on TurboStack

Enable Microsoft SQL Server per host on TurboStack for .NET applications - where it lives in the GUI and the required YAML keys.

Enable SQL Server on the host that runs your .NET application and pin the version and edition.

The Microsoft SQL Server panel on a host's Services tab, enabled, showing the version and edition fields
The Microsoft SQL Server panel on a host's Services tab, enabled, showing the version and edition fields

Where to configure it

Microsoft SQL Server is a host-level service. Open the host, go to its Services tab, and find the Microsoft SQL Server entry. Enable the service there and select the version and edition. The change is written to the host's YAML and applied on the next deployment.

YAML configuration

Required

Key Meaning
mssql_version The Microsoft SQL Server version to run on the host, for example "2022".
mssql_edition The Microsoft SQL Server edition: Developer, Enterprise, Express or Standard. Defaults to Express.
mssql_version: "2022"
mssql_edition: "Express"   # Developer, Enterprise, Express or Standard