Open alexanderankin opened 6 months ago
per this notice: "Azure SQL Edge no longer supports the ARM64 platform."
https://learn.microsoft.com/en-us/azure/azure-sql-edge/disconnected-deployment
the old azure sql edge images which have arm64 equivalents don't have sqlcmd which we use for waiting, should use:
sqlcmd
https://github.com/microsoft/go-sqlcmd/releases/tag/v1.6.0
per this notice: "Azure SQL Edge no longer supports the ARM64 platform."
https://learn.microsoft.com/en-us/azure/azure-sql-edge/disconnected-deployment
the old azure sql edge images which have arm64 equivalents don't have
sqlcmd
which we use for waiting, should use:https://github.com/microsoft/go-sqlcmd/releases/tag/v1.6.0