Skip to content

Commit 815fbf0

Browse files
authored
Merge pull request #97016 from dlepow/acrseo
[ACR] Metadata update batch 4
2 parents 185a7ca + cf64ace commit 815fbf0

10 files changed

+10
-69
lines changed

articles/container-registry/container-registry-tasks-pack-build.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
2-
title: Build an Azure Container Registry image from an app
2+
title: Build image with Cloud Native Buildpack
33
description: Use the az acr pack build command to build a container image from an app and push to Azure Container Registry, without using a Dockerfile.
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
ms.service: container-registry
84
ms.topic: article
95
ms.date: 10/24/2019
10-
ms.author: danlep
116
---
127

138
# Build and push an image from an app using a Cloud Native Buildpack

articles/container-registry/container-registry-tasks-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 Registry Tasks reference - YAML
2+
title: YAML reference - ACR Tasks
33
description: Reference for defining tasks in YAML for ACR Tasks, including task properties, step types, step properties, and built-in variables.
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-registry
94
ms.topic: article
105
ms.date: 10/23/2019
11-
ms.author: danlep
126
---
137

148
# ACR Tasks reference: YAML

articles/container-registry/container-registry-tasks-samples.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Azure Container Registry Tasks samples
2+
title: ACR task samples
33
description: Sample Azure Container Registry Tasks (ACR Tasks) to build, run, and patch container images
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-registry
94
ms.topic: article
105
ms.date: 11/14/2019
11-
ms.author: danlep
126
---
137

148
# ACR Tasks samples

articles/container-registry/container-registry-tasks-scheduled.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Schedule Azure Container Registry Tasks
2+
title: Tutorial - Schedule an ACR task
33
description: In this tutorial, learn how to run an Azure Container Registry Task on a defined schedule by setting one or more timer triggers
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-registry
94
ms.topic: article
105
ms.date: 06/27/2019
11-
ms.author: danlep
126
---
137
# Run an ACR task on a defined schedule
148

articles/container-registry/container-registry-tutorial-base-image-update.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Tutorial - Trigger image build on base image update - Azure Container Registry
2+
title: Tutorial - Trigger image build on base image update
33
description: In this tutorial, you learn how to configure an Azure Container Registry Task to automatically trigger container image builds in the cloud when a base image is updated.
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-registry
94
ms.topic: tutorial
105
ms.date: 08/12/2019
11-
ms.author: danlep
126
ms.custom: "seodec18, mvc"
137
# Customer intent: As a developer or devops engineer, I want container
148
# images to be built automatically when the base image of a container is

articles/container-registry/container-registry-tutorial-build-task.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Tutorial - Build image on code commit - Azure Container Registry Tasks
2+
title: Tutorial - Build image on code commit
33
description: In this tutorial, you learn how to configure an Azure Container Registry Task to automatically trigger container image builds in the cloud when you commit source code to a Git repository.
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-registry
94
ms.topic: tutorial
105
ms.date: 05/04/2019
11-
ms.author: danlep
126
ms.custom: "seodec18, mvc"
137
# Customer intent: As a developer or devops engineer, I want to trigger
148
# container image builds automatically when I commit code to a Git repo.

articles/container-registry/container-registry-tutorial-deploy-app.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Tutorial - Deploy app from geo-replicated Azure Container Registry
2+
title: Tutorial - Deploy from geo-replicated registry
33
description: Deploy a Linux-based web app to two different Azure regions using a container image from a geo-replicated Azure container registry. Part two of a three-part series.
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-registry
94
ms.topic: tutorial
105
ms.date: 08/20/2018
11-
ms.author: danlep
126
ms.custom: "seodec18, mvc"
137
---
148

articles/container-registry/container-registry-tutorial-deploy-update.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Tutorial - Push update to geo-replicated Azure Container Registry
2+
title: Tutorial - Push update to geo-replicated registry
33
description: Push an updated Docker image to your geo-replicated Azure container registry, then see the changes automatically deployed to web apps running in multiple regions. Part three of a three-part series.
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-registry
94
ms.topic: tutorial
105
ms.date: 04/30/2018
11-
ms.author: danlep
126
ms.custom: "seodec18, mvc"
137
---
148

articles/container-registry/container-registry-tutorial-multistep-task.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Tutorial - Multi-step task workflow - Azure Container Registry Tasks
2+
title: Tutorial - Multi-step ACR task
33
description: In this tutorial, you learn how to configure an Azure Container Registry Task to automatically trigger a multi-step workflow to build, run, and push container images in the cloud when you commit source code to a Git repository.
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-registry
94
ms.topic: tutorial
105
ms.date: 05/09/2019
11-
ms.author: danlep
126
ms.custom: "seodec18, mvc"
137
# Customer intent: As a developer or devops engineer, I want to trigger
148
# a multi-step container workflow automatically when I commit code to a Git repo.

articles/container-registry/container-registry-tutorial-prepare-registry.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Tutorial - Create a geo-replicated Azure Container Registry
2+
title: Tutorial - Create geo-replicated registry
33
description: Create an Azure container registry, configure geo-replication, prepare a Docker image, and deploy it to the registry. Part one of a three-part series.
4-
services: container-registry
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-registry
94
ms.topic: tutorial
105
ms.date: 04/30/2017
11-
ms.author: danlep
126
ms.custom: "seodec18, mvc"
137
---
148

0 commit comments

Comments
 (0)