Azure

Install a PS Module from the PS Gallery in Azure Automation by Script

Hi All ! Azure Automation allows the installation of Modules published on the PS Gallery, or beeing uploaded from a ZIP File. The ZIP-Upload can be automated with commands from AzureRM.Automation Module, but i was facing the following problem. When i automatically deploy an Azure Automation Account, how can i install a PowerShell Module from… Read more Install a PS Module from the PS Gallery in Azure Automation by Script

Generate an Azure Consumption Report with the Consumption REST-API and PowerShell

A few days ago (Mid december 2017), Microsoft officially published the documentation for the Azure Consumption REST-API on the docs website. Link Enough trigger for me to start playing around with it and share my experiences. Overview To begin with, the API offers 6 different categories, which we can summarize down to 4, which are:… Read more Generate an Azure Consumption Report with the Consumption REST-API and PowerShell

Create a LogAnalytics Workspace with PowerShell

LogAnalytics Workspaces can be used for many reasons. Run typical Operations Management for your Infrastructure Services Log-Consolidation engine for an Azure Automation Account Log Collector for Microsoft foreign Logs (Syslog, other custom Logs This blogpost will demonstrate how easy it is to create a Log Analytics Workspace. Step 1 – Logon to Azure with PowerShell… Read more Create a LogAnalytics Workspace with PowerShell