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/automation/change-tracking/manage-change-tracking-monitoring-agent.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article tells how to use change tracking and inventory to trac
4
4
services: automation
5
5
ms.subservice: change-inventory-management
6
6
ms.custom: linux-related-content
7
-
ms.date: 09/19/2024
7
+
ms.date: 11/19/2024
8
8
ms.topic: how-to
9
9
ms.service: azure-automation
10
10
---
@@ -25,7 +25,10 @@ To manage tracking and inventory, ensure that you enable Change tracking with AM
25
25
26
26
1. In the [Azure portal](https://portal.azure.com), select the virtual machine.
27
27
1. Select a specific VM for which you would like to configure the Change tracking settings.
28
-
1. Under **Operations**, select **Change tracking**
28
+
1. Under **Operations**, select **Change tracking**.
29
+
30
+
:::image type="content" source="media/manage-change-tracking-monitoring-agent/configure-file-settings.png" alt-text="Screenshot of selecting the change tracking to configure file settings." lightbox="media/manage-change-tracking-monitoring-agent/configure-file-settings.png":::
31
+
29
32
1. Select **Settings** to view the **Data Collection Rule Configuration** (DCR) page. Here, you can do the following actions:
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-service-levels.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The following diagram shows throughput limit examples of volumes in an auto QoS
46
46
47
47
### Throughput limit examples of volumes in a manual QoS capacity pool
48
48
49
-
If you use a manual QoS capacity pool, you can assign the capacity and throughput for a volume independently. When you create a volume in a manual QoS capacity pool, you can specify the throughput (MiB/S) value. The total throughput assigned to volumes in a manual QoS capacity pool depends on the size of the pool and the service level. Throughput limits are capped by a formula: cCapacity pool size in TiB x service level throughput/TiB. For instance, a 10-TiB capacity pool with the Ultra service level has a total throughput capacity of 1280 MiB/s (10 TiB x 128 MiB/s/TiB) available for the volumes.
49
+
If you use a manual QoS capacity pool, you can assign the capacity and throughput for a volume independently. When you create a volume in a manual QoS capacity pool, you can specify the throughput (MiB/S) value. The total throughput assigned to volumes in a manual QoS capacity pool depends on the size of the pool and the service level. Throughput limits are capped by a formula: capacity pool size in TiB x service level throughput/TiB. For instance, a 10-TiB capacity pool with the Ultra service level has a total throughput capacity of 1280 MiB/s (10 TiB x 128 MiB/s/TiB) available for the volumes.
50
50
51
51
For example, for an SAP HANA system, this capacity pool can be used to create the following volumes. Each volume provides the individual size and throughput to meet your application requirements:
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/howto-develop-event-listener.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: Y-Sindo
5
5
ms.author: zityang
6
6
ms.service: azure-web-pubsub
7
7
ms.topic: how-to
8
-
ms.date: 09/30/2022
8
+
ms.date: 11/20/2024
9
9
---
10
10
11
11
# Send client events to Event Hubs
@@ -67,9 +67,9 @@ Find your Azure Web PubSub service from **Azure portal**. Navigate to **Identity
67
67
68
68
## Test your configuration with live demo
69
69
70
-
1. Open this [Event Hubs Consumer Client](https://awpseventlistenerdemo.blob.core.windows.net/eventhub-consumer/index.html) web app, input the Event Hubs connection string to connect to an event hub as a consumer. If you get the Event Hubs connection string from an Event Hubs namespace resource instead of an event hub instance, then you need to specify the event hub name. This event hub consumer client is connected with the mode that only reads new events; the events published before aren't seen here. You can change the consumer client connection mode to read all the available events in the production environment.
70
+
1. Open this [Event Hubs Consumer Client](https://awpseventlistenerdemo.z13.web.core.windows.net/eventhub-consumer/index.html) web app, input the Event Hubs connection string to connect to an event hub as a consumer. If you get the Event Hubs connection string from an Event Hubs namespace resource instead of an event hub instance, then you need to specify the event hub name. This event hub consumer client is connected with the mode that only reads new events; the events published before aren't seen here. You can change the consumer client connection mode to read all the available events in the production environment.
71
71
72
-
1. Use this [WebSocket Client](https://awpseventlistenerdemo.blob.core.windows.net/webpubsub-client/websocket-client.html) web app to generate client events. If you've configured to send system event `connected` to that event hub, you should be able to see a printed `connected` event in the Event Hubs consumer client after connecting to Web PubSub service successfully. You can also generate a user event with the app.
72
+
1. Use this [WebSocket Client](https://awpseventlistenerdemo.z13.web.core.windows.net/webpubsub-client/websocket-client.html) web app to generate client events. If you've configured to send system event `connected` to that event hub, you should be able to see a printed `connected` event in the Event Hubs consumer client after connecting to Web PubSub service successfully. You can also generate a user event with the app.
73
73
:::image type="content" source="media/howto-develop-event-listener/eventhub-consumer-connected-event.png" alt-text="Screenshot of a printed connected event in the Event Hubs consumer client app.":::
74
74
:::image type="content" source="media/howto-develop-event-listener/web-pubsub-client-specify-event-name.png" alt-text="Screenshot showing the area of the WebSocket client app to generate a user event.":::
Copy file name to clipboardExpand all lines: articles/backup/azure-file-share-backup-overview.md
+7-1Lines changed: 7 additions & 1 deletion
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: About Azure File share backup
3
3
description: Learn how to back up Azure file shares in the Recovery Services vault
4
4
ms.topic: overview
5
-
ms.date: 09/09/2024
5
+
ms.date: 11/20/2024
6
6
ms.service: azure-backup
7
7
ms.custom:
8
8
- engagement-fy23
@@ -103,6 +103,12 @@ The following diagram explains the lifecycle of the lease acquired by Azure Back
103
103
104
104
:::image type="content" source="./media/azure-file-share-backup-overview/backup-lease-lifecycle-diagram.png" alt-text="Diagram explaining the lifecycle of the lease acquired by Azure Backup." border="false":::
105
105
106
+
## How Cross Subscription Backup for Azure File share (preview) works?
107
+
108
+
Cross Subscription Backup (CSB) for Azure File share (preview) enables you to back up file shares across subscriptions. This feature is useful when you want to centralize backup management for file shares across different subscriptions. You can back up file shares from a source subscription to a Recovery Services vault in a target subscription.
109
+
110
+
Learn about the [additional prerequisites](backup-azure-files.md#prerequisites) and [steps to configure Cross Subscription Backup for Azure File share (preview)](backup-azure-files.md#configure-the-backup). For information on the supported regions for Cross Subscription Backup, see the [Azure File share backup support matrix](azure-file-share-support-matrix.md#supported-regions-for-cross-subscription-backup-preview).
Copy file name to clipboardExpand all lines: articles/backup/azure-file-share-support-matrix.md
+5-1Lines changed: 5 additions & 1 deletion
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: Support Matrix for Azure file share backup by using Azure Backup
3
3
description: Provides a summary of support settings and limitations when backing up Azure file shares.
4
4
ms.topic: reference
5
-
ms.date: 09/09/2024
5
+
ms.date: 11/20/2024
6
6
ms.custom: references_regions, engagement-fy24
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
@@ -32,6 +32,10 @@ Vaulted backup for Azure Files (preview) is available in West Central US, Southe
32
32
33
33
---
34
34
35
+
### Supported regions for Cross Subscription Backup (preview)
36
+
37
+
Cross Subscription Backup (CSB) for Azure File share (preview) is currently available in the following regions: East Asia, Southeast Asia, UK South, UK West, Central India.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-files.md
+22-19Lines changed: 22 additions & 19 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: Back up Azure File shares in the Azure portal
3
3
description: Learn how to use the Azure portal to back up Azure File shares in the Recovery Services vault
4
4
ms.topic: how-to
5
-
ms.date: 07/29/2024
5
+
ms.date: 11/20/2024
6
6
ms.service: azure-backup
7
7
ms.custom: engagement-fy23
8
8
author: AbhishekMallick-MS
@@ -22,37 +22,42 @@ Azure File share backup is a native, cloud based backup solution that protects y
22
22
23
23
## Prerequisites
24
24
25
-
* Ensure that the file share is present in one of the supported storage account types. Review the [support matrix](azure-file-share-support-matrix.md).
25
+
* Ensure the file share is present in one of the supported storage account types. Review the [support matrix](azure-file-share-support-matrix.md).
26
26
* Identify or create a [Recovery Services vault](#create-a-recovery-services-vault) in the same region and subscription as the storage account that hosts the file share.
27
27
* In case you have restricted access to your storage account, check the firewall settings of the account to ensure that the exception "Allow Azure services on the trusted services list to access this storage account" is granted. You can refer to [this](../storage/common/storage-network-security.md?tabs=azure-portal#manage-exceptions) link for the steps to grant an exception.
28
+
>[!Important]
29
+
>To perform [Cross Subscription Backup (CSB) for protecting Azure File share (preview)](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-file-share-preview-works) in another subscription, ensure you register `Microsoft.RecoveryServices` in the **subscription of the file share** in addition to the above prerequisites. Learn about the [supported regions for Cross Subscription Backup (preview)](azure-file-share-support-matrix.md#supported-regions-for-cross-subscription-backup-preview).
30
+
28
31
29
32
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
30
33
31
34
## Configure the backup
32
35
33
-
You can configure *snapshot backup* and *vaulted backup (preview)* for Azure File share from *Backup center* or *File share blade*.
36
+
You can configure *snapshot backup* and *vaulted backup (preview)* for Azure File share from the *Recovery Services vault* or *File share blade*.
To configure backup for multiple file shares from the Backup center, follow these steps:
42
+
To configure backup for multiple file shares from the Recovery Services vault, follow these steps:
40
43
41
-
1. In the [Azure portal](https://portal.azure.com/), go to **Backup center** and select **+Backup**.
44
+
1. In the [Azure portal](https://portal.azure.com/), go to the **Recovery Services vault** and select **+Backup**.
42
45
43
-
:::image type="content" source="./media/backup-afs/backup-center-configure-inline.png" alt-text="Screenshot showing to configure Backup for Azure File." lightbox="./media/backup-afs/backup-center-configure-expanded.png":::
46
+
:::image type="content" source="./media/backup-afs/azure-file-configure-backup.png" alt-text="Screenshot showing to configure Backup for Azure File." lightbox="./media/backup-afs/azure-file-configure-backup.png":::
44
47
45
48
1. On the **Start: Configure Backup** blade, select **Azure Files (Azure Storage)** as the datasource type, select the vault that you want to protect the file shares with, and then select **Continue**.
46
49
47
50
:::image type="content" source="./media/backup-afs/azure-file-share-select-vault.png" alt-text="Screenshot showing to select Azure Files.":::
48
51
49
-
1. Click **Select** to select the storage account that contains the file shares to be backed-up.
52
+
1. Click **Select** to select the storage account that contains the file shares to be backedup.
50
53
51
-
The **Select storage account** blade opens on the right, which lists a set of discovered supported storage accounts. They're either associated with this vault or present in the same region as the vault, but not yet associated to any Recovery Services vault.
54
+
The **Select storage account** blade opens on the right, which lists a set of discovered supported storage accounts. They're either associated with this vault or present in the same region as the vault, but not yet associated with any Recovery Services vault.
52
55
53
56
:::image type="content" source="./media/backup-azure-files/azure-file-share-select-storage-account.png" alt-text="Screenshot showing to select a storage account." lightbox="./media/backup-azure-files/azure-file-share-select-storage-account.png":::
54
57
55
-
1. On the **Select storage account** blade, from the list of discovered storage accounts, select an account, and select **OK**.
58
+
1. On the **Select storage account** blade, by default it list the storage accounts from the current subscription. Select an account, and select **OK**.
59
+
60
+
If you want to configure the backup operation with a storage account in a different subscription ([Cross Subscription Backup - preview](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-file-share-preview-works)), choose the other subscription from the **Subscription** filter. The storage accounts from the selected subscription appear.
56
61
57
62
:::image type="content" source="./media/backup-azure-files/azure-file-share-confirm-storage-account.png" alt-text="Screenshot showing to select one of the discovered storage accounts." lightbox="./media/backup-azure-files/azure-file-share-confirm-storage-account.png":::
58
63
@@ -80,7 +85,7 @@ To configure backup for multiple file shares from the Backup center, follow thes
80
85
-**Snapshot**: Enables only snapshot-based backups that are stored locally and can only provide protection in case of accidental deletions.
81
86
-**Vault-Standard (Preview)**: Provides comprehensive data protection.
82
87
83
-
1. Configure the *backup schedule* as per the requirement. You can configure up to *six backups*a day. The snapshots are taken as per the schedule defined in the policy. In case of vaulted backup, the data from the last snapshot of the day is transferred to the vault.
88
+
1. Configure the *backup schedule* as per the requirement. You can configure up to *six backups*per day. The snapshots are taken as per the schedule defined in the policy. In case of vaulted backup, the data from the last snapshot of the day is transferred to the vault.
84
89
85
90
1. Configure the *Snapshot retention* and *Vault retention (preview)* duration to determine the expiry date of the recovery points.
86
91
@@ -144,7 +149,7 @@ The following steps explain how you can configure backup for individual file sha
144
149
-**Snapshot**: Enables only snapshot-based backups that are stored locally and can only provide protection in case of accidental deletions.
145
150
-**Vault-Standard (Preview)**: Provides comprehensive data protection.
146
151
147
-
1. Configure the *backup schedule* as per the requirement. You can configure up to *six backups*a day. The snapshots are taken as per the schedule defined in the policy. In case of vaulted backup, the data from the last snapshot of the day is transferred to the vault.
152
+
1. Configure the *backup schedule* as per the requirement. You can configure up to *six backups*per day. The snapshots are taken as per the schedule defined in the policy. In case of vaulted backup, the data from the last snapshot of the day is transferred to the vault.
148
153
149
154
1. Configure the *Snapshot retention* and *Vault retention (preview)* duration to determine the expiry date of the recovery points.
150
155
@@ -176,15 +181,13 @@ Occasionally, you might want to generate a backup snapshot, or recovery point, o
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-immutable-vault-concept.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article explains about the concept of Immutable vault for Azur
4
4
ms.topic: overview
5
5
ms.service: azure-backup
6
6
ms.custom: references_regions, engagement-fy24
7
-
ms.date: 11/11/2024
7
+
ms.date: 11/20/2024
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-abhmallick
10
10
---
@@ -15,7 +15,7 @@ Immutable vault can help you protect your backup data by blocking any operations
15
15
16
16
## Before you start
17
17
18
-
- Use of WORM storage for immutable vaults in locked state is currently in GA for Recovery Services Vaults in the following regions: West Central US, West Europe, East US, North Europe, Australia East.
18
+
- Use of WORM storage for immutable vaults in locked state is currently in GA for Recovery Services Vaults in the following regions: Australia Central 2, Switzerland West, South Africa West, Korea Central, Germany North, Korea South, Spain Central.
19
19
- Use of WORM storage for immutable vaults in locked state is applicable for the following workloads: Azure Virtual machines, SQL in Azure VM, SAP HANA in Azure VM, Azure Backup Server, Azure Backup Agent, DPM.
20
20
- Immutable vault is available in all Azure public and US Government regions.
21
21
- Immutable vault is supported for Recovery Services vaults and Backup vaults.
0 commit comments