Containers (1 / 61): You are planning to deploy a legacy application built using .NET Framework as a containerized solution on Azure. Which operating system type should be specified when creating the Azure Container Group for this application?
Answer:
The .NET Framework is Windows-specific, so when creating a container for a .NET Framework application, -OsType "Windows" must be used.