Skip to content

Commit a3bcc9d

Browse files
Merge pull request #301566 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents bb45bb8 + ecb9d52 commit a3bcc9d

File tree

58 files changed

+1071
-803
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1071
-803
lines changed

articles/backup/azure-data-lake-storage-backup-manage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Manage Vaulted Backup for Azure Data Lake Storage using Azure portal (preview)
3-
description: Learn how to manage vaulted backup for Azure Data Lake Storage (preview) using Azure portal.
3+
description: Learn how to manage vaulted backup for Azure Data Lake Storage using Azure portal.
44
ms.topic: how-to
5-
ms.date: 04/16/2025
5+
ms.date: 06/19/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
99

1010
# Manage vaulted backup for Azure Data Lake Storage using Azure portal (preview)
1111

12-
This article describes how to manage vaulted backup for Azure Data Lake Storage (preview) using Azure portal.
12+
This article describes how to manage vaulted backup for Azure Data Lake Storage using Azure portal.
1313

14-
## Monitor an Azure Data Lake Storage backup job (preview)
14+
## Monitor an Azure Data Lake Storage backup job
1515

1616
The Azure Backup service creates a job for a scheduled backup or when you trigger an on-demand backup operation, allowing you to monitor the job progress.
1717

@@ -25,7 +25,7 @@ To check the backup job status, follow these steps:
2525

2626
The **Backup jobs** dashboard shows the operation and status for the past seven days.
2727

28-
## Modify the Azure Data Lake Storage backup instance (preview)
28+
## Modify the Azure Data Lake Storage backup instance
2929

3030
After the backup configuration, you can update the policy associated with a backup instance. For vaulted backups, you can also modify the selected backup containers.
3131

@@ -43,7 +43,7 @@ To modify the backup instance, follow these steps:
4343

4444
1. Select **Save**.
4545

46-
## Stop protection for Azure Data Lake Storage (preview)
46+
## Stop protection for Azure Data Lake Storage
4747

4848
You can stop the vaulted backup for the storage account as per your requirements.
4949

articles/backup/azure-data-lake-storage-backup-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
22
title: About Azure Data Lake Storage Vaulted Backup (preview)
33
description: Learn how the Azure Data Lake Storage vaulted backup works
44
ms.topic: overview
5-
ms.date: 04/16/2025
5+
ms.date: 06/19/2025
66
author: jyothisuri
77
ms.author: jsuri
88
ms.custom: engagement-fy24
99
---
1010

1111
# About Azure Data Lake Storage vaulted backup (preview)
1212

13-
[Azure Data Lake Storage (ADLS)](/azure/storage/blobs/data-lake-storage-introduction) vaulted backup (preview) is a streamlined, cloud-native solution to back up and restore general-purpose v2 storage accounts with a [hierarchical namespace](/azure/storage/blobs/data-lake-storage-namespace). It allows selective backup and restoration of containers, and store backups in a dedicated vault for granular control.
13+
[Azure Data Lake Storage](/azure/storage/blobs/data-lake-storage-introduction) vaulted backup is a streamlined, cloud-native solution to back up and restore general-purpose v2 storage accounts with a [hierarchical namespace](/azure/storage/blobs/data-lake-storage-namespace). It allows selective backup and restoration of containers, and store backups in a dedicated vault for granular control.
1414

1515
>[!Note]
1616
>- This feature is currently in limited preview and is available in specific regions only. See the [supported regions](azure-data-lake-storage-backup-support-matrix.md#supported-regions).
1717
>- To enroll in this preview feature, fill [this form](https://forms.office.com/r/sixidTkYb4) and write to [[email protected]](mailto:[email protected]).
1818

19-
## Azure Data Lake Storage backup workflow
19+
## How the backup process for Azure Data Lake Storage works
2020

2121
Vaulted backup uses platform capabilities such as snapshots and object replication to copy data to the Backup vault. Object replication asynchronously copies block blobs from a source storage account to a destination backup storage account, including the blob's contents, versions, metadata, and properties.
2222

23-
When you configure protection, Azure Backup sets up a destination storage account within the Backup vault and applies an object replication policy at the container level for both source and destination accounts. During backup, Azure Backup places a recovery point marker on the source account and tracks its replication. After the marker is replicated to the destination, the recovery point is created.
23+
When you configure backup, Azure Backup sets up a destination storage account within the Backup vault and applies an object replication policy at the container level for both source and destination accounts. During backup, Azure Backup places a recovery point marker on the source account and tracks its replication. After the marker is replicated to the destination, the recovery point is created.
2424

2525
*The following diagram shows the recovery point creation process after the snapshot is taken:*
2626

2727
:::image type="content" source="./media/azure-data-lake-storage-backup-overview/recovery-point-creation-architecture.png" alt-text="Diagram shows the recovery point creation process in the backup flow.":::
2828

2929
Learn about the [supported scenarios and limitations for Azure Data Lake Storage backup](azure-data-lake-storage-backup-support-matrix.md).
3030

31-
## ADLS backup configuration and retention (preview)
31+
## Azure Data Lake Storage backup configuration and retention
3232

33-
The ADLS backup requires a Backup vault that provides a centralized view of configured backups. Vaulted backup is set at the storage account level, with the option to exclude containers.
33+
The Azure Data Lake Storage backup requires a Backup vault that provides a centralized view of configured backups. Vaulted backup is set at the storage account level, with the option to exclude containers.
3434
>[!Note]
3535
>If an account has over 100 containers, reduce the count to **<= 100**. Learn [about the supported container count for backup](azure-data-lake-storage-backup-support-matrix.md#protection-limits).
3636

@@ -44,7 +44,7 @@ Azure Backup automatically runs scheduled jobs, replicating block blobs from the
4444

4545
### Backup management
4646

47-
After the ADLS backup configuration is complete, a backup instance is created in the Backup vault. Use it to initiate restores, monitor activity, stop protection, and perform other backup operations.
47+
After the Azure Data Lake Storage backup configuration is complete, a backup instance is created in the Backup vault. Use it to initiate restores, monitor activity, stop protection, and perform other backup operations.
4848

4949
The Backup vault's managed identity needs specific permissions on storage accounts for backup and restore operations. These permissions are bundled into the **Storage Account Backup Contributor** role for ease of management.
5050

articles/backup/azure-data-lake-storage-backup-support-matrix.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Support matrix for Azure Data Lake Storage Vaulted Backup (preview)
3-
description: Learn about the regional availability, supported scenarios, and limitations for vaulted backups of Azure Data Lake Storage (preview).
3+
description: Learn about the regional availability, supported scenarios, and limitations for vaulted backups of Azure Data Lake Storage.
44
ms.topic: reference
5-
ms.date: 06/04/2025
5+
ms.date: 06/19/2025
66
ms.custom:
77
- references_regions
88
- engagement-fy24
@@ -14,7 +14,7 @@ ms.author: jsuri
1414

1515
# Support matrix for Azure Data Lake Storage vaulted backup (preview)
1616

17-
This article summarizes the regional availability, supported scenarios, and limitations for vaulted backups of Azure Data Lake Storage (preview).
17+
This article summarizes the regional availability, supported scenarios, and limitations for vaulted backups of Azure Data Lake Storage.
1818

1919
## Supported regions
2020

@@ -39,9 +39,9 @@ The following table lists the protection limits:
3939
| Maximum number of containers in a storage account that can be protected | 100 |
4040
| Vault redundancy | LRS/ZRS/GRS |
4141

42-
### Supported and unsupported scenarios for Azure Data Lake Storage protection (preview)
42+
### Supported and unsupported scenarios for Azure Data Lake Storage protection
4343

44-
Azure Data Lake Storage protection (preview) has the following supported and unsupported scenarios:
44+
Azure Data Lake Storage protection has the following supported and unsupported scenarios:
4545

4646
- Any new containers that get created after backup configuration for the storage account aren't backed up automatically. To enable the backup operation for the new containers, modify the protection of the storage account.
4747
- The storage accounts to be backed up must contain a *minimum of one container*. If the storage account doesn't contain any containers or if no containers are selected, an error might appear when you configure backup.

articles/backup/azure-data-lake-storage-backup-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Troubleshooting Azure Data Lake Storage backup using Azure Backup (preview)
33
description: Learn to troubleshoot Azure Data Lake Storage backup using Azure Backup.
44
ms.topic: troubleshooting
5-
ms.date: 05/27/2025
5+
ms.date: 06/19/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

1111
# Troubleshoot Azure Data Lake Storage backup (preview)
1212

13-
This article provides troubleshooting details for error codes that appear when configuring backup and restoring for Azure Data Lake Storage data using Azure Backup (preview).
13+
This article provides troubleshooting details for error codes that appear when configuring backup and restoring for Azure Data Lake Storage data using Azure Backup.
1414

1515
## Common backup errors
1616

articles/backup/azure-data-lake-storage-configure-backup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Configure Vaulted Backup for Azure Data Lake Storage using Azure Portal (preview)
3-
description: Learn how to configure vaulted backup for Azure Data Lake Storage (preview) using Azure portal.
3+
description: Learn how to configure vaulted backup for Azure Data Lake Storage using Azure portal.
44
ms.topic: how-to
5-
ms.date: 04/16/2025
5+
ms.date: 06/19/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
99

1010
# Configure vaulted backup for Azure Data Lake Storage using Azure portal (preview)
1111

12-
This article describes how to configure vaulted backup for Azure Data Lake Storage (preview) using Azure portal.
12+
This article describes how to configure vaulted backup for Azure Data Lake Storage using Azure portal.
1313

1414
## Prerequisites
1515

@@ -27,7 +27,7 @@ For more information about the supported scenarios, limitations, and availabilit
2727

2828
To back up Azure Data Lake Storage, ensure you have a Backup Vault in the same region. You can use an existing vault, or [create a new one](create-manage-backup-vault.md#create-backup-vault).
2929

30-
## Create a backup policy for Azure Data Lake Storage (preview)
30+
## Create a backup policy for Azure Data Lake Storage
3131

3232
A backup policy defines the schedule and frequency for backing up Azure Data Lake Storage. You can either create a backup policy from the Backup vault, or create it on the go during the backup configuration.
3333

@@ -71,7 +71,7 @@ To assign the required role for storage accounts that you want to protect, follo
7171
>[!Note]
7272
> The role assignment might take up to **30 minutes** to take effect.
7373
74-
## Configure backup for the Azure Data Lake Storage (preview)
74+
## Configure backup for the Azure Data Lake Storage
7575

7676
You can configure backup on multiple Azure Data Lake Storage.
7777

@@ -80,7 +80,7 @@ To configure backup, follow these steps:
8080
1. In the [Azure portal](https://portal.azure.com/), go to the **Backup vault**, and then select **+ Backup**.
8181
1. On the **Configure Backup** pane, on the **Basics** tab, review the **Datasource type** is selected as **Azure Data Lake Storage (preview)**.
8282
1. On the **Backup policy** tab, under **Backup policy**, select the policy you want to use for data retention, and then select **Next**.
83-
If you want to create a new backup policy, select **Create new**. learn how to [create a backup policy](#create-a-backup-policy-for-azure-data-lake-storage-preview).
83+
If you want to create a new backup policy, select **Create new**. learn how to [create a backup policy](#create-a-backup-policy-for-azure-data-lake-storage).
8484

8585
1. On the **Datasources** tab, Select**Add**.
8686

articles/backup/azure-data-lake-storage-restore.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Restore Azure Data Lake Storage using Azure Portal (preview)
3-
description: Learn how to restore Azure Data Lake Storage vaulted backups (preview) using Azure portal.
3+
description: Learn how to restore Azure Data Lake Storage vaulted backups using Azure portal.
44
ms.topic: how-to
5-
ms.date: 04/16/2025
5+
ms.date: 06/19/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
99

1010
# Restore Azure Data Lake Storage using Azure portal (preview)
1111

12-
This article describes how to restore Azure Data Lake Storage vaulted backups (preview) using Azure portal.
12+
This article describes how to restore Azure Data Lake Storage vaulted backups using Azure portal.
1313

1414
## Prerequisites
1515

@@ -23,7 +23,7 @@ Before you restore Azure Data Lake Storage, ensure the following prerequisites a
2323
>[!Note]
2424
>Vaulted backups only support restoring data to another storage account, which is different from the one that was backed up.
2525
26-
Learn more about the [supported scenarios, limitations, and region availability for Azure Data Lake Storage backup/restore (preview)](azure-data-lake-storage-backup-support-matrix.md).
26+
Learn more about the [supported scenarios, limitations, and region availability for Azure Data Lake Storage backup/restore](azure-data-lake-storage-backup-support-matrix.md).
2727

2828
## Restore the storage data from vaulted backups
2929

articles/communication-services/concepts/analytics/logs/sms-logs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Communication Services offers the following types of logs:
8989
| `SdkType` | The SDK type used in the request. |
9090
| `PlatformType` | The platform type used in the request. |
9191
| `Method` | The method used in the request. |
92-
|`NumberType`| The type of number, the SMS message is being sent from. It can be either **LongCodeNumber**, **ShortCodeNumber**, or **DynamicAlphaSenderID**.|
93-
|`MessageID`| Represents the unique messageId generated for every outgoing and incoming message. Find the MessageId in the SMS API response object. |
94-
|`Country`| Represents the countries/regions where SMS messages are sent to or received from. |
92+
| `NumberType` | The type of number, the SMS message is being sent from. It can be either **LongCodeNumber**, **ShortCodeNumber**, or **DynamicAlphaSenderID**.|
93+
| `MessageID` | Represents the unique message ID generated for every outgoing and incoming message. Find the MessageId in the SMS API response object. The format of message ID returned by this API is considered an internal implementation detail and is subject to change without notice. Clients must treat message ID as opaque identifiers and must not parse, infer structure, or build logic based on their format or content.|
94+
| `Country` | Represents the countries/regions where SMS messages are sent to or received from. |
9595

9696
#### Example SMS sent log
9797

@@ -118,7 +118,7 @@ Communication Services offers the following types of logs:
118118
"SdkType": "azsdk-net-Communication.Sms",
119119
"PlatformType": "Microsoft Windows 10.0.17763",
120120
"Method": "POST",
121-
"MessageId": "Outgoing_20230118181300ff00e5c9-876d-4958-86e3-4637484fe5bd_noam",
121+
"MessageId": "ff00e5c9-876d-4958-86e3-4637484fe5bd",
122122
"Country": "US"
123123
}
124124
]
@@ -149,7 +149,7 @@ Communication Services offers the following types of logs:
149149
"SdkType": "",
150150
"PlatformType": "",
151151
"Method": "POST",
152-
"MessageId": "Outgoing_20230118181300ff00e5c9-876d-4958-86e3-4637484fe5bd_noam",
152+
"MessageId": "ff00e5c9-876d-4958-86e3-4637484fe5bd",
153153
"Country": "US"
154154
}
155155
]
@@ -180,7 +180,7 @@ Communication Services offers the following types of logs:
180180
"SdkType": "",
181181
"PlatformType": "",
182182
"Method": "POST",
183-
"MessageId": "Incoming_2023011818121211c6ee31-63fe-477c-8d51-f800543c6694",
183+
"MessageId": "11c6ee31-63fe-477c-8d51-f800543c6694",
184184
"Country": "US"
185185
}
186186
]
@@ -189,4 +189,4 @@ Communication Services offers the following types of logs:
189189

190190
## Related articles
191191

192-
[SMS FAQ](/azure/azure-monitor/overview#frequently-asked-questions)
192+
[SMS FAQ](/azure/azure-monitor/overview#frequently-asked-questions)

0 commit comments

Comments
 (0)