Azure Inventory Details to CSV — Azure Automation
Azure Inventory Details to CSV — Azure Automation Written By: Jijo Varghese, Cloud Engineer, Powerupcloud Below is a step by step by using Azure Automation Hybrid Runbook Worker and a SendGrid account to trigger daily inventory emails. We chose Hybrid runbook instead of a plain Azure automation runbook because we needed local storage to write the CSV file with inventory details before sending it out as an email. So in order to follow this step by step, you need following resources: Azure Automation Operations Management Suite ( OMS ) Windows Machine Sendgrid Account Hybrid Runbook Worker feature allows you to run runbooks on machines located in your data center in order to manage local resources. The runbooks are stored and managed in Azure Automation and then delivered to one or more on-premises machines Installing Hybrid Runbook Worker Create Operations Management Suite workspace and add Automation solution to Operations Management Suite workspace Open O...