Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/core/docker/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,22 @@ Microsoft provides images that are tailored for specific scenarios. For example,
Various Azure services support containers. You create a Docker image for your application and deploy it to one of the following services:

- [Azure Kubernetes Service (AKS)](https://azure.microsoft.com/services/kubernetes-service/)\
Scale and orchestrate Linux containers using Kubernetes.
Scale and orchestrate Windows & Linux containers using Kubernetes.

- [Azure App Service](https://azure.microsoft.com/services/app-service/containers/)\
Deploy web apps or APIs using Linux containers in a PaaS environment.
Deploy web apps or APIs using containers in a PaaS environment.

- [Azure Container Apps](https://azure.microsoft.com/services/container-apps/)\
Run your container workloads without manaing servers, orchestration, or infrastructure and leverage native support for [Dapr](https://dapr.io/) and [KEDA](https://keda.sh/) for observability and scaling to zero.

- [Azure Container Instances](https://azure.microsoft.com/services/container-instances/)\
Host your container in the cloud without any higher-level management services.
Create individual containers in the cloud without any higher-level management services.

- [Azure Batch](https://azure.microsoft.com/services/batch/)\
Run repetitive compute jobs using containers.

- [Azure Service Fabric](https://azure.microsoft.com/services/service-fabric/)\
Lift, shift, and modernize .NET applications to microservices using Windows Server containers.
Lift, shift, and modernize .NET applications to microservices using Windows & Linux containers.

- [Azure Container Registry](https://azure.microsoft.com/services/container-registry/)\
Store and manage container images across all types of Azure deployments.
Expand Down