Skip to content

Commit 383a94d

Browse files
authored
Merge pull request #97174 from dlepow/aciseo2
[ACI] Metadata update batch 3
2 parents e5025ee + db76fbb commit 383a94d

10 files changed

+11
-71
lines changed

articles/container-instances/container-instances-quotas.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 quotas and region availability
2+
title: Service quotas and region availability
33
description: Quotas, limits, and region availability of the Azure Container Instances service.
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 03/01/2019
11-
ms.author: danlep
126
---
137
# Quotas and limits for Azure Container Instances
148

articles/container-instances/container-instances-readiness-probe.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Configure readiness probes in Azure Container Instances
2+
title: Set up readiness probe on container instance
33
description: Learn how to configure a probe to ensure containers in Azure Container Instances receive requests only when they are ready
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 10/17/2019
11-
ms.author: danlep
126
---
137

148
# Configure readiness probes

articles/container-instances/container-instances-reference-yaml.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 YAML reference
2+
title: YAML reference for container group
33
description: Reference for the YAML file supported by Azure Container Instances to configure a container group
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 08/12/2019
11-
ms.author: danlep
126
---
137

148
# YAML reference: Azure Container Instances

articles/container-instances/container-instances-region-availability.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 resource availability
2+
title: Resource availability by region
33
description: Availability of compute and memory resources for the Azure Container Instances service in different Azure regions.
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 05/14/2019
11-
ms.author: danlep
126
---
137
# Resource availability for Azure Container Instances in Azure regions
148

articles/container-instances/container-instances-restart-policy.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Use restart policies with containerized tasks in Azure Container Instances
2+
title: Restart policy for run-once tasks
33
description: Learn how to use Azure Container Instances to execute tasks that run to completion, such as in build, test, or image rendering jobs.
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
---
137

148
# Run containerized tasks with restart policies

articles/container-instances/container-instances-samples-rm.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Azure Resource Manager template samples - Azure Container Instances
2+
title: Azure Resource Manager template samples
33
description: Find Azure Resource Manager template samples to deploy Azure Container Instances in different configurations
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: article
105
ms.date: 03/07/2019
11-
ms.author: danlep
126
---
137

148
# Azure Resource Manager templates for Azure Container Instances

articles/container-instances/container-instances-start-command.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Use a starting command line in Azure Container Instances
3-
description: Override the entrypoint configured in a container image when you deploy an Azure container instance
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
2+
title: Override entrypoint in container instance
3+
description: Set a command line to override the entrypoint in a container image when you deploy an Azure container instance
94
ms.topic: article
105
ms.date: 04/15/2019
11-
ms.author: danlep
126
---
137

148
# Set the command line in a container instance to override the default command line operation

articles/container-instances/container-instances-stop-start.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Manually stop or start containers in Azure Container Instances
2+
title: Manually stop or start container group
33
description: Learn how to manually stop or start a container group 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/15/2019
11-
ms.author: danlep
126
---
137
# Manually stop or start containers in Azure Container Instances
148

articles/container-instances/container-instances-troubleshooting.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Troubleshooting Azure Container Instances
2+
title: Troubleshoot common issues
33
description: Learn how to troubleshoot common issues when your deploy, run, or manage 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: 09/25/2019
11-
ms.author: danlep
126
ms.custom: mvc
137
---
148

articles/container-instances/container-instances-tutorial-azure-function-trigger.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Tutorial - Trigger Azure Container Instances by an Azure function
2+
title: Tutorial - Trigger container group by Azure function
33
description: Create an HTTP-triggered, serverless PowerShell function to automate creation of Azure container instances
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: tutorial
105
ms.date: 09/20/2019
11-
ms.author: danlep
126
ms.custom:
137
---
148

0 commit comments

Comments
 (0)