This section covers how to control and manage your on-premises Windows Servers from Azure. When servers are in a hybrid setup, they are located in your own data center but are connected to Azure. The main goal is to use Azure tools to manage these servers remotely, as if they were in the cloud. The key service for this is Azure Arc. Azure Arc lets you connect your physical or virtual servers to Azure, which makes them visible and manageable from the Azure portal.
Once a server is connected via Azure Arc, you can apply Azure management services to it. This includes using Azure Policy to check that the server follows your security and configuration rules. You can also use Azure Monitor to collect performance and log data from the server, giving you a single place to see the health of both your cloud and on-premises machines. The remote management connection relies on a secure agent installed on the server that communicates with Azure, so network connectivity between your data center and Azure is a key dependency.
Manage Windows Servers and workloads by using Azure services
This section explains how to use specific Azure services to operate and maintain your Windows Server workloads, whether they are running in Azure, on-premises, or in another cloud. The focus is on leveraging cloud services to automate tasks, gain insights, and maintain security. A core service here is Update Management, which is part of Azure Automation. Update Management lets you assess and install updates for Windows and software across all your connected machines from a single dashboard, ensuring consistency and reducing manual work.
Another important service is Azure Automation State Configuration. This service uses Desired State Configuration (DSC) to automatically enforce and maintain a specific configuration on your servers. You define the desired state—like which roles should be installed or how services should be configured—in a script, and the service continuously checks each server and corrects any drift from that state. For security monitoring, Microsoft Defender for Cloud provides a unified view of security alerts and recommendations across your hybrid environment. It helps you identify vulnerabilities, detect threats, and apply security policies. Using these services creates a management layer where Azure becomes the control plane, issuing commands and collecting data from the workloads, regardless of where they physically run.