Skip to content

Commit cc27795

Browse files
Merge pull request #213189 from anthonychu/patch-11
[Container Apps] Update quickstart TOC
2 parents 57473a8 + 013b7a9 commit cc27795

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

articles/container-apps/TOC.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,24 @@
1717
items:
1818
- name: Azure portal
1919
href: quickstart-portal.md
20-
- name: Azure CLI
20+
- name: Command line
2121
href: get-started.md
22-
- name: With a custom container image
22+
- name: With an existing container image
2323
expanded: true
2424
items:
2525
- name: Azure portal
2626
href: get-started-existing-container-image-portal.md
27-
- name: Azure CLI
27+
- name: Command line
2828
href: get-started-existing-container-image.md
29+
- name: With code on your local machine
30+
expanded: true
31+
items:
32+
- name: Command line
33+
href: quickstart-code-to-cloud.md
2934
- name: Visual Studio
3035
href: deploy-visual-studio.md
3136
- name: Visual Studio Code
3237
href: deploy-visual-studio-code.md
33-
- name: With code on your local machine
34-
href: quickstart-code-to-cloud.md
3538
- name: Concepts
3639
items:
3740
- name: Environment

articles/container-apps/get-started-existing-container-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Quickstart: Deploy an existing container image with the Azure CLI'
3-
description: Deploy an existing container image to Azure Container Apps with the Azure CLI.
2+
title: 'Quickstart: Deploy an existing container image with the command line'
3+
description: Deploy an existing container image to Azure Container Apps with the Azure CLI or PowerShell.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
@@ -11,7 +11,7 @@ ms.author: cshoe
1111
zone_pivot_groups: container-apps-registry-types
1212
---
1313

14-
# Quickstart: Deploy an existing container image with the Azure CLI
14+
# Quickstart: Deploy an existing container image with the command line
1515

1616
The Azure Container Apps service enables you to run microservices and containerized applications on a serverless platform. With Container Apps, you enjoy the benefits of running containers while you leave behind the concerns of manual cloud infrastructure configuration and complex container orchestrators.
1717

0 commit comments

Comments
 (0)