You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/tutorial-custom-images.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
title: Tutorial - Create custom VM images with the Azure CLI
3
3
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
5
5
ms.service: virtual-machines
6
6
ms.subservice: gallery
7
7
ms.topic: tutorial
8
8
ms.workload: infrastructure
9
-
ms.date: 05/04/2020
10
-
ms.author: cynthn
9
+
ms.date: 01/25/2023
10
+
ms.author: mattmcinnes
11
11
ms.custom: mvc, devx-track-azurecli
12
-
ms.reviewer: mimckitt
12
+
ms.reviewer: cynthn
13
13
14
14
#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.
15
15
---
@@ -30,13 +30,13 @@ Custom images are like marketplace images, but you create them yourself. Custom
30
30
31
31
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.
32
32
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).
34
34
35
35
## Overview
36
36
37
37
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.
38
38
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.
40
40
41
41
The Azure Compute Gallery feature has multiple resource types:
0 commit comments