Skip to content

Instantly share code, notes, and snippets.

View peaMS's full-sized avatar
🎯
Focusing

peaMS

🎯
Focusing
View GitHub Profile
@dabedin
dabedin / VMListLogicApp-template.json
Created July 5, 2018 16:09
Template of a logic app invoking an Automation script collecting info of VMs, processing and formattin output and sending it via Office 365
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"logicAppName": {
"type": "string",
"defaultValue": "dbreportVMlist",
"metadata": {
"description": "Name of the Logic App."
}