Skip to content

Commit 2ba6af5

Browse files
authored
Merge pull request #79614 from MicahMcKittrick-MSFT/patch-171
MicrosoftDocs/azure-docs#33300
2 parents 4c04978 + 47ec5a5 commit 2ba6af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/tutorial-automate-vm-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Before you can create a VM, create a resource group with [az group create](/cli/
108108
az group create --name myResourceGroupAutomate --location eastus
109109
```
110110

111-
Now create a VM with [az vm create](/cli/azure/vm#az-vm-create). Use the `--custom-data` parameter to pass in your cloud-init config file. Provide the full path to the *cloud-init.txt* config if you saved the file outside of your present working directory. The following example creates a VM named *myAutomatedVM*:
111+
Now create a VM with [az vm create](/cli/azure/vm#az-vm-create). Use the `--custom-data` parameter to pass in your cloud-init config file. Provide the full path to the *cloud-init.txt* config if you saved the file outside of your present working directory. The following example creates a VM named *myVM*:
112112

113113
```azurecli-interactive
114114
az vm create \

0 commit comments

Comments
 (0)