Skip to content

Add WithImageTag example to SQL Server integration documentation - #109

Merged
David Pine (IEvangelist) merged 4 commits into
mainfrom
copilot/add-with-imagetag-example
Dec 5, 2025
Merged

Add WithImageTag example to SQL Server integration documentation#109
David Pine (IEvangelist) merged 4 commits into
mainfrom
copilot/add-with-imagetag-example

Conversation

Copilot AI commented Dec 2, 2025

Copy link
Copy Markdown
Contributor

Addresses #101 - Add documentation showing how to use WithImageTag() to run different SQL Server versions.

Changes

  • Added new subsection "Use a specific SQL Server container image tag" under the hosting integration section
  • Includes link to MCR for available tags

Example

var sql = builder.AddSqlServer("sql")
                 .WithImageTag("2025-RTM-ubuntu-24.04-preview");
Original prompt

This section details on the original issue you should resolve

<issue_title>[SqlServer] Include example using WithImageTag()</issue_title>
<issue_description>I'd like to see https://aspire.dev/integrations/databases/sql-server/ include an example using WithImageTag() to demonstrate how to run with different versions of SQL Server.</issue_description>

<agent_instructions>Please include a new subsection under the hosting integration that follows the existing subsections, and details how to use WithImageTag API to address #101</agent_instructions>

Comments on the Issue (you are Copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot AI changed the title [WIP] Include example using WithImageTag for SQL Server Add WithImageTag example to SQL Server integration documentation Dec 2, 2025
@IEvangelist

Copy link
Copy Markdown
Member

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>

Copilot AI commented Dec 3, 2025

Copy link
Copy Markdown
Contributor Author

Hey Copilot, maybe use this tag instead for the sample? https://mcr.microsoft.com/en-us/artifact/mar/mssql/server/tag/2025-RTM-ubuntu-24.04-preview

Updated the example to use 2025-RTM-ubuntu-24.04-preview in a9d92f9.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses issue #101 by adding documentation for the WithImageTag() method in the SQL Server integration guide, enabling developers to specify particular SQL Server container versions.

  • Added a new subsection demonstrating WithImageTag() usage with SQL Server
  • Included a code example showing how to use SQL Server 2019
  • Provided a link to Microsoft Container Registry for available tags

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/frontend/src/content/docs/integrations/databases/sql-server.mdx
Comment thread src/frontend/src/content/docs/integrations/databases/sql-server.mdx Outdated
…r.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@IEvangelist
David Pine (IEvangelist) merged commit aa564d5 into main Dec 5, 2025
7 checks passed
@IEvangelist
David Pine (IEvangelist) deleted the copilot/add-with-imagetag-example branch December 5, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SqlServer] Include example using WithImageTag()

4 participants