Skip to content

Commit 7e88b0b

Browse files
committed
Freshness Pass on Custom Images
1 parent c9c6ced commit 7e88b0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-machines/linux/tutorial-custom-images.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Tutorial - Create custom VM images with the Azure CLI
33
description: In this tutorial, you learn how to use the Azure CLI to create a custom virtual machine image in Azure
4-
author: cynthn
4+
author: mattmcinnes
55
ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: tutorial
88
ms.workload: infrastructure
9-
ms.date: 05/04/2020
10-
ms.author: cynthn
9+
ms.date: 01/25/2023
10+
ms.author: mattmcinnes
1111
ms.custom: mvc, devx-track-azurecli
12-
ms.reviewer: mimckitt
12+
ms.reviewer: cynthn
1313

1414
#Customer intent: As an IT administrator, I want to learn about how to create custom VM images to minimize the number of post-deployment configuration tasks.
1515
---
@@ -30,13 +30,13 @@ Custom images are like marketplace images, but you create them yourself. Custom
3030

3131
This tutorial uses the CLI within the [Azure Cloud Shell](../../cloud-shell/overview.md), which is constantly updated to the latest version. To open the Cloud Shell, select **Try it** from the top of any code block.
3232

33-
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.35.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
33+
If you choose to install and use the CLI locally, this tutorial requires that you're running the Azure CLI version 2.35.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
3434

3535
## Overview
3636

3737
An [Azure Compute Gallery](../shared-image-galleries.md) simplifies custom image sharing across your organization. Custom images are like marketplace images, but you create them yourself. Custom images can be used to bootstrap configurations such as preloading applications, application configurations, and other OS configurations.
3838

39-
The Azure Compute Gallery lets you share your custom VM images with others. Choose which images you want to share, which regions you want to make them available in, and who you want to share them with.
39+
The Azure Compute Gallery lets you share your custom VM images with others. Choose which images you want to share, which regions you want them to be available in, and who you want to share them with.
4040

4141
The Azure Compute Gallery feature has multiple resource types:
4242

0 commit comments

Comments
 (0)