Tagged: Automation

Automating Azure VM Start/Stop from Local Scripts

Introduction Manually starting and stopping Azure VMs is time-consuming.With Azure Automation you can use Runbooks and Webhooks to control VMs automatically, and trigger them from your local PC. Step 1. Configure Automation Account and...

Logging into WLC GUI with Python

If we need to automate the WLC GUI, I think the best automation application is Selenium. In this article I will try to describe in detail how to use Selenium to log into the...