Fix: typo in create-image-and-azure-resources.md (#5527)

This commit is contained in:
Ross Smith II
2022-05-12 00:29:08 -07:00
committed by GitHub
parent 0ca5e834c0
commit 459f6845b1

View File

@@ -27,7 +27,7 @@ Detailed instruction can be found in [Azure documentation](https://docs.microsof
#### How to prepare Windows build agent
Local machine or [Azure VM](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/quick-create-cli) can be used as a build agent.
Download `packer` from https://www.packer.io/downloads, or install it via Chocolately.
Download `packer` from https://www.packer.io/downloads, or install it via [Chocolatey](https://chocolatey.org/):
```
choco install packer
```