Skip to content

Commit 5064043

Browse files
committed
add new concept articles
1 parent d9cd350 commit 5064043

File tree

3 files changed

+104
-1
lines changed

3 files changed

+104
-1
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: Disaster recovery for Modeling and Simulation Workbench
3+
description: This article provides an overview of disaster recovery for Azure Modeling and Simulation Workbench workbench component.
4+
author: meaghanlewis
5+
ms.author: mosagie
6+
ms.service: modeling-simulation-workbench
7+
ms.topic: conceptual
8+
ms.date: 08/21/2024
9+
---
10+
11+
# Disaster recovery for Modeling and Simulation Workbench
12+
13+
This article explains how to configure a disaster recovery environment for Azure Modeling and Simulation Workbench. Azure data center outages are rare but can last anywhere from a few minutes to hours. Data Center outages can cause disruption to the environments hosted in that data center. By following the steps detailed in this article, Azure Modeling and Simulation workbench customers can continue to operate in the cloud in the event of a data center outage for the primary region hosting your workbench instance.
14+
15+
Planning for disaster recovery involves identifying expected recovery point objectives (RPO) and recovery time objectives (RTO) for your instance. Based upon your risk-tolerance and expected RPO, follow these instructions at an interval appropriate for your business needs.
16+
17+
A typical disaster recovery workflow starts with a failure of a critical service in your primary region. As the issue gets investigated, Azure will publish an expected time for the primary region to recover. If this timeframe is not acceptable for business continuity, and the problem does not impact your secondary region, you would start the process to fail over to the secondary region.
18+
19+
## Achieving business continuity for Azure Modeling and Simulation Workbench
20+
To be prepared for a data center outage, you can have a Modeling and Simulation workbench instance provisioned in a secondary region.
21+
22+
These Workbench resources can be configured to match the resources which exist in the primary Azure Modeling and Simulation workbench instance. Users in the workbench instance environment can be provisioned ahead of time, or when you switch to the secondary region. Chamber and connector resources can be put in a stopped state post deployment to invoke idle billing meters when not being used actively.
23+
24+
Alternatively, if you do not want to have an Azure Modeling and Simulation Workbench instance provisioned in the secondary region until an outage impacts your primary region, you can follow the provided procedures in the Quickstart but stop before actually creating the Azure Modeling and Simulation Workbench instance in the secondary region. That step can be executed when you choose to create the workbench resources in the secondary region as a fail over.
25+
26+
## Prerequisites
27+
28+
- Ensure that the services and features that your account uses are supported in the target secondary region.
29+
30+
## Verify Entra ID tenant
31+
32+
The workspace source and destination can be in the same subscription. If source and destination for workbench will be different subscriptions, the subscriptions must exist within the same Entra ID tenant. Use Azure PowerShell to verify that both subscriptions have the same tenant ID.
33+
34+
```powershell
35+
Get-AzSubscription -SubscriptionId <your-source-subscription>.TenantId
36+
37+
Get-AzSubscription-SubscriptionId <your-destination-subscription>.TenantId
38+
```
39+
40+
## Prepare
41+
42+
To be prepared to work in a backup region, you would need to do some preparation ahead of the outage.
43+
44+
First identify your backup region.
45+
46+
List of supported regions can be found on the [Azure product availability roadmap](https://global.azure.com/product-roadmap/pam/roadmap), and searching for the service name: **Azure Modeling and Simulation Workbench**.
47+
48+
Then, create a backup of your Azure Key Vault and keys used by Azure Modeling and Simulation in Key Vault including:
49+
50+
1. Application Client Id key
51+
2. Application Secret key
52+
53+
## Configure the new instance
54+
55+
In the event of your primary region failure, and decision to work in a backup region, you would create a Modeling and Simulation Workbench instance in your backup region.
56+
57+
1. Register to the Azure Modeling and Simulation Workbench Resource Provider as described in [Create an Azure Modeling and Simulation Workbench](/azure/modeling-simulation-workbench/quickstart-create-portal#register-azure-modeling-and-simulation-workbench-resource-provider).
58+
59+
1. Create an Azure Modeling and Simulation Workbench using this section of the Quickstart.
60+
61+
1. If desired, upload data into the new backup instance following Upload Files section of instructions.
62+
63+
You can now do your work in the new workbench instance created in the backup region.
64+
65+
66+
## Cleanup
67+
68+
Once your primary region is back up and operating, and you no longer need your backup instance, you can delete it.
69+
70+
## Related information
71+
72+
- [Backup and disaster recovery for Azure applications](/azure/reliability/cross-region-replication-azure)
73+
74+
- [Azure status](https://azure.status.microsoft/status)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Shared storage for Modeling and Simulation Workbench
3+
description: This article provides an overview of disaster recovery for Azure Modeling and Simulation Workbench workbench component.
4+
author: meaghanlewis
5+
ms.author: mosagie
6+
ms.service: modeling-simulation-workbench
7+
ms.topic: conceptual
8+
ms.date: 08/21/2024
9+
---
10+
11+
# Shared storage for Modeling and Simulation Workbench
12+
13+
To enable cross team and/or cross-organization collaboration in a secure manner within the workbench, a shared storage resource allows for selective data sharing between collaborating parties. It is an Azure NetApp Files based storage volume and is available to deploy in multiples of 4TB’s. Workbench owners can create multiple shared storage instances on demand and dynamically link them to existing chambers to facilitate secure collaboration.
14+
15+
Users who are provisioned to a specific chamber can access all shared storage volumes linked to that chamber. Once users get de-provisioned from a chamber or that chamber gets deleted, they lose access to any linked shared storage volumes.
16+
17+
## Key features of shared storage
18+
19+
**Performance**: A Shared storage resource within the workbench is high-performance Azure NetApp Files based, targeting complex engineering workloads. It can be used to run simulations and is not limited to being used as a data transfer mechanism.
20+
21+
**Scalability**: Users can adjust the storage capacity and performance tier according to their needs, just like chamber private storage.
22+
23+
**Management**: Workbench Owners can manage storage capacity, resize storage, and change performance tiers through the Azure portal.

articles/modeling-simulation-workbench/toc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ items:
2828
- name: Data pipeline
2929
href: ./concept-data-pipeline.md
3030
- name: License service
31-
href: ./concept-license-service.md
31+
href: ./concept-license-service.md
32+
- name: Shared storage
33+
href: ./shared-storage.md
34+
- name: Business Continuity
35+
items:
36+
- name: Disaster Recovery
37+
href: ./disaster-recovery.md
3238
- name: How-to guides
3339
items:
3440
- name: Manage users

0 commit comments

Comments
 (0)