Skip to content

Commit 318118f

Browse files
authored
Merge pull request #97171 from dlepow/aciseo
[ACI] Metadata migration batch 2
2 parents 07b6ec5 + dd10b90 commit 318118f

10 files changed

+11
-60
lines changed

articles/container-instances/container-instances-log-analytics.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
2-
title: Resource logs for container groups - Azure Container Instances
2+
title: Resource logs for container groups
33
description: Learn how to send resource logs and event data from container groups in Azure Container Instances to Azure Monitor logs
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 09/02/2019
116
ms.author: danlep

articles/container-instances/container-instances-managed-identity.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
---
2-
title: Use a managed identity with Azure Container Instances
3-
description: Learn how to use a managed identity to authenticate with other Azure services from Azure Container Instances.
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
2+
title: Enable managed identity in container group
3+
description: Learn how to enable a managed identity in Azure Container Instances that can authenticate with other Azure services
94
ms.topic: article
105
ms.date: 10/22/2018
11-
ms.author: danlep
12-
ms.custom:
136
---
147

158
# How to use managed identities with Azure Container Instances

articles/container-instances/container-instances-monitor.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Monitor containers in Azure Container Instances
2+
title: Monitor container instances
33
description: How to monitor the consumption of compute resources like CPU and memory by your containers in Azure Container Instances.
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 04/24/2019
11-
ms.author: danlep
126
---
137
# Monitor container resources in Azure Container Instances
148

articles/container-instances/container-instances-multi-container-group.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Tutorial - Deploy a multi-container group in Azure Container Instances - template
2+
title: Tutorial - Deploy multi-container group - template
33
description: In this tutorial, you learn how to deploy a container group with multiple containers in Azure Container Instances by using an Azure Resource Manager template with the Azure CLI.
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 04/03/2019
11-
ms.author: danlep
126
ms.custom: mvc
137
---
148

articles/container-instances/container-instances-multi-container-yaml.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Tutorial - Deploy a multi-container group in Azure Container Instances - YAML
2+
title: Tutorial - Deploy multi-container group - YAML
33
description: In this tutorial, you learn how to deploy a container group with multiple containers in Azure Container Instances by using a YAML file with the Azure CLI.
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 04/03/2019
11-
ms.author: danlep
126
---
137

148
# Tutorial: Deploy a multi-container group using a YAML file

articles/container-instances/container-instances-orchestrator-relationship.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Azure Container Instances and container orchestration
2+
title: Container instances and container orchestration
33
description: Understand how Azure container instances interact with container orchestrators.
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 04/15/2019
11-
ms.author: danlep
126
ms.custom: mvc
137
---
148

articles/container-instances/container-instances-overview.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: What is Azure Container Instances?
2+
title: Serverless containers in Azure
33
description: The Azure Container Instances service offers the fastest and simplest way to run isolated containers in Azure, without having to manage virtual machines and without having to adopt a higher-level orchestrator.
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: overview
105
ms.date: 04/25/2019
11-
ms.author: danlep
126
ms.custom: "seodec18, mvc"
137
---
148

articles/container-instances/container-instances-quickstart-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Deploy Docker container to Azure Container Instances - Portal
2+
title: Quickstart - Deploy Docker container to container instance - Portal
33
description: In this quickstart, you use the Azure portal to quickly deploy a containerized web app that runs in an isolated Azure container instance
44
services: container-instances
55
author: dlepow

articles/container-instances/container-instances-quickstart-powershell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Deploy Docker container to Azure Container Instances - PowerShell
2+
title: Quickstart - Deploy Docker container to container instance - PowerShell
33
description: In this quickstart, you use Azure PowerShell to quickly deploy a containerized web app that runs in an isolated Azure container instance
44
services: container-instances
55
author: dlepow
@@ -8,7 +8,6 @@ manager: gwallace
88
ms.service: container-instances
99
ms.topic: quickstart
1010
ms.date: 03/21/2019
11-
ms.author: danlep
1211
ms.custom: "seodec18, mvc"
1312
---
1413

articles/container-instances/container-instances-quickstart.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: 'Quickstart: Deploy Docker container to Azure Container Instances - Azure CLI'
2+
title: Quickstart - Deploy Docker container to container instance - Azure CLI
33
description: In this quickstart, you use the Azure CLI to quickly deploy a containerized web app that runs in an isolated Azure container instance
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: quickstart
105
ms.date: 03/21/2019
11-
ms.author: danlep
126
ms.custom: [seo-python-october2019, seodec18, mvc]
137
---
148

0 commit comments

Comments
 (0)