Question:
You are working on a project that requires deploying a containerized application in Azure. The application has two key requirements: It needs to run a process that requires root access, and it must be hosted on a Windows-based operating system. You are considering Azure Container Apps as a hosting option. Which of the following statements is correct regarding the feasibility of using Azure Container Apps for this project?
Answer:
Azure Container Apps can't run privileged containers, and if a process requires root access, it will cause a runtime error. This rules out fulfilling the first requirement. It also only support Linux-based (linux/amd64) container images, which rules out hosting on a Windows-based operating system.