Skip to content

Instantly share code, notes, and snippets.

@prombouts
Created January 6, 2018 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save prombouts/73ce2c5eeb8c7ca2db516223ad311732 to your computer and use it in GitHub Desktop.
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