Skip to content

Commit a48f580

Browse files
authored
Merge pull request #107655 from Nickomang/containerhub
Updated container services hub page
2 parents 95bafbe + ff151b5 commit a48f580

File tree

2 files changed

+178
-171
lines changed

2 files changed

+178
-171
lines changed

articles/containers/index.yml

Lines changed: 178 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,181 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Azure for Containers
1+
### YamlMime:Hub
2+
title: Container services documentation
3+
summary: Learn how to use Azure container services to manage and develop cloud-based container applications.
4+
brand: azure
45
metadata:
5-
title: Azure for Containers - Quickstarts, Tutorials, API Reference
6-
description: Get started managing and deploying container apps with Azure using quickstarts, tutorials, and tools for containers.
7-
keywords: Azure, Containers, Docker, API, Kubernetes
8-
author: dlepow
9-
ms.author: danlep
10-
ms.date: 01/08/2019
11-
ms.topic: article
12-
ms.prod: azure
13-
featureFlags:
14-
- clicktale
15-
ms.technology: azure
16-
ms.devlang: multiple
17-
ms.service: multiple
18-
sections:
19-
- items:
20-
- type: markdown
21-
text: |
22-
Get started deploying and managing container apps with Azure tools and services for containers.
23-
- title: 5-Minute Quickstarts
24-
items:
25-
- type: paragraph
26-
text: 'Learn how to use containers with Azure services.'
27-
- type: list
28-
style: cards
29-
className: cardsM
30-
columns: 2
31-
items:
32-
- href: ../aks/kubernetes-walkthrough.md
33-
title: Create a Kubernetes cluster with Azure Kubernetes Service (AKS)
34-
image:
35-
src: /azure/media/index/ContainerService.svg
36-
- href: https://docs.microsoft.com/azure/service-fabric/service-fabric-quickstart-containers
37-
title: Deploy a Windows container application with Service Fabric
38-
image:
39-
src: /azure/media/index/Fabric.svg
40-
- href: https://docs.microsoft.com/azure/app-service/containers/quickstart-docker-go
41-
title: Create a containerized app with Azure Web App for Containers
42-
image:
43-
src: https://docs.microsoft.com/media/logos/logo_linux.svg
44-
- href: https://docs.microsoft.com/azure/container-registry/container-registry-get-started-azure-cli
45-
title: Create a private Docker registry in Azure Container Registry
46-
image:
47-
src: /azure/media/index/container-registry.svg
48-
- href: https://docs.microsoft.com/azure/container-instances/container-instances-quickstart
49-
title: Run a container app on-demand in Azure Container Instances
50-
image:
51-
src: /azure/media/index/containerinstances.svg
52-
- title: Step-by-Step Tutorials
53-
items:
54-
- type: paragraph
55-
text: Learn how to deploy, manage, and update container apps using Azure services
56-
- type: list
57-
style: unordered
58-
items:
59-
- html: <a href="/azure/aks/tutorial-kubernetes-prepare-app">Build and deploy a container to Azure Kubernetes Service</a>
60-
- html: <a href="/azure/service-fabric/service-fabric-host-app-in-a-container">Build and deploy a .NET container app to Azure Service Fabric</a>
61-
- html: <a href="/azure/app-service/containers/tutorial-multi-container-app">Create a multi-container app in Web App for Containers</a>
62-
- html: <a href="/azure/container-registry/container-registry-tutorial-quick-task">Build and deploy container images with Azure Container Registry Tasks</a>
63-
- html: <a href="/azure/container-instances/container-instances-tutorial-prepare-app">Build and deploy a container to Azure Container Instances</a>
64-
- html: <a href="/azure/openshift/tutorial-create-cluster">Create an Azure Red Hat OpenShift cluster</a>
65-
- title: Build your skills with Microsoft Learn
6+
title: Microsoft Azure container services documentation | Microsoft Docs
7+
description: Learn how to use Azure container services to manage and develop cloud-based container applications.
8+
ms.topic: hub-page
9+
10+
highlightedContent:
6611
items:
67-
- type: list
68-
style: cards
69-
className: cardsFTitle
70-
items:
71-
- title: Run Docker containers with Azure Container Instances
72-
href: /learn/modules/run-docker-with-azure-container-instances/
73-
image:
74-
src: /learn/achievements/run-docker-with-azure-container-instances.svg
75-
href: /learn/modules/run-docker-with-azure-container-instances/
76-
- title: Build and store container images with Azure Container Registry
77-
href: /learn/modules/build-and-store-container-images/
78-
image:
79-
src: /learn/achievements/build-and-store-container-images.svg
80-
href: /learn/modules/build-and-store-container-images/
12+
- itemType: whats-new
13+
title: What's new in Azure containers?
14+
url: https://azure.microsoft.com/updates/?category=containers
15+
- itemType: concept
16+
title: A microservices approach to applications
17+
url: /azure/service-fabric/service-fabric-overview-microservices
18+
- itemType: concept
19+
title: Understanding Kubernetes
20+
url: /azure/aks/concepts-clusters-workloads
8121

22+
# conceptualContent section (optional)
23+
conceptualContent:
24+
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
25+
items:
26+
# Card
27+
- title: Deploy Kubernetes on Azure
28+
links:
29+
- url: /azure/aks/intro-kubernetes
30+
itemType: overview
31+
text: What is Azure Kubernetes Service?
32+
- url: /azure/aks/tutorial-kubernetes-prepare-app
33+
itemType: tutorial
34+
text: Prepare an application for AKS
35+
- url: /azure/aks/kubernetes-walkthrough
36+
itemType: tutorial
37+
text: Create an AKS cluster (CLI)
38+
# footerLink (optional)
39+
footerLink:
40+
url: /azure/aks/
41+
text: See more
42+
# Card
43+
- title: Test and develop AKS applications
44+
links:
45+
- url: /azure/dev-spaces/about
46+
itemType: overview
47+
text: What is Azure Dev Spaces?
48+
- url: /azure/dev-spaces/quickstart-netcore
49+
itemType: quickstart
50+
text: Run and debug a microservice
51+
- url: /azure/dev-spaces/quickstart-team-development
52+
itemType: quickstart
53+
text: Collaborate on a set of microservices with a team
54+
# footerLink (optional)
55+
footerLink:
56+
url: /azure/dev-spaces/
57+
text: See more
58+
# Card
59+
- title: Create cloud apps for web and mobile
60+
links:
61+
- url: /azure/app-service/overview
62+
itemType: overview
63+
text: What is App Service?
64+
- url: /azure/app-service/app-service-web-tutorial-custom-domain
65+
itemType: get-started
66+
text: Map a custom domain to your app
67+
- url: /azure/app-service/configure-ssl-bindings
68+
itemType: tutorial
69+
text: Secure a custom domain with an SSL binding
70+
- url: /azure/app-service/app-service-web-get-started-windows-container
71+
itemType: get-started
72+
text: Run a custom Windows container
73+
- url: /azure/app-service/quickstart-docker
74+
itemType: quickstart
75+
text: Run a custom Linux container
76+
- url: /azure/app-service/quickstart-multi-container
77+
itemType: quickstart
78+
text: Create a Linux multi-container app
79+
# footerLink (optional)
80+
footerLink:
81+
url: /azure/app-service/
82+
text: See more
83+
# Card
84+
- title: Run containers on Azure
85+
links:
86+
- url: /azure/container-instances/container-instances-overview
87+
itemType: overview
88+
text: Container Instances overview
89+
- url: https://docs.microsoft.com/learn/modules/run-docker-with-azure-container-instances/
90+
itemType: learn
91+
text: Run containerized apps using Docker with Azure Container Instances
92+
- url: /azure/container-instances/container-instances-using-azure-container-registry
93+
itemType: how-to-guide
94+
text: Deploy an image from Azure Container Registry
95+
- url: /azure/container-registry/container-registry-quick-task-cli
96+
itemType: get-started
97+
text: Build, push, and run image using Azure CLI
98+
# footerLink (optional)
99+
footerLink:
100+
url: /azure/container-instances/
101+
text: See more
102+
# Card
103+
- title: Job scheduling and compute management
104+
links:
105+
- url: /azure/batch/batch-technical-overview
106+
itemType: overview
107+
text: What is Batch?
108+
- url: /azure/batch/quick-create-cli
109+
itemType: get-started
110+
text: Run your first Batch job with the Azure CLI
111+
- url: /azure/batch/tutorial-parallel-dotnet
112+
itemType: tutorial
113+
text: Run a parallel workload with Azure Batch using the .NET API
114+
# footerLink (optional)
115+
footerLink:
116+
url: /azure/batch/
117+
text: See more
118+
# Card
119+
- title: Microservice development and container orchestration
120+
links:
121+
- url: /azure/service-fabric/service-fabric-overview
122+
itemType: overview
123+
text: What is Azure Service Fabric?
124+
- url: /azure/service-fabric/service-fabric-quickstart-dotnet
125+
itemType: quickstart
126+
text: Deploy a .NET reliable services application to Service Fabric
127+
- url: /azure/service-fabric/service-fabric-cluster-creation-for-windows-server
128+
itemType: how-to-guide
129+
text: Create a standalone cluster running on Windows Server
130+
# footerLink (optional)
131+
footerLink:
132+
url: /azure/service-fabric/
133+
text: See more
134+
# Card
135+
- title: Store and manage container images
136+
links:
137+
- url: /azure/container-registry/container-registry-intro
138+
itemType: overview
139+
text: What is Azure Container Registry?
140+
- url: /azure/container-registry/container-registry-get-started-azure-cli
141+
itemType: get-started
142+
text: Create a private container registry using Azure CLI
143+
- url: /azure/container-registry/container-registry-quick-task-cli
144+
itemType: get-started
145+
text: Build, push, and run image using Azure CLI
146+
# footerLink (optional)
147+
footerLink:
148+
url: /azure/container-registry/
149+
text: See more
150+
# Card
151+
- title: Managed OpenShift service
152+
links:
153+
- url: /azure/openshift/intro-openshift
154+
itemType: overview
155+
text: What is Azure Red Hat OpenShift?
156+
- url: /azure/openshift/howto-setup-environment
157+
itemType: how-to-guide
158+
text: Set up your Azure Red Hat OpenShift dev environment
159+
- url: /azure/openshift/tutorial-create-cluster
160+
itemType: tutorial
161+
text: Create an Azure Red Hat OpenShift cluster
162+
# footerLink (optional)
163+
footerLink:
164+
url: /azure/openshift/
165+
text: See more
166+
# Card
167+
- title: Serverless application development
168+
links:
169+
- url: /azure/azure-functions/functions-overview
170+
itemType: overview
171+
text: Introduction to Azure Functions
172+
- url: /azure/azure-functions/functions-create-first-function-vs-code
173+
itemType: quickstart
174+
text: Create your first function
175+
- url: /azure/azure-functions/functions-triggers-bindings
176+
itemType: overview
177+
text: Integrate with other Azure services
178+
# footerLink (optional)
179+
footerLink:
180+
url: /azure/azure-functions/
181+
text: See more

articles/containers/toc.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)