Skip to content

Commit 7948e65

Browse files
authored
Merge pull request #108831 from SnehaGunda/breadcrumb
Updating next steps link
2 parents c9d7272 + 15cd0c1 commit 7948e65

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

articles/cosmos-db/online-backup-and-restore.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,23 @@ Accidental deletion or modification of data can happen in one of the following s
5454

5555
* One or more Azure Cosmos containers are deleted
5656

57-
* Azure Cosmos items (for example, documents) within a container are deleted or modified. This specific case is typically referred to as data corruption.
57+
* Azure Cosmos items (for example, documents) within a container are deleted or modified. This specific case is typically referred to as "data corruption".
5858

5959
* A shared offer database or containers within a shared offer database are deleted or corrupted
6060

61-
Azure Cosmos DB can restore data in all the above scenarios. The restore process always creates a new Azure Cosmos account to hold the restored data. The name of the new account, if not specified, will have the format `<Azure_Cosmos_account_original_name>-restored1`. The last digit is incremented, if multiple restores are attempted. You cant restore data to a pre-created Azure Cosmos account.
61+
Azure Cosmos DB can restore data in all the above scenarios. The restore process always creates a new Azure Cosmos account to hold the restored data. The name of the new account, if not specified, will have the format `<Azure_Cosmos_account_original_name>-restored1`. The last digit is incremented, if multiple restores are attempted. You can't restore data to a pre-created Azure Cosmos account.
6262

63-
When an Azure Cosmos account is deleted, we can restore the data into an account with the same name, provided that the account name is not in use. In such cases, its recommended to not re-create the account after deletion, because it not only prevents the restored data to use the same name, but also makes discovering the right account to restore from more difficult.
63+
When an Azure Cosmos account is deleted, we can restore the data into an account with the same name, provided that the account name is not in use. In such cases, it's recommended to not re-create the account after deletion, because it not only prevents the restored data to use the same name, but also makes discovering the right account to restore from more difficult.
6464

6565
When an Azure Cosmos database is deleted, it is possible to restore the whole database or a subset of the containers within that database. It is also possible to select containers across databases and restore them and all the restored data is placed in a new Azure Cosmos account.
6666

67-
When one or more items within a container are accidentally deleted or changed (the data corruption case), you will need to specify the time to restore to. Time is of essence for this case. Since the container is live, the backup is still running, so if you wait beyond the retention period (the default is eight hours) the backups would be overwritten. In the case of deletes, your data is no longer stored because they wont be overwritten by the backup cycle. Backups for deleted databases or containers are saved for 30 days.
67+
When one or more items within a container are accidentally deleted or changed (the data corruption case), you will need to specify the time to restore to. Time is of essence for this case. Since the container is live, the backup is still running, so if you wait beyond the retention period (the default is eight hours) the backups would be overwritten. In the case of deletes, your data is no longer stored because they won't be overwritten by the backup cycle. Backups for deleted databases or containers are saved for 30 days.
6868

6969
If you provision throughput at the database level (that is, where a set of containers shares the provisioned throughput), the backup and restore process in this case happen at the entire database level, and not at the individual containers level. In such cases, selecting a subset of containers to restore is not an option.
7070

7171
## Migrating data to the original account
7272

73-
The primary goal of the data restore is to provide a way to recover any data that you delete or modify accidentally. So, we recommend that you first inspect the content of the recovered data to ensure it contains what you are expecting. Then work on migrating the data back to the primary account. Although it is possible to use the restored account as the live account, its not a recommended option if you have production workloads.
73+
The primary goal of the data restore is to provide a way to recover any data that you delete or modify accidentally. So, we recommend that you first inspect the content of the recovered data to ensure it contains what you are expecting. Then work on migrating the data back to the primary account. Although it is possible to use the restored account as the live account, it's not a recommended option if you have production workloads.
7474

7575
The following are different ways to migrate data back to the original Azure Cosmos account:
7676

@@ -86,7 +86,7 @@ Delete the restored accounts as soon as you are done migrating, because they wil
8686
Next you can learn about how to restore data from an Azure Cosmos account or learn how to migrate data to an Azure Cosmos account
8787

8888
* To make a restore request, contact Azure Support, [file a ticket from the Azure portal](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade)
89-
* [How to restore data from an Azure Cosmos account](../synapse-analytics/sql-data-warehouse/backup-and-restore.md)
89+
* [How to restore data from an Azure Cosmos account](how-to-backup-and-restore.md)
9090
* [Use Cosmos DB change feed](change-feed.md) to move data to Azure Cosmos DB.
9191
* [Use Azure Data Factory](../data-factory/connector-azure-cosmos-db.md) to move data to Azure Cosmos DB.
9292

articles/data-factory/load-azure-data-lake-storage-gen2-from-gen1.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ This article shows you how to use the Data Factory copy data tool to copy data f
6666
3. On the **Source data store** page, select **+ Create new connection**.
6767

6868
![Source data store page](./media/load-azure-data-lake-storage-gen2-from-gen1/source-data-store-page.png)
69-
69+
7070
4. Select **Azure Data Lake Storage Gen1** from the connector gallery, and select **Continue**.
71-
72-
![Source data store Azure Data Lake Storage Gen1 page](./media/load-azure-data-lake-storage-gen2-from-gen1/source-data-store-page-adls-gen1.png)
73-
71+
72+
![Source data store Azure Data Lake Storage Gen1 page](./media/load-azure-data-lake-storage-gen2-from-gen1/source-data-store-page-adls-gen1.png)
73+
7474
5. On the **Specify Azure Data Lake Storage Gen1 connection** page, follow these steps:
7575

7676
a. Select your Data Lake Storage Gen1 for the account name, and specify or validate the **Tenant**.
@@ -91,7 +91,7 @@ This article shows you how to use the Data Factory copy data tool to copy data f
9191
7. Specify the copy behavior by selecting the **Copy files recursively** and **Binary copy** options. Select **Next**.
9292

9393
![Specify output folder](./media/load-azure-data-lake-storage-gen2-from-gen1/specify-binary-copy.png)
94-
94+
9595
8. On the **Destination data store** page, select **+ Create new connection** > **Azure Data Lake Storage Gen2** > **Continue**.
9696

9797
![Destination data store page](./media/load-azure-data-lake-storage-gen2-from-gen1/destination-data-storage-page.png)
@@ -146,7 +146,7 @@ Use a proof of concept to verify the end-to-end solution and test the copy throu
146146
3. (Optional) Create a control table and define the file filter to partition the files to be migrated. The way to partition the files is to:
147147

148148
- Partition by folder name or folder name with a wildcard filter. We recommend this method.
149-
- Partition by a files last modified time.
149+
- Partition by a file's last modified time.
150150

151151
### Network bandwidth and storage I/O
152152

@@ -158,7 +158,7 @@ In Data Factory, the [Data Lake Storage Gen1 connector](connector-azure-data-lak
158158

159159
### Preserve ACLs from Data Lake Storage Gen1
160160

161-
If you want to replicate the ACLs along with data files when you upgrade from Data Lake Storage Gen1 to Data Lake Storage Gen2, see [Preserve ACLs from Data Lake Storage Gen1](connector-azure-data-lake-storage.md#preserve-acls-from-data-lake-storage-gen1).
161+
If you want to replicate the ACLs along with data files when you upgrade from Data Lake Storage Gen1 to Data Lake Storage Gen2, see [Preserve ACLs from Data Lake Storage Gen1](connector-azure-data-lake-storage.md#preserve-acls).
162162

163163
### Incremental copy
164164

0 commit comments

Comments
 (0)