Reader small image

You're reading from  Learn Azure Administration - Second Edition

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781837636112
Edition2nd Edition
Right arrow
Author (1)
Kamil Mrzygłód
Kamil Mrzygłód
author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód

Right arrow

Using virtual machine extensions

Once your virtual machine is deployed, it’s ready to be used and configured. In many scenarios, you don’t need to do anything besides installing some basic software needed by your services. However, there are use cases where you need a certain functionality for your virtual machine – this can be implemented in various ways, but very often, the easiest path is by using an extension.

Azure offers a couple of predefined extensions available for most virtual machines. However, availability depends on a couple of factors:

  • Region
  • Operating system
  • Additional capabilities of the virtual machine

The easiest way to learn what is available for your setup is to run the following command in the Azure CLI:

az vm extension image list --location <location> --output table

This command will return a list of available extensions per given location. It’ll also include additional information, such as the name...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learn Azure Administration - Second Edition
Published in: Dec 2023Publisher: PacktISBN-13: 9781837636112

Author (1)

author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód