Hybrid Runbook Workers allow you to run runbooks within your Azure, non-Azure, and on-premises machines. Use a hybrid runbook worker to manage on-premises resources using runbooks from your Automation account. You can also use the hybrid runbook worker to run scripts within the machine to manage machine and application configuration, to audit state, and to … Continue reading Azure Automation Hybrid Runbook Worker
PLATFORMS
DSC Configuration in Azure Virtual Machine using Automation Account
This article explains how we can manage and configure desired state configuration (DSC) in Azure Virtual Machine using Automation Account. We will also use ARM template to hook a windows or Linux machine to automation account DSC. Benefits of using DSC with Automation Account To be able to configure machines identically with the aim to … Continue reading DSC Configuration in Azure Virtual Machine using Automation Account
Using Azure Hybrid Connections in Azure Functions
Provisioning a cloud service is quick and easy, but connecting on-premises resources to the cloud services always comes with certain challenges. In this article, i will explain the benefits of using Azure Hybrid Connections on connecting a function in Azure to on-premises server. The Hybrid connection works by creating an outbound TCP call (uses TLS … Continue reading Using Azure Hybrid Connections in Azure Functions
How to Backup Azure Virtual Machine using Recovery Services Vault
To backup a virtual machine data in Azure, you store that data in an Azure resource called a Recovery Services vault. The benefit of having the Recovery Services vault integrated into the Settings menu of most Azure services makes it easy to back up data. It is easy to back up multiple virtual machines by … Continue reading How to Backup Azure Virtual Machine using Recovery Services Vault