You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have had an image running in ACI for the past few years, without any issues. Starting Jun 11th, it no longer starts and keeps failing. Runs a daily refresh (start and stop container with updates).
Only thing I can see in Azure is error ExitCode 235
Tried a new ACI pull for the same image, it's also failing, but with ExitCode 1; googlefu says "Container exit code 1 indicates that a container has terminated due to an application error or an invalid reference in the image or configuration specification"; using the same three param and same ports as original instance
22, 1433 (ports)
ACCEPT_EULA:Y
MSSQL_PID:Standard
MSSQL_SA_PASSWORD
Deployed same configuration with SQL2019, and the solution is now working.
Not sure what changed, but SQL2022 image does not work as it had prior to 07/21/2025.