Skip to content

Commit ff3c74e

Browse files
authored
Fixed word + AMBA tag sync (#1028)
1 parent c2e3278 commit ff3c74e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Docs/integrating-with-alz-library.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Sync-ALZPolicyFromLibrary -DefinitionsRootFolder .\Definitions -Type ALZ -PacEnv
8383
8484
# Sync the AMBA policies and assign to the "epac-dev" PAC environment.
8585
Sync-ALZPolicyFromLibrary -DefinitionsRootFolder .\Definitions -Type AMBA -PacEnvironmentSelector "epac-dev"
86+
87+
# Sync the AMBA policies and assign to the "epac-dev" PAC environment. Specify a released version of the ALZ library
88+
Sync-ALZPolicyFromLibrary -DefinitionsRootFolder .\Definitions -Type AMBA -PacEnvironmentSelector "epac-dev" -Tag "platform/amba/2025.06.0"
89+
8690
```
8791

8892
Carefully review the generated policy assigments and ensure all parameter and scope information is correct.
@@ -106,7 +110,7 @@ Sync-ALZPolicyFromLibrary -DefinitionsRootFolder .\Definitions -Type ALZ -PacEnv
106110
For users interested in deploying the [Azure Monitor Baseline Alerts](https://azure.github.io/azure-monitor-baseline-alerts/welcome/) project with EPAC - these policies have been extracted and converted to the EPAC format and are available at the [amba-export](https://github.com/anwather/amba-export) repository.
107111

108112
> [!Note]
109-
> It is recommeneded to review breaking changes on the [AMBA Releases](https://azure.github.io/azure-monitor-baseline-alerts/patterns/alz/HowTo/UpdateToNewReleases/) page to avoid unexpected failed policy deployments. In most cases, it's an update of a parameter type (i.e. String -> Array).
113+
> It is recommended to review breaking changes on the [AMBA Releases](https://azure.github.io/azure-monitor-baseline-alerts/patterns/alz/HowTo/UpdateToNewReleases/) page to avoid unexpected failed policy deployments. In most cases, it's an update of a parameter type (i.e. String -> Array).
110114
111115
```ps1
112116
# Create a Pac Environment default file for AMBA policies using the latest release of the ALZ Library

0 commit comments

Comments
 (0)