Azure Local – Custom Images – Deploy VM from compute gallery

Intro In the previous post I created a compute gallery and used custom image builder to prepare my image. Now I want to deploy VM to Azure Local from this compute gallery. We will be using Az CLI for this. Prepare Storage Path Assuming we do not have any storage paths yet, we need to …
Continue reading Azure Local – Custom Images – Deploy VM from compute gallery

Azure Local – Custom Images – Compute Gallery and Image Builder

This is the first part of an article series. In this post we will be deploying a compute gallery and image builder config. Compute Image Gallery Use this Bicep template to deploy the compute gallery and image definition. You need to change the parameters to fit your setup before running the deployment: Custom Image Builder …
Continue reading Azure Local – Custom Images – Compute Gallery and Image Builder

Azure Local – Custom Images

In this article I wanted to touch on custom images for Azure Local. I have worked alot with Azure Virtual Desktop where images are a vital part of sucessful deployments. So how about Azure Local? Can we deploy custom images? The answer is YES – and there are so many ways to do it! Lets …
Continue reading Azure Local – Custom Images