Skip to content

Instantly share code, notes, and snippets.

@prombouts
Created January 6, 2018 19:13
Show Gist options
  • Select an option

  • Save prombouts/73ce2c5eeb8c7ca2db516223ad311732 to your computer and use it in GitHub Desktop.

Select an option

Save prombouts/73ce2c5eeb8c7ca2db516223ad311732 to your computer and use it in GitHub Desktop.
$name = 'put-your-logicapp-name-here'
$resourcegroup = 'put-resource-group-here'
$subscription = {this_is_your_subscription_guid}
armclient token $subscription |
Get-LogicAppTemplate `
-LogicApp $name `
-ResourceGroup $resourcegroup `
-SubscriptionId $subscription `
-Verbose | Out-File C:\Temp\$name.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment