Skip to content

Commit

Permalink
removed invalid link and added an option to the azcli command to requ…
Browse files Browse the repository at this point in the history
…est (#367)

available images in Azure.
  • Loading branch information
esanchezvela authored Mar 14, 2024
1 parent 7b60770 commit 2a1e9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cloud/Azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 'Azure'
---
# AlmaLinux OS in Azure Cloud

AlmaLinux offers images for Azure across all Azure regions via the [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/almalinux.almalinux). Images are deployable via the marketplace, portal and CLI and for both Gen1 and Gen2 machines. The images are completely free of charge regardless of the deployment channel.
AlmaLinux offers images for Azure across all Azure regions via the Azure Marketplace. Images are deployable via the marketplace, portal and CLI and for both Gen1 and Gen2 machines. The images are completely free of charge regardless of the deployment channel.

The AlmaLinux team and community would like to thank Microsoft Azure for their sponsorship of AlmaLinux which helped make this, and other initiatives possible.

Expand Down Expand Up @@ -36,7 +36,7 @@ When deploying a new Virtual Machine instance in the Azure portal, Select Image
## Azure CLI
You can easily deploy images using the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest). You can list all available images by running:
```shell
az vm image list --all --publisher almalinux
az vm image list --all --publisher almalinux -o table
```
You can then deploy by running:

Expand Down

0 comments on commit 2a1e9fc

Please sign in to comment.