mssql-docker icon indicating copy to clipboard operation
mssql-docker copied to clipboard

Incorrect documentation link in SQL Server 2025 container logs

Open croblesm opened this issue 6 months ago • 0 comments

The SQL Server 2025 container logs include a link that redirects to outdated documentation for SQL Server 2017.

Steps to Reproduce

  1. Run a SQL Server 2025 container (e.g., using the latest preview image).
  2. Check the container logs using docker logs <container_id>.
  3. Look for the line that contains https://go.microsoft.com/fwlink/?linkid=2099216.

Actual Result

The link https://go.microsoft.com/fwlink/?linkid=2099216 redirects to SQL Server 2017 documentation.

To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.

croblesm avatar Jun 06 '25 19:06 croblesm