forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
177 lines (175 loc) · 7.25 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
### YamlMime:Hub
title: Container services documentation
summary: Learn how to use Azure container services to manage and develop cloud-based container applications.
brand: azure
metadata:
title: Microsoft Azure container services documentation | Microsoft Docs
description: Learn how to use Azure container services to manage and develop cloud-based container applications.
ms.topic: hub-page
highlightedContent:
items:
- itemType: whats-new
title: What's new in Azure containers?
url: https://azure.microsoft.com/updates/?category=containers
- itemType: concept
title: A microservices approach to applications
url: ../service-fabric/service-fabric-overview-microservices.md
- itemType: concept
title: Understanding Kubernetes
url: ../aks/concepts-clusters-workloads.md
# conceptualContent section (optional)
conceptualContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
items:
# Card
- title: Deploy Kubernetes on Azure
links:
- url: ../aks/intro-kubernetes.md
itemType: overview
text: What is Azure Kubernetes Service?
- url: ../aks/tutorial-kubernetes-prepare-app.md
itemType: tutorial
text: Prepare an application for AKS
- url: ../aks/kubernetes-walkthrough.md
itemType: tutorial
text: Create an AKS cluster (CLI)
# footerLink (optional)
footerLink:
url: ../aks/index.yml
text: See more
# Card
- title: Test and develop AKS applications
links:
- url: /visualstudio/containers/overview-local-process-kubernetes
itemType: concept
text: How Local Process with Kubernetes works
- url: ../dev-spaces/how-to/local-process-kubernetes-vs-code.md
itemType: how-to-guide
text: Use Local Process with Kubernetes with Visual Studio Code
- url: ../dev-spaces/how-to/local-process-kubernetes-visual-studio.md
itemType: how-to-guide
text: Use Local Process with Kubernetes with Visual Studio
# Card
- title: Create cloud apps for web and mobile
links:
- url: ../app-service/overview.md
itemType: overview
text: What is App Service?
- url: ../app-service/app-service-web-tutorial-custom-domain.md
itemType: get-started
text: Map a custom domain to your app
- url: ../app-service/configure-ssl-bindings.md
itemType: tutorial
text: Secure a custom domain with an SSL binding
- url: ../app-service/quickstart-custom-container.md
itemType: get-started
text: Run a custom Windows container
- url: ../app-service/containers/quickstart-docker.md
itemType: quickstart
text: Run a custom Linux container
- url: ../app-service/containers/quickstart-multi-container.md
itemType: quickstart
text: Create a Linux multi-container app
# footerLink (optional)
footerLink:
url: ../app-service/index.yml
text: See more
# Card
- title: Run containers on Azure
links:
- url: ../container-instances/container-instances-overview.md
itemType: overview
text: Container Instances overview
- url: /learn/modules/run-docker-with-azure-container-instances/
itemType: learn
text: Run containerized apps using Docker with Azure Container Instances
- url: ../container-instances/container-instances-using-azure-container-registry.md
itemType: how-to-guide
text: Deploy an image from Azure Container Registry
- url: ../container-registry/container-registry-quickstart-task-cli.md
itemType: get-started
text: Build, push, and run image using Azure CLI
# footerLink (optional)
footerLink:
url: ../container-instances/index.yml
text: See more
# Card
- title: Job scheduling and compute management
links:
- url: ../batch/batch-technical-overview.md
itemType: overview
text: What is Batch?
- url: ../batch/quick-create-cli.md
itemType: get-started
text: Run your first Batch job with the Azure CLI
- url: ../batch/tutorial-parallel-dotnet.md
itemType: tutorial
text: Run a parallel workload with Azure Batch using the .NET API
# footerLink (optional)
footerLink:
url: ../batch/index.yml
text: See more
# Card
- title: Microservice development and container orchestration
links:
- url: ../service-fabric/service-fabric-overview.md
itemType: overview
text: What is Azure Service Fabric?
- url: ../service-fabric/service-fabric-quickstart-dotnet.md
itemType: quickstart
text: Deploy a .NET reliable services application to Service Fabric
- url: ../service-fabric/service-fabric-cluster-creation-for-windows-server.md
itemType: how-to-guide
text: Create a standalone cluster running on Windows Server
# footerLink (optional)
footerLink:
url: ../service-fabric/index.yml
text: See more
# Card
- title: Store and manage container images
links:
- url: ../container-registry/container-registry-intro.md
itemType: overview
text: What is Azure Container Registry?
- url: ../container-registry/container-registry-get-started-azure-cli.md
itemType: get-started
text: Create a private container registry using Azure CLI
- url: ../container-registry/container-registry-quickstart-task-cli.md
itemType: get-started
text: Build, push, and run image using Azure CLI
# footerLink (optional)
footerLink:
url: ../container-registry/index.yml
text: See more
# Card
- title: Managed OpenShift service
links:
- url: ../openshift/intro-openshift.md
itemType: overview
text: What is Azure Red Hat OpenShift?
- url: ../openshift/howto-setup-environment.md
itemType: how-to-guide
text: Set up your Azure Red Hat OpenShift dev environment
- url: ../openshift/tutorial-create-cluster.md
itemType: tutorial
text: Create an Azure Red Hat OpenShift cluster
# footerLink (optional)
footerLink:
url: /azure/openshift/
text: See more
# Card
- title: Serverless application development
links:
- url: ../azure-functions/functions-overview.md
itemType: overview
text: Introduction to Azure Functions
- url: ../azure-functions/functions-create-first-function-vs-code.md
itemType: quickstart
text: Create your first function
- url: ../azure-functions/functions-triggers-bindings.md
itemType: overview
text: Integrate with other Azure services
# footerLink (optional)
footerLink:
url: ../azure-functions/index.yml
text: See more