Skip to content

Commit

Permalink
Merge pull request #33 from janegilring/janegilring-patch-1
Browse files Browse the repository at this point in the history
Bugfix - parameter path in workflow
  • Loading branch information
arjenhuitema authored Oct 9, 2023
2 parents 25add3c + 8788604 commit 8eefb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/alz/examples/sample-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
id: deploy_amba
shell: bash
run: |
az deployment mg create --template-uri https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/main/patterns/alz/alzArm.json --location ${{ env.Location }} --management-group-id ${{ env.ManagementGroupPrefix }} --parameters .\patterns\alz\alzArm.param.json
az deployment mg create --template-uri https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/main/patterns/alz/alzArm.json --location ${{ env.Location }} --management-group-id ${{ env.ManagementGroupPrefix }} --parameters ./patterns/alz/alzArm.param.json

0 comments on commit 8eefb0c

Please sign in to comment.