Created
February 16, 2023 13:40
-
-
Save kunalworldwide/27b2d0283b3d0a0a49ab242e71938bd8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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