|
1 | 1 | ---
|
2 | 2 | title: Quickstart - Create an Azure Modeling and Simulation Workbench (preview) in the Azure portal
|
3 | 3 | description: In this quickstart, you learn how to use the Azure portal to create an Azure Modeling and Simulation Workbench.
|
4 |
| -author: lynnar |
5 |
| -ms.author: lynnar |
6 |
| -ms.reviewer: yochu |
| 4 | +author: becha8 |
| 5 | +ms.author: becha |
| 6 | +ms.reviewer: becha |
7 | 7 | ms.service: modeling-simulation-workbench
|
8 |
| -ms.date: 07/19/2023 |
| 8 | +ms.date: 08/05/2024 |
9 | 9 | ms.topic: quickstart
|
10 | 10 | # Customer intent: As a Modeling and Simulation Workbench owner, I want to create and perform initial setup so that Modeling and Simulation Workbench chamber users can run EDA applications.
|
11 | 11 | ---
|
@@ -94,7 +94,7 @@ Creating a client secret allows the Azure Modeling and Simulation Workbench to r
|
94 | 94 | 1. In **App registrations**, select your application *QuickstartModSimWorkbenchApp*.
|
95 | 95 | 1. Select **Certificates & secrets** > **Client secrets** > **New client secret**.
|
96 | 96 | 1. Add a description for your client secret.
|
97 |
| -1. Select **Recommended: 6 months** for the **Expires**. |
| 97 | +1. Select ** 6 months** for the **Expires**. |
98 | 98 | 1. Select **Add**.
|
99 | 99 | 1. The application properties display. Locate the **Client secret value** and document it. You need the Client secret value when you create your Key Vault. Make sure you write it down now, as it will never be displayed again once you leave this page.
|
100 | 100 |
|
@@ -136,6 +136,8 @@ Creating a client secret allows the Azure Modeling and Simulation Workbench to r
|
136 | 136 | | Assign access to | User, group, or service principal |
|
137 | 137 | | Members | Azure Modeling and Simulation Workbench |
|
138 | 138 |
|
| 139 | + In case the ‘Azure Modeling and Simulation Workbench’ is not discoverable, please search for ‘Azure HPC Workbench’. |
| 140 | + |
139 | 141 | | Setting | Value |
|
140 | 142 | | :--------------- | :-------------------------------------- |
|
141 | 143 | | Role | Key Vault Secrets **Officer** |
|
@@ -232,14 +234,14 @@ To create an Azure Modeling and Simulation Workbench, you first fill out the Azu
|
232 | 234 |
|
233 | 235 | 1. Leave the **Assign access to** default **User, group, or service principal**. Select **+ Select members**. In the **Select members** blade on the left side of the screen, search for your security principal by entering a string or scrolling through the list. Select your security principal. Select **Select** to save the selections.
|
234 | 236 |
|
235 |
| - > [!NOTE] |
236 |
| - > Chamber Admins and Chamber Users *MUST* have an alias set within their Microsoft Entra profile email field, or they can't log into the environment. |
| 237 | + > [!NOTE] |
| 238 | + > Chamber Admins and Chamber Users *MUST* have an alias set within their Microsoft Entra profile email field, or they can't log into the environment. To check this, go to Microsoft Entra ID in your Azure portal and under Manage -> Select Users, search for the user by name. Under the Properties tab, look for the email field and ensure it has the email address of the user populated. Also, the role assignment must be done ONLY at the chamber resource level, not at any other resource level. Duplicate and/or multiple role assignments are not allowed and will result in a failed connection. |
237 | 239 |
|
238 | 240 | :::image type="content" source="./media/quickstart-create-portal/chamber-iam-04.png" alt-text="Screenshot of the Add role assignment page showing where you select the security principal.":::
|
239 | 241 |
|
240 | 242 | 1. Select **Review + assign** to assign the selected role.
|
241 | 243 |
|
242 |
| -1. Repeat steps 3-6 to assign the **Chamber User** role to other users who need to work on the chamber. |
| 244 | +1. Repeat steps 3-6 to assign the **Chamber User** role to other users who need to work on the chamber. Also, remember to assign any provisioned chamber admins/users the ‘Reader’ and 'Classic storage account contributor' role at the Resource Group level to enable permissions to access workbench resources and deploy workload VMs respectively. |
243 | 245 |
|
244 | 246 | <a name='add-redirect-uris-for-the-application-in-azure-active-directory'></a>
|
245 | 247 |
|
@@ -285,6 +287,11 @@ Chamber Admins and Chamber Users can now connect into the chamber with remote de
|
285 | 287 |
|
286 | 288 | 1. On the **Overview** page, select the **Desktop Dashboard** URL to launch the remote desktop dashboard. You shouldn't be prompted for credentials. From within this dashboard, you should be able to see all workloads within your chambers and be able to launch a session into any of those workloads.
|
287 | 289 |
|
| 290 | +> [!TIP] |
| 291 | +> If your workload VM was recently created, wait 5 minutes for your workload to be in a running state. |
| 292 | +> If you encounter a blue ETX screen asking for username and password, restart the connector and try again. Before restarting, ensure that all role assignments are done at the chamber resource level only, with no duplicate role assignments. |
| 293 | +> After a new role assignment, wait for 10 minutes before attempting a remote connection to the workload VM to allow for backend RBAC synchronization. |
| 294 | +
|
288 | 295 | ## Clean up resources
|
289 | 296 |
|
290 | 297 | There are two methods to clean up resources created in this quickstart. You can delete the Azure resource group, which includes all the resources in the resource group, or you can delete the Modeling and Simulation Workbench resources individually.
|
|
0 commit comments