Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active November 20, 2019 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/352b643439878367a9a3d44f1b808b07 to your computer and use it in GitHub Desktop.
Save justinyoo/352b643439878367a9a3d44f1b808b07 to your computer and use it in GitHub Desktop.
Backup & Restore Key Vault Secrets via Logic Apps
New-AzResourceGroupDeployment `
-Name "[DEPLOYMENT_NAME]" `
-ResourceGroupName "[RESOURCE_GROUP_NAME]"
-TemplateFile "integrationAccount.json" `
-TemplateParameterFile "integrationAccount.parameters.json" `
-Verbose
Set-LogicAppWorkflow.ps1 `
-ResourceGroupName "[RESOURCE_GROUP_NAME]" `
-LogicAppName "[LOGIC_APP_NAME]" `
-DefinitionFile "[WORKFLOW_DEFINITION_FILE]" `
-ParameterFile "[WORKFLOW_DEFINITION_PARAMETER_FILE]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment