Skip to content
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

Open
Marusyk opened this issue Nov 20, 2024 · 6 comments · May be fixed by #31
Open

Azure SQL Edge will be retired on September 30th, 2025 #18

Marusyk opened this issue Nov 20, 2024 · 6 comments · May be fixed by #31

Comments

@Marusyk
Copy link

Marusyk commented Nov 20, 2024

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

container_name: "sqledge"
image: "mcr.microsoft.com/azure-sql-edge:latest"

mcr.microsoft.com/mssql/server:latest should be used

@deadwards90
Copy link

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.

@krishankumar95
Copy link
Contributor

@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.

@deadwards90
Copy link

@krishankumar95 That's great, thank you 👍🏻

@mattisking
Copy link

That’s good information. I already host a Linux SQL Server container instance for development.

@nijkampr
Copy link

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?

@krishankumar95
Copy link
Contributor

krishankumar95 commented Nov 21, 2024

@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.

Image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants