Skip to content

Commit b938657

Browse files
committed
broken links, updates to tocs, fix broken redirect
1 parent 0708898 commit b938657

File tree

6 files changed

+63
-10
lines changed

6 files changed

+63
-10
lines changed

.openpublishing.redirection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4666,8 +4666,8 @@
46664666
"redirect_document_id": false
46674667
},
46684668
{
4669-
"source_path_from_root": "/articles/modeling-simulation-workbench/quickstart-create-portal",
4670-
"redirect_url": "/azure/modeling-simulation-workbench/get-started-modeling-simulation-workbench.md",
4669+
"source_path_from_root": "/articles/modeling-simulation-workbench/get-started-modeling-simulation-workbench.md",
4670+
"redirect_url": "/azure/modeling-simulation-workbench/quickstart-create-portal",
46714671
"redirect_document_id": false
46724672
},
46734673
{

articles/modeling-simulation-workbench/quickstart-add-users.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,3 @@ Resource group level privileges allow users to perform infrastructure level task
7474

7575
> [!NOTE]
7676
> Allow at least five minutes for the provisioning of the users to propagate throughout the chamber, so they have a successful login experience.
77-
78-
## Next step
79-
80-
> [!div class="nextstepaction"]
81-
> [Next sequential article title](link.md)

articles/modeling-simulation-workbench/quickstart-connect-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ Each [connector](concept-connector.md) has a **Desktop dashboard** URL that open
4949
## Next step
5050

5151
> [!div class="nextstepaction"]
52-
> [Next sequential article title](link.md)
52+
> [Add users](./quickstart-add-users.md)
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: "Quickstart: Inport data"
3+
description: "Import data into Modeling and Simulation Workbench."
4+
author: yousefi-msft
5+
ms.author: yousefi
6+
ms.service: modeling-simulation-workbench
7+
ms.topic: quickstart
8+
ms.date: 09/28/2024
9+
10+
#customer intent: As a user, I want to import data into a newly created Modeling and Simulation Workbench
11+
12+
---
13+
14+
# Quickstart: Import data
15+
16+
After you create a Modeling and Simulation Workbench, you may need data from your local environment to be available. Modeling and Simulation Workbench [chambers](./concept-chambers.md) have no access to the internet or other Azure resources. In this quickstart, learn how to import data from your previous environment to the workbench chamber.
17+
18+
If you don't have a service subscription, [create a free trial account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19+
20+
## Prerequisites
21+
22+
[!INCLUDE [prerequisite-mswb-chamber](includes/prerequisite-chamber.md)]
23+
24+
* If using a public IP connector, your current public facing IP address must be on the allowlist.
25+
26+
* The most recent version of [AzCopy](/azure/storage/common/storage-use-azcopy-v10?tabs=dnf), an Azure utility to manage data transfers to and from Azure. AzCopy is a standalone executable and does not require installation.
27+
28+
## Import data
29+
30+
1. In your newly created workbench, select **Settings** > **Chamber** from the menu on the left. A list of chambers appears. Select the chamber that you want to upload the data to.
31+
32+
1. In the chamber overview section, select the **Upload File** button from the action menu across the top center.
33+
34+
1. In the **Upload File** pop-up dialog, copy the **Upload URL** value.
35+
36+
1. Use the AzCopy command to upload your file. For example, use `azcopy copy <sourceFilePath> "<uploadURL>"`.
37+
38+
> [!IMPORTANT]
39+
> Supported characters for the file name are alphanumeric characters, underscores, periods, and hyphens. Make sure that the file name does not have any spaces between characters, as it will cause the data import to fail.
40+
>
41+
> The data pipeline processes only files at the root. It doesn't process subfolders. If you're importing multiple smaller files in a folder hierarchy, we recommend that you zip or tarball them into a single file.
42+
>
43+
> Gigabyte-sized tarballs and zipped files are supported, up to a maximum of 200GB per file. Ensure that each individual file is less than the maximum allowed size.
44+
45+
1. Confirm that the uploaded file resources with the source file name appears under **Chamber** > **Data Pipeline** > **File**.
46+
47+
Uploaded files will appear at the `/mount/datapipeline/datain` mount point. A Chamber Admin or Chamber User can access the files there. The `/mount/datapipeline/` has a volume size of 1TB. If the combined imported dataset is larger than this, [create a chamber storage volume](./how-to-guide-manage-chamber-storage.md).
48+
49+
## Clean up resources
50+
51+
The `/mount/datapipeline/` has a volume size of 1TB. You should move data imports out of this mount point regularly into [a chamber storage volume](./how-to-guide-manage-chamber-storage.md).
52+
53+
## Next step
54+
55+
> [!div class="nextstepaction"]
56+
> [Import data](./quickstart-import-data.md)

articles/modeling-simulation-workbench/resources-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ A *not authorized error* while accessing the remote desktop dashboard URL indica
3030

3131
#### Failing for all users
3232

33-
- Review the [Create an application in Microsoft Entra ID](./quickstart-create-portal.md#create-an-application-in-microsoft-entra-id) article and verify your application registration is set up correctly.
34-
- Review the redirect URI registrations for the specific chamber and confirm the connector's redirects match those found with the application. If they don't match, re[register the redirect URIs](./how-to-guide-add-redirect-uris.md).
33+
- Review the [Create an application in Microsoft Entra ID](./get-started-modeling-simulation-workbench.md#create-an-application-in-microsoft-entra-id) article and verify your application registration is set up correctly.
34+
- Review the redirect URI registrations for the specific chamber and confirm the connector's redirects match those found with the application. If they don't match, [re-register the redirect URIs](./how-to-guide-add-redirect-uris.md).
3535
- Review the application registration secrets for Modeling and Simulation Workbench and check to see if your application client secret has expired. Complete the following steps if it's expired.
3636
1. Generate a new secret and make note of the client secret value.
3737
1. Update your Key Vault app secret value with the newly generated client **secret value.**

articles/modeling-simulation-workbench/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ items:
1313
href: ./quickstart-add-users.md
1414
- name: Connect to desktop
1515
href: ./quickstart-connect-desktop.md
16+
- name: Import Data
17+
href: ./quickstart-import-data.md
1618
- name: Concepts
1719
items:
1820
- name: Workbench

0 commit comments

Comments
 (0)