-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure SQL Edge will be retired on September 30th, 2025 #18
Comments
I was going to raise a similar ticket, it's not the end of the world but could we specify a SQL Server instance to use? I always have one running so running a separate instance just for Service Bus takes up more resources. |
@deadwards90 this should not be an issue. You can use any a non-prod SQL container instance and spin it up standalone. Just checked in a sample compose demonstrating same. |
@krishankumar95 That's great, thank you 👍🏻 |
That’s good information. I already host a Linux SQL Server container instance for development. |
Next to that, Azure SQL Edge does not support multi-arch, which is troublesome for us, since we use Apple Silicone based devices as default. Any plans to cope with that? |
@nijkampr ; SQL Edge does provide multiple arch support. It has both arm64 and amd64 images available and one can spin the Emulator on any of arm64 arch Mac machines. The only caveat is open issue at Docker ; which may cause SQL container to crash during launch sometimes which can resolved by recycling the containers. You can go through the thread for more details. |
According to this announcement, Azure SQL Edge will be retired and have already some compatibility issues.
https://azure.microsoft.com/nb-no/updates?id=azure-sql-edge-retirement
azure-service-bus-emulator-installer/Docker-Compose-Template/docker-compose-default.yml
Lines 21 to 22 in 14d2fd1
mcr.microsoft.com/mssql/server:latest
should be usedThe text was updated successfully, but these errors were encountered: