-
Notifications
You must be signed in to change notification settings - Fork 83
/
index.yml
93 lines (86 loc) · 3.94 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
### YamlMime:Landing
title: Azure Container Instances documentation # < 60 chars
summary: Run Docker containers on-demand in a managed, serverless Azure environment. Azure Container Instances is a solution for any scenario that can operate in isolated containers, without orchestration. Run event-driven applications, quickly deploy from your container development pipelines, and run data processing and build jobs.
metadata:
title: Azure Container Instances documentation - serverless containers, on demand
description: Azure Container Instances (ACI) allows you to run Docker containers in a managed, serverless cloud environment, without having to set up VMs, clusters, or orchestrators.
ms.service: azure-container-instances
ms.topic: landing-page
author: tomvcassidy
ms.author: tomcassidy
ms.date: 08/29/2024
landingContent:
- title: About Azure Container Instances
linkLists:
- linkListType: overview
links:
- text: What is Azure Container Instances?
url: container-instances-overview.md
- text: Container groups
url: container-instances-container-groups.md
- text: FAQ
url: container-instances-faq.yml
- title: Get started
linkLists:
- linkListType: quickstart
links:
- text: Deploy container instance - CLI
url: container-instances-quickstart.md
- text: Deploy container instance - Portal
url: container-instances-quickstart-portal.md
- text: Deploy container instance - ARM template
url: container-instances-quickstart-template.md
- text: Deploy container instance - Docker CLI
url: quickstart-docker-cli.md
- linkListType: learn
links:
- text: Run Docker containers with Azure Container Instances
url: /training/modules/run-docker-with-azure-container-instances/
- title: Create multi-container groups
linkLists:
- linkListType: tutorial
links:
- text: Deploy container group - YAML
url : container-instances-multi-container-yaml.md
- text: Deploy container group - ARM template
url: container-instances-multi-container-group.md
- text: Deploy container group - Docker Compose
url: tutorial-docker-compose.md
- title: Deployment scenarios
linkLists:
- linkListType: how-to-guide
links:
- text: Connect to a virtual network
url: container-instances-vnet.md
- text: Configure restart policy
url: container-instances-restart-policy.md
- text: Set environment variables
url: container-instances-environment-variables.md
- title: Manage container apps
linkLists:
- linkListType: how-to-guide
links:
- text: Stop and start containers
url: container-instances-stop-start.md
- text: Update running containers
url: container-instances-update.md
- text: Share data between containers
url: container-instances-volume-emptydir.md
- title: Integrate with Azure
linkLists:
- linkListType: how-to-guide
links:
- text: Deploy image from Azure Container Registry
url: container-instances-using-azure-container-registry.md
- text: Use managed identity
url: container-instances-managed-identity.md
- text: Mount an Azure file share
url: container-instances-volume-azure-files.md
- title: Deploy confidential container groups
linkLists:
- linkListType: tutorial
links:
- text: Deploy a confidential container group - Resource Manager
url: container-instances-tutorial-deploy-confidential-containers-cce-arm.md
- text: Deploy a confidential container group - portal
url: container-instances-tutorial-deploy-confidential-container-default-portal.md