You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/update-manager/manage-pre-post-events.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Manage the pre and post maintenance configuration events (preview) in Azure Update Manager
3
3
description: The article provides the steps to manage the pre and post maintenance events in Azure Update Manager.
4
4
ms.service: azure-update-manager
5
-
ms.date: 06/29/2024
5
+
ms.date: 07/08/2024
6
6
ms.topic: how-to
7
7
ms.author: sudhirsneha
8
8
author: SnehaSudhirG
@@ -28,11 +28,11 @@ Azure Update Manager leverages Event grid to create and manage pre and post even
28
28
29
29
30
30
31
-
32
-
33
31
## Register your subscription for public preview
34
32
35
-
To self-register your subscription for public preview in Azure portal:
33
+
To self-register your subscription for public preview, follow these steps:
34
+
35
+
#### [Azure portal](#tab/portal)
36
36
37
37
1. Sign in to the [Azure portal](https://portal.azure.com) and select **More services**.
38
38
1. On the **All services** page, search for **Preview features**.
@@ -41,6 +41,19 @@ To self-register your subscription for public preview in Azure portal:
41
41
42
42
:::image type="content" source="./media/tutorial-using-functions/register-feature.png" alt-text="Screenshot that shows how to register the preview feature." lightbox="./media/tutorial-using-functions/register-feature.png":::
43
43
44
+
#### [Azure CLI](#tab/cli)
45
+
46
+
```azurecli-interactive
47
+
az feature register --name InGuestPatchPrePostMaintenanceActivity --namespace Microsoft.Maintenance
0 commit comments