Skip to content

[docs] Fix Service Bus emulator companion container image name#1209

Merged
IEvangelist merged 1 commit into
microsoft:mainfrom
thomhurst:fix/service-bus-emulator-companion-image
Jun 4, 2026
Merged

[docs] Fix Service Bus emulator companion container image name#1209
IEvangelist merged 1 commit into
microsoft:mainfrom
thomhurst:fix/service-bus-emulator-companion-image

Conversation

@thomhurst
Copy link
Copy Markdown
Contributor

Description

The Azure Service Bus hosting docs said the emulator's companion container is mcr.microsoft.com/azure-sql-edge, but it has been mcr.microsoft.com/mssql/server since microsoft/aspire#10378 (Azure SQL Edge is retired and crashes on ARM/newer kernels).

This updates the prose at line 377 of azure-service-bus-host.mdx to match the endpoint table just below it, which already correctly lists mcr.microsoft.com/mssql/server. A repo-wide grep confirms no remaining azure-sql-edge references.

Fixes #1208

The companion container has been mcr.microsoft.com/mssql/server since
microsoft/aspire#10378 replaced the retired Azure SQL Edge image.

Fixes microsoft#1208
@thomhurst thomhurst requested a review from IEvangelist as a code owner June 3, 2026 22:25
Copilot AI review requested due to automatic review settings June 3, 2026 22:25
@thomhurst thomhurst requested a review from eerhardt as a code owner June 3, 2026 22:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates Azure Service Bus emulator documentation to reflect the correct companion SQL Server container image used when running locally.

Changes:

  • Replaces the documented companion container image for runAsEmulator from Azure SQL Edge to SQL Server (mcr.microsoft.com/mssql/server).

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

Copy link
Copy Markdown
Contributor

@alistairmatthews alistairmatthews left a comment

Choose a reason for hiding this comment

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

Looks good. Ready to merge.

@IEvangelist IEvangelist merged commit 5381295 into microsoft:main Jun 4, 2026
9 checks passed
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.

Service Bus emulator docs: companion container is mssql/server, not azure-sql-edge

4 participants