Managing On-Premises Systems with Azure Automation
Thanks to the Windows PowerShell Remoting feature, Azure Automation can not only manage your Azure resources at an infrastructural level, but also reach inside VMs and execute commands.
Thanks to the Windows PowerShell Remoting feature, Azure Automation can not only manage your Azure resources at an infrastructural level, but also reach inside VMs and execute commands.
The solution, aptly named Azure Data Center Migration Solution (ADCMS) and licensed under Apache v2.0, provides a highly flexible and extensible method of moving assets from one Azure data center to another.
This post explains how to use an Azure Automation runbook to push a script or scriptblock to an Azure VM using the Custom Script extension component of the Azure VM Agent.
On November 18, 2014, many of our Microsoft Azure customers experienced a service interruption that impacted Azure Storage and several other services, including Virtual Machines.
The Azure Resource Manager enables you to create reusable deployment templates that declaratively describe the resources that make up your application.
Yesterday evening Pacific Standard Time, Azure storage services experienced a service interruption across the United States, Europe and parts of Asia, which impacted multiple cloud services in these regions. I want to first sincerely apologize for the disruption this has caused.
Simply place the Deploy to Azure button in your repository’s README.md with a link to our site, and users who click on it will be directed to a streamlined deployment process.
WordPress is one of the most popular Blogging Engines that not only allows you to create blog websites, it can also be used to create corporate as well as ecommerce sites with its oceans of plugins and extensibility.
Earlier today we announced the availability of our public preview of Azure Media Services live services. We will have several posts this week covering different aspects of our live streaming capabilities and how to use them.
I’m excited to announce the limited preview of the Migration Accelerator (MA), for Azure. Spawned from the technology of our InMage acquisition the MA is designed to seamlessly migrate physical, VMware, Amazon Web Services and Microsoft Hyper-V workloads into Azure.
If you’re a user of Azure Automation, you already know how useful it can be for automating manual, long running, frequently repeated, and error prone tasks that keep your cloud services up and running.
In this post, I will cover some basic concepts for creating high-quality runbooks in Azure Automation. The concepts covered in this post are: defining input parameters, defining output type, and how to call child runbooks from within a runbook.