Skip to content

Instantly share code, notes, and snippets.

@kunalworldwide
Created February 16, 2023 13:40
Show Gist options
  • Save kunalworldwide/27b2d0283b3d0a0a49ab242e71938bd8 to your computer and use it in GitHub Desktop.
Save kunalworldwide/27b2d0283b3d0a0a49ab242e71938bd8 to your computer and use it in GitHub Desktop.
steps:
- task: AzureSynapseWorkspace.synapsecicd-deploy.synapse-deploy.Synapse workspace deployment@2
displayName: 'Synpase deployment task for workspace: synapse-qa'
inputs:
TemplateFile: '$(System.DefaultWorkingDirectory)/_Synapse-CI-pipeline/drop/ARM/TemplateForWorkspace.json'
ParametersFile: '$(System.DefaultWorkingDirectory)/_Synapse-CI-pipeline/drop/ARM/TemplateParametersForWorkspace.json'
azureSubscription: 'syn-sp'
ResourceGroupName: 'synapseQA-RG'
TargetWorkspaceName: 'synapse-qa'
OverrideArmParameters: '-LS_AKV_QA_properties_typeProperties_baseUrl https://synapse-qa.vault.azure.net/'
FailOnMissingOverrides: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment