Which Azure service is specifically tailored for deploying Docker containers?
- Azure Kubernetes Service (AKS)
- Azure Functions
- Azure App Service
- Azure Cosmos DB
Azure Kubernetes Service (AKS) is tailored for deploying Docker containers. It's a managed Kubernetes container orchestration service that simplifies deploying, managing, and scaling containerized applications using Kubernetes.
Loading...
Related Quiz
- You are tasked to catch all unhandled exceptions globally in your ASP.NET Core MVC application. Which approach would be most suitable to achieve this?
- When defining an attribute route, which of the following attributes would you use to specify a route for an action method?
- You've been tasked to deploy an ASP.NET Core application to a cloud platform that supports scaling out based on demand, but you want to minimize management overhead. Which service would be the best fit?
- In a scenario where the production database and development database are out of sync, what steps might you take with respect to Identity migrations?
- How can you protect a controller action to be accessible only by users with the role "Admin" using the [Authorize] attribute?