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/industry/agriculture/disaster-recovery-for-farmbeats.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,25 @@ ms.author: v-umha
9
9
10
10
# Disaster recovery for FarmBeats
11
11
12
-
Data recovery protects you from losing your data in an unfortunate event like collapse of Azure region. In such event, you can start failover and recover data stored in your FarmBeats deployment. By default, FarmBeats doesn't configure for data recovery or availability of service, if underlying Azure services or region in which FarmBeats is deployed goes down. However, customers can configure certain Azure resources used by FarmBeats to store data in an Azure paired region and use Active-Passive approach to enable disaster recovery.
12
+
Data recovery protects you from losing your data in an unfortunate event like collapse of Azure region. In such an event, you can start failover, and recover the data stored in your FarmBeats deployment.
13
+
14
+
Data recovery is not a default feature in Azure FarmBeats. You can configure this feature manually by configuring the required Azure resources that are used by FarmBeats to store data in an Azure paired region. Use Active – Passive approach to enable recovery.
15
+
16
+
The following sections provide information about how you can configure data recovery in Azure FarmBeats:
17
+
18
+
1.[Enable data redundancy](#enable-data-redundancy)
19
+
2.[Restore service from online backup](#restore-service-from-online-backup)
20
+
13
21
14
22
## Enable data redundancy
15
23
16
-
FarmBeats stores data in three Azure first party services, which are **Azure storage**, **Cosmos DB** and **Time Series Insights**. Below are the steps to enable data redundancy for these services to a paired Azure region:
24
+
FarmBeats stores data in three Azure first party services, which are **Azure storage**, **Cosmos DB** and **Time Series Insights**. Use the following steps to enable data redundancy for these services to a paired Azure region:
17
25
18
26
1. **Azure Storage** - Follow this guideline to enable data redundancy for each storage account in your FarmBbeats deployment.
19
27
2. **Azure Cosmos DB** - Follow this guideline to enable data redundancy for Cosmos DB account your FarmBeats deployment.
20
28
3. **Azure Time Series Insights (TSI)** - TSI currently doesn't offer data redundancy. To recover Time Series Insights data, go to your sensor/weather partner and push the data again to FarmBeats deployment.
21
29
22
-
## Restoring service from online backup
30
+
## Restore service from online backup
23
31
24
32
You can initiate failover and recover data stored for which, each of the above mentioned data stores for your FarmBeats deployment. Once you've recovered the data for Azure storage and Cosmos DB, create another FarmBeats deployment in the Azure paired region and then configure the new deployment to use data from restored data stores (i.e. Azure Storage and Cosmos DB) by using the below steps:
25
33
@@ -38,7 +46,7 @@ You can initiate failover and recover data stored for which, each of the above m
0 commit comments