Skip to content

Commit

Permalink
Update Deploy-with-Azure-PowerShell.md
Browse files Browse the repository at this point in the history
Updated from main to the latest release 2024-03-01
  • Loading branch information
ymehdimsft authored Mar 15, 2024
1 parent 773bec1 commit d02b52f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you customized the policies as documented at [How to modify individual polici
{{< /hint >}}

```powershell
New-AzManagementGroupDeployment -Name "amba-GeneralDeployment" -ManagementGroupId $pseudoRootManagementGroup -Location $location -TemplateUri "https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/main/patterns/alz/alzArm.json" -TemplateParameterFile ".\patterns\alz\alzArm.param.json"
New-AzManagementGroupDeployment -Name "amba-GeneralDeployment" -ManagementGroupId $pseudoRootManagementGroup -Location $location -TemplateUri "https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/2024-03-01/patterns/alz/alzArm.json" -TemplateParameterFile ".\patterns\alz\alzArm.param.json"
```

## Next steps
Expand Down

0 comments on commit d02b52f

Please sign in to comment.