Skip to content

Commit 87de02a

Browse files
authored
Merge pull request #281565 from SnehaSudhirG/23July-PrePostPreviewUpdates
added preview to articles and toc, updated whatsnew and added feature flag
2 parents cc61e4a + 3a2038b commit 87de02a

7 files changed

+44
-23
lines changed

articles/update-manager/manage-pre-post-events.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Manage the pre and post maintenance configuration events in Azure Update Manager
2+
title: Manage the pre and post (preview) maintenance configuration events in Azure Update Manager
33
description: The article provides the steps to manage the pre and post maintenance events in Azure Update Manager.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -8,12 +8,38 @@ ms.author: sudhirsneha
88
author: SnehaSudhirG
99
---
1010

11-
# Manage pre and post events maintenance configuration events
11+
# Manage pre and post events (preview) maintenance configuration events
1212

1313
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure Arc-enabled servers :heavy_check_mark: Azure VMs.
1414

1515
This article describes on how to register your subscription and manage pre and post events in Azure Update Manager.
1616

17+
## Register your subscription for public preview
18+
19+
To self-register your subscription for public preview, follow these steps:
20+
21+
#### [Azure portal](#tab/portal)
22+
23+
1. Sign in to the [Azure portal](https://portal.azure.com) and select **More services**.
24+
1. On the **All services** page, search for **Preview features**.
25+
1. On the **Preview Features** page, search and select **Pre and Post Events**.
26+
1. Select the feature and then select **Register** to register the subscription.
27+
28+
:::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":::
29+
30+
#### [Azure CLI](#tab/cli)
31+
32+
```azurecli-interactive
33+
az feature register --name InGuestPatchPrePostMaintenanceActivity --namespace Microsoft.Maintenance
34+
```
35+
36+
#### [PowerShell](#tab/ps)
37+
38+
```azurepowershell-interactive
39+
Register-AzProviderFeature -FeatureName "InGuestPatchPrePostMaintenanceActivity" -ProviderNamespace "Microsoft.Maintenance"
40+
```
41+
---
42+
1743
## Manage pre and post events
1844

1945
### View pre and post events

articles/update-manager/pre-post-events-schedule-maintenance-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create the pre and post maintenance configuration events in Azure Update Manager
2+
title: Create the pre and post (preview) maintenance configuration events in Azure Update Manager
33
description: The article provides the steps to create the pre and post maintenance events in Azure Update Manager.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -9,7 +9,7 @@ author: SnehaSudhirG
99
zone_pivot_groups: create-pre-post-events-maintenance-configuration
1010
---
1111

12-
# Create pre and post events
12+
# Create pre and post events (preview)
1313

1414
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure Arc-enabled servers :heavy_check_mark: Azure VMs.
1515

@@ -28,7 +28,7 @@ Azure Update Manager leverages Event Grid to create and manage pre and post even
2828
1. **Pre and post event** - You can follow the steps shared in the following section to create a pre and post event for schedule maintenance configuration. To learn more about the terms used in the Basics tab of Event Grid, see [Event Grid](../event-grid/concepts.md) terms.
2929

3030

31-
## Create a pre and post event
31+
## Create a pre and post event
3232

3333
::: zone pivot="new-mc"
3434

articles/update-manager/pre-post-scripts-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: An overview of pre and post events in your Azure Update Manager
2+
title: An overview of pre and post events (preview) in your Azure Update Manager
33
description: This article provides an overview on pre and post events and its requirements.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -8,7 +8,7 @@ author: SnehaSudhir
88
ms.author: sudhirsneha
99
---
1010

11-
# About pre and post events
11+
# About pre and post events (preview)
1212

1313
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure Arc-enabled servers.
1414

articles/update-manager/toc.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ items:
3131
items:
3232
- name: Schedule updates dynamically and at scale using dynamic scope
3333
href: tutorial-dynamic-grouping-for-scheduled-patching.md
34-
- name: Pre and Post Events
34+
- name: Pre and Post Events (preview)
3535
items:
36-
- name: Create pre and post events using a webhook with Automation Runbooks
36+
- name: Create pre and post events (preview) using a webhook with Automation Runbooks
3737
href: tutorial-webhooks-using-runbooks.md
38-
- name: Create pre and post events using Azure Functions
38+
- name: Create pre and post events (preview) using Azure Functions
3939
href: tutorial-using-functions.md
4040
- name: Concepts
4141
items:
4242
- name: Update options and orchestration
4343
href: updates-maintenance-schedules.md
4444
- name: Assessment options
4545
href: assessment-options.md
46-
- name: Overview of Pre and Post Events
46+
- name: Overview of Pre and Post Events (preview)
4747
href: pre-post-scripts-overview.md
4848
- name: Access Azure Update Manager operations data using Azure Resource Graph
4949
href: query-logs.md
@@ -85,11 +85,11 @@ items:
8585
href: manage-dynamic-scoping.md
8686
- name: Schedule patching configuration on Azure VMs for business continuity
8787
href: prerequsite-for-schedule-patching.md
88-
- name: Pre and Post Events
88+
- name: Pre and Post Events (preview)
8989
items:
90-
- name: Create pre and post events
90+
- name: Create pre and post events (preview)
9191
href: pre-post-events-schedule-maintenance-configuration.md
92-
- name: Manage pre and post events
92+
- name: Manage pre and post events (preview)
9393
href: manage-pre-post-events.md
9494
- name: Manage updates for Azure VMs using REST API
9595
href: manage-vms-programmatically.md

articles/update-manager/tutorial-using-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create pre and post events using Azure Functions.
2+
title: Create pre and post events (preview) using Azure Functions.
33
description: In this tutorial, you learn how to create the pre and post events using Azure Functions.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -9,7 +9,7 @@ ms.author: sudhirsneha
99
#Customer intent: As an IT admin, I want create pre and post events using Azure Functions.
1010
---
1111

12-
# Tutorial: Create pre and post events using Azure Functions
12+
# Tutorial: Create pre and post events (preview) using Azure Functions
1313

1414
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure VMs :heavy_check_mark: Azure Arc-enabled servers.
1515

articles/update-manager/tutorial-webhooks-using-runbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create pre and post events using a webhook with Automation runbooks.
2+
title: Create pre and post events (preview) using a webhook with Automation runbooks.
33
description: In this tutorial, you learn how to create the pre and post events using webhook with Automation runbooks.
44
ms.service: azure-update-manager
55
ms.date: 07/24/2024
@@ -9,7 +9,7 @@ ms.author: sudhirsneha
99
#Customer intent: As an IT admin, I want create pre and post events using a webhook with Automation runbooks.
1010
---
1111

12-
# Tutorial: Create pre and post events using a webhook with Automation
12+
# Tutorial: Create pre and post events (preview) using a webhook with Automation
1313

1414
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure VMs :heavy_check_mark: Azure Arc-enabled servers.
1515

articles/update-manager/whats-new.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ ms.date: 07/24/2024
1212

1313
[Azure Update Manager](overview.md) helps you manage and govern updates for all your machines. You can monitor Windows and Linux update compliance across your deployments in Azure, on-premises, and on the other cloud platforms from a single dashboard. This article summarizes new releases and features in Azure Update Manager.
1414

15-
## July 2024
16-
17-
### Pre and Post events
18-
19-
General Availability: Azure Update Manager now supports creating and managing pre and post events on scheduled maintenance configurations. [Learn more](pre-post-scripts-overview.md).
2015

2116
## June 2024
2217

0 commit comments

Comments
 (0)