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/modeling-simulation-workbench/troubleshooting-known-issues.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ author: yousefi-msft
5
5
ms.author: yousefi
6
6
ms.service: modeling-simulation-workbench
7
7
ms.topic: troubleshooting-known-issue
8
-
ms.date: 09/29-2024
8
+
ms.date: 09/29/2024
9
9
10
10
#customer intent: As a user, I want to troubleshoot and understand known issues with Azure Modeling and Simulation Workbench.
11
11
12
12
---
13
13
14
14
# Known issues: Azure Modeling and Simulation Workbench
15
15
16
-
The Azure Modeling and Simulation Workbench is a secure, cloud-based platform for collaborative engineering, design, and simulation workloads that require security and confidentiality. The Workbench provides isolation for separate enterprises, allowing each to bring in code, data, or applications and apply them to a shared environment without exposing confidential intellectual property.
16
+
The Modeling and Simulation Workbench is a secure, cloud-based platform for collaborative engineering, design, and simulation workloads that require security and confidentiality. The Workbench provides isolation for separate enterprises, allowing each to bring in code, data, or applications and apply them to a shared environment without exposing confidential intellectual property.
17
17
18
18
This Known Issues guide provides troubleshooting and advisory information for resolving or acknowledging issues to be addressed. Where applicable, workaround or mitigation steps are provided.
19
19
@@ -65,6 +65,24 @@ While uploading files into a chamber, you might see a file that isn't the expect
65
65
66
66
The file isn't corrupt or truncated, but still uploading. The data pipeline isn't a single stage and files placed in the upload pipeline don't appear instantaneously in the */mount/datapipeline/datain* directory and are likely still completing. Check back later and verify the length or hash.
67
67
68
+
## Azure VMs located in the same region as a workbench can't access a public ip connector
69
+
70
+
Resources deployed outside of a workbench, in particular virtual machines (VM), can't access a chamber through a public IP connector if located in the same region. A VM deployed in the same region or even the same resource group as a workbench isn't able to connect to the chamber's connector. The VM's public facing IP address is on the allowlist. A locally installed version of AzCopy is unable to access the chamber's data pipeline. Errors include timeouts or not authorized.
71
+
72
+
### Prerequisites
73
+
74
+
* A workbench chamber is deployed using a public IP connector in one region.
75
+
76
+
* A virtual machine or other resource with a public facing IP address is deployed in the same region.
77
+
78
+
* The connector's allowlist has the public facing IP address of the VM.
79
+
80
+
### Troubleshooting steps
81
+
82
+
Azure resources in the same region don't use public IP or internet to communicate. Rather, if an Azure resource initiates communication to another Azure resource in the same region, private Azure networking is used. As a result, both the source and destination IP addresses are private network addresses, which aren't permitted on the connector's allowlist.
83
+
84
+
The VM or other directly communicating resource should be located in another region beside's the workbench's region. Networking continues to happen on Azure's backbone network and doesn't pass over the general internet, but instead uses the public IP address. The new region can be any permissible region for the resource and doesn't need to be an active region for the Modeling and Simulation Workbench.
0 commit comments