Skip to content

Instantly share code, notes, and snippets.

@mjendza
Created July 21, 2020 07:43
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 mjendza/70712feec9d5970321dd5dce95685822 to your computer and use it in GitHub Desktop.
Save mjendza/70712feec9d5970321dd5dce95685822 to your computer and use it in GitHub Desktop.
trigger:
branches:
include:
- '*'
pool:
vmImage: 'ubuntu-latest'
steps:
- task: AzureResourceManagerTemplateDeployment@3
displayName: 'ARM Validation'
inputs:
deploymentScope: 'Resource Group'
azureResourceManagerConnection: 'Visual Studio Enterprise(7ff4a2b9-1e0f-4d66-99a3-59050b5558ff)'
subscriptionId: '7ff4a2b9-1e0f-4d66-99a3-59050b5558ff'
action: 'Create Or Update Resource Group'
resourceGroupName: 'mentoring-receipt'
location: 'West Europe'
templateLocation: 'Linked artifact'
csmFile: 'build/arm/azuredeploy.json'
csmParametersFile: 'build/arm/azuredeploy.parameters.json'
deploymentMode: 'Incremental'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment