Skip to content

Instantly share code, notes, and snippets.

@justinyoo
justinyoo / azuredeploy.yaml
Last active June 18, 2020 11:28
Writing ARM Templates in YAML
$schema: 'https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#'
contentVersion: 1.0.0.0
parameters:
logicAppName1:
type: string
metadata:
description: Name of the Logic App.
logicAppName2:
type: string
metadata: