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

  • S3 Bucket Public Access 1
    How to grant public access to S3 Bucket using Policy AWS/Azure/OpenShift
  • s3versioning
    Hosting Static Website and Versioning on AWS S3 AWS/Azure/OpenShift
  • image 10
    How to use Microsoft SQL Server Management Studio to Export and Import your MsSQL database from Azure to local computer AWS/Azure/OpenShift
  • oauth2final
    How to implement Interactive Authentication using MSAL dotNET AWS/Azure/OpenShift
  • Screenshot 2024 02 29 at 8.03.48 PM
    How to create an Elastic Beanstalk environment in AWS AWS/Azure/OpenShift
  • TLS1.2
    Unable to install Azure AD Connect, TLS 1.2 is required: How to enable or disable TLS 1.2 on a Windows Server via the Registry and PowerShell AWS/Azure/OpenShift

More Related Articles

S3 Bucket Public Access 1 How to grant public access to S3 Bucket using Policy AWS/Azure/OpenShift
s3versioning Hosting Static Website and Versioning on AWS S3 AWS/Azure/OpenShift
image 10 How to use Microsoft SQL Server Management Studio to Export and Import your MsSQL database from Azure to local computer AWS/Azure/OpenShift
oauth2final How to implement Interactive Authentication using MSAL dotNET AWS/Azure/OpenShift
Screenshot 2024 02 29 at 8.03.48 PM How to create an Elastic Beanstalk environment in AWS AWS/Azure/OpenShift
TLS1.2 Unable to install Azure AD Connect, TLS 1.2 is required: How to enable or disable TLS 1.2 on a Windows Server via the Registry and PowerShell 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

Veeam Vanguard

  • featurekube
    How to Install and Use Minikube on a Linux System Containers
  • image 23
    Copy Deployment Share between Servers without using linked Deployment Shares Windows
  • HiveNightmare
    Workaround for “SeriousSAM or HiveNightmare” registry vulnerability for Windows 10 and 11 Security | Vulnerability Scans and Assessment
  • tsx
    Error Code: 0x80070035: MDT unable to access the Log share, the Network Path was not found Windows
  • Diskspd
    Veeam Backup and Replication Disk I/O with diskspd Backup
  • Configure NFS on Windows Server
    How to install NFS Server on Windows Server Windows Server
  • increaseEmailsize
    Email Size Limits: Boost for High Profile Users in Exchange 2010 Network | Monitoring
  • image 129
    Using Awx to deploy, schedule and run playbooks 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,808 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

AWS 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.