Updating to release 2024-04-12
In this page
Warning
No post-update action is required if you wish to continue using the notification assets deployed by the ALZ pattern.
Update
Complete the activities documented in the Steps to update to the latest release page.
Post update actions
If you are updating to release 2024-04-12, you may need to run a post-update script to remove the notification assets deployed by the ALZ pattern. This is necessary only if you have chosen to use existing action groups and alert processing rules. In such cases, the Service Health alerts will be reconfigured to use your action groups according to the Bring Your Own Notifications (BYON) feature.
To execute the script, follow these steps:
- Open PowerShell.
- Install the Az.ResourceGraph module if it is not already installed by running:
Install-Module Az.ResourceGraph. - Navigate to the directory containing the Remove-AMBANotificationAssets.ps1 script.
- Set the $pseudoRootManagementGroup variable using the following command:
Sign in to your Azure account using the
Connect-AzAccountcommand. Ensure that the account has the necessary permissions to remove Policy Assignments, Policy Definitions, and resources at the required Management Group scope.Run the script with one of the following options:
Show output of what would happen if deletes executed:
Execute the script asking for confirmation before deleting notification asset resources deployed by AMBA-ALZ:
Execute the script without asking for confirmation before deleting notification asset resources deployed by AMBA-ALZ.