Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » AWS/Azure/OpenShift » How To Configure VM Update Management on Azure Stack Hub

How To Configure VM Update Management on Azure Stack Hub

Posted on 17/10/202115/09/2023 Christian By Christian No Comments on How To Configure VM Update Management on Azure Stack Hub
Webp.net-resizeimage-3-1

Azure Stack Hub has built-in Azure Monitor capabilities; however, they are limited. Therefore, if you are looking for a more feature-rich solution, you should use public Azure Monitor. Azure Monitor is a platform service that provides a single source for monitoring Azure resources. With Azure Monitor, you can visualize, query, route, archive, and otherwise take action on the metrics and logs coming from resources in Azure. You can as well refer to some of the related guides: How to configure azure monitor for VMs on azure stack hub, and how to create a load balancer for Azure stack hub. In this article, we will discuss How To Configure VM Update Management on Azure Stack Hub.

Step to setup VM Update Management on Azure Stack Hub

To complete the steps in this article, you must have appropriate access to a subscription in the Azure and Azure Stack Hub portals. Please see how to deploy Azure vmware solution private cloud, how to install Ansible on Windows with Cygwin, how to automate infrastructure deployments in the cloud with ansible and azure pipelines, how to install Kerberos packages in Windows via Cygwin, how to configure a remote server (windows) to Support Ansible, and how to install and configure Ansible on Ubuntu.

Enabling VM Update and Management

A Log Analytics Workspace is an Azure resource and a container where data is collected, aggregated, and serves as an administrative boundary.
Creating an Azure Monitor Log Analytics workspace has some specific considerations you need to account for before choosing to create a new workspace.

  1. Log in to the Azure portal.
  2. Create a Log Analytics workspace in your Azure subscription:
    • Click Create a resource
    • In the search bar, search for log analytics
Capture-22

Then Click Log Analytics, Click Create, and Provide the following:

  • A name for the Log Analytics Workspace. Example: DefaultLAWorkspace
  • A Subscription to link the workspace to
  • A Resource group to host the workspace in
  • A Location to host the workspace in
  • A Pricing tier to use
Capture-23

Click Review + Create, and Click OK once finished. Understand that, The Log Analytics workspace will now begin deploying. A notification will appear in the top right of the portal.

  • Once deployment is complete, navigate to the resource group you placed the Log Analytics workspace in.
  • Click the newly created workspace. On the new blade, under Settings, select Agent Management.
  • Note down the Workspace ID and Primary Key values.

3. Create and configure an Automation Account:

3. Create and Configure an Automation Account

An Automation Account is a container for your Azure Automation resources. It provides a way to separate your environments or further organize your Automation workflows and resources. Azure Automation allows you to automate the creation, deployment, monitoring, and maintenance of resources in your Azure environment and across external systems.

Azure uses a highly scalable and reliable workflow execution engine to simplify cloud management. Orchestrate time-consuming and frequently repeated tasks across Azure and third-party systems.

  • Click Create a resource
  • Search for automation
  • Select Automation and then click Create
Capture-24

Then Choose a Name, Subscription, Resource group, Location and ensure Create Azure Run As account is set to Yes. Click Create

Capture-25

Enable Log Analytics workspace

4. Once deployed, navigate to the Automation Account. In the new blade, under Configuration Management, select the solution to enable (Inventory or Change Tracking).

  • Select the Log Analytics workspace to link the automation account to
  • Click Enable
  • Wait for the deployment to complete
  • Repeat step 4 for Update Management under Update Management
Capture-31

Log in to the Azure portal. Navigate to the VM that you want to enable Azure Monitor on and under Settings, select the Extensions blade.

Note: For any monitoring to work correctly, the VM must have HTTPS (Port 443) enabled in the Network Security Group rules.

7. Click Add at the top, select the extension Azure Monitor Dependency Agent, click Create, and then OK.

Repeat this step for the Azure Monitor, Update and Configuration Management extension. Providing the extension with the Workspace ID and Primary Key values (noted down previously) when prompted.

Capture-26

8. Once the deployment is finished, head back to the public Azure portal and navigate to the Log Analytics workspace -> Advanced settings -> VM Type Servers.

Then Change the time range to the Last 30 minutes.

9. Navigate to the Automation Account. In the new blade, under Update Management, select Update Management.

  • You will see the following prompt:
  • Select Click to manage machines.
  • Select Enable on all available and future machines.
Capture-32

Click Enable. Repeat step 10 for Inventory.

Everything is now enabled. The API is called every 15 minutes to query for the last update time to determine whether the status has changed. If the status has changed, a compliance scan is initiated.

View Azure Monitor for VMs

NOTE: It can take between 30 minutes and 6 hours for the dashboard to display updated data from managed VMs.

  • Within the Automation Account, the blades Inventory, Change Tracking and Update Management will provide useful analytics.
  • In public Azure, on the top left, click the hamburger icon and select Monitor.
Capture-27

In the new blade under Insights, click Virtual Machines. You will see three usage analytics tabs (Get Started, Performance and Map) for the VMs you have enabled Azure Monitor for VMs on.

The Get Started tab does not show Azure Stack Hub VMs.

Capture-28

At the top, click the Performance tab, then on the right, move the switch from Azure to Hybrid. A prompt will appear to upgrade the workspace, click Upgrade. In the new blade, click Upgrade again.

Upon refreshing the page, the prompt will disappear and the workspace will begin showing usage analytics for the VMs you have enabled Azure Monitor for VMs on.

Capture-30

This article provided an overview steps by steps on How To Configure VM Update Management on Azure Stack Hub. Also, understand how to enable VM update and management. I hope you found this article useful for your project.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
AWS/Azure/OpenShift Tags:Azure, Azure Monitor, Azure resources, Upgrade

Post navigation

Previous Post: Preparation failed: The docker client must be run with elevated privileges
Next Post: Enable the Virtual Machine Platform Windows Feature and ensure Virtualization is enabled in the BIOS

Related Posts

  • HybridCloudTrust
    WHFB Hybrid Cloud Kerberos Trust Model is now available AWS/Azure/OpenShift
  • azurv2 1
    How to scale up and scale out on Azure AWS/Azure/OpenShift
  • azure logo
    Azure CLI commands: How to use Azure Command-line Interface AWS/Azure/OpenShift
  • How to Manage Azure Virtual Machines with Windows Admin Center and Serial Console​
    Manage Azure Virtual Machine with Windows Admin Center and Serial Console AWS/Azure/OpenShift
  • Azure App Service
    How to Restore Deleted Azure App Service Using PowerShell Automation
  • azure 1
    Fix SSO sign-in and non-routable domain issues AWS/Azure/OpenShift

More Related Articles

HybridCloudTrust WHFB Hybrid Cloud Kerberos Trust Model is now available AWS/Azure/OpenShift
azurv2 1 How to scale up and scale out on Azure AWS/Azure/OpenShift
azure logo Azure CLI commands: How to use Azure Command-line Interface AWS/Azure/OpenShift
How to Manage Azure Virtual Machines with Windows Admin Center and Serial Console​ Manage Azure Virtual Machine with Windows Admin Center and Serial Console AWS/Azure/OpenShift
Azure App Service How to Restore Deleted Azure App Service Using PowerShell Automation
azure 1 Fix SSO sign-in and non-routable domain issues AWS/Azure/OpenShift

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • diagnostic6
    How to enable and use Diagnostic Data Viewer on Windows Windows
  • DeleteAzureVM
    Remove Azure VM: How to delete a Virtual Machine via the Azure Portal AWS/Azure/OpenShift
  • images 5
    Perform Pleasant Password Self-Service Reset Enrolment Password Manager
  • screenshot 2020 05 05 at 10.26.12
    How to enable or disable User Account Control Windows
  • no pg hba
    Resolve “no pg_hba.conf entry for host on PostgreSQL Oracle/MSSQL/MySQL
  • Microsoft 365 Developer Program instant
    Get your free Microsoft 365 E5 Sandbox today AWS/Azure/OpenShift
  • banner
    How to Integrate TestRail with Cypress Automation
  • Slide2 1
    SU Authentication Fix: Sudo Permission Denied in Ubuntu Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,823 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.