The default configuration leads to errors when trying to execute line 26 of the Dockerfile:
curl -fsSL https://aka.ms/install-azd.sh | bash
on Apple Silicon Macs. As a workaround, I removed that line to be able to spin up the devcontainer. After it was running, I connected to it, downloaded the linux-arm64 azd binary and placed it in /usr/local/bin. This should be a suitable workaround for others facing the same problem.
The default configuration leads to errors when trying to execute line 26 of the Dockerfile:
curl -fsSL https://aka.ms/install-azd.sh | bash
on Apple Silicon Macs. As a workaround, I removed that line to be able to spin up the devcontainer. After it was running, I connected to it, downloaded the linux-arm64 azd binary and placed it in /usr/local/bin. This should be a suitable workaround for others facing the same problem.