Homepage

Read my latests posts

  • Azure Local – Design the infrastructure

    I have seen many designs of Azure Local stacks that have encountered issues that could have been prevented if the design was changed to follow some best practices. I wanted to share some of the things I have come across that should never have been built the way it was. I have also included some…

  • Azure Local – Azure Arc not installed error

    If you see that one of your nodes in Azure Local shows as “Not installed” under the Arc status in the Azure Local Machines overview page in Azure Portal, this can be remediated by running the following commands: Run this command to verify if Arc integration is enabled on the node (it will likely show…

  • Azure Local – Attestation – Benefits

    In earlier version of Azure Local (Azure Stack HCI 22H2 and earlier) we had to add a separate network adapter to all virtual machines in our stack that should be covered by Azure benefits / Azure verifications for VMs (Azure Arc: Update management, Policy, Defender e.g.), but beginning 23H2 and forward, it is not needed…

  • 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…

  • 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…

  • 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…

See my latests videos on my Youtube channel
Christoffer Klarskov Jakobsen – YouTube

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *