Skip to content

Commit c622da7

Browse files
authored
Update 2 using-cloud-init.md
1 parent 24bc3c6 commit c622da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/using-cloud-init.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Overview of cloud-init support for Linux VMs in Azure
33
description: Overview of cloud-init capabilities to configure a VM at provisioning time in Azure.
44
author: srijang
@@ -107,7 +107,7 @@ Beginning with cloud-init 21.2, you can use cloud-init to provision a VM in Azur
107107
## Deploying a cloud-init enabled Virtual Machine
108108
Deploying a cloud-init enabled virtual machine is as simple as referencing a cloud-init enabled distribution during deployment. Linux distribution maintainers have to choose to enable and integrate cloud-init into their base Azure published images. Once you've confirmed the image you want to deploy is cloud-init enabled, you can use the Azure CLI to deploy the image.
109109

110-
The first step in deploying this image is to create a resource group with the [az group create](https://learn.microsoft.com/en-us/cli/azure/group?view=azure-cli-latest#az-group-create) command. An Azure resource group is a logical container into which Azure resources are deployed and managed.
110+
The first step in deploying this image is to create a resource group with the [az group create](/cli/azure/group) command. An Azure resource group is a logical container into which Azure resources are deployed and managed.
111111

112112
The following example creates a resource group named *myResourceGroup* in the *eastus* location.
113113

0 commit comments

Comments
 (0)