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/how-to-guide-public-network.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Public connectors aren't recommended for use in scenarios in which the organizat
24
24
* Has requirements to individually catalog cloud service IP addresses
25
25
* Has restrictions on the use of nonstandard destination ports
26
26
* Frequently rotates externally facing IP exit addresses, either through intentionally short DHCP leases or random exit IPs
27
-
* Requires firewalls or custom network security at the permiter for cloud services
27
+
* Requires firewalls or custom network security at the perimeter for cloud services
28
28
* Requires all cloud services to be connected to a virtual network
29
29
30
30
If these situations apply, a [private networking connector](how-to-guide-private-network.md) is recommended instead.
@@ -80,13 +80,13 @@ IP addresses and ranges must be explicitly added in order to allow access to the
80
80
The allowlist for a public connector is a component of the properties bundle in the Azure object. If you would like to export the allowlist for later reference or to recreate the same list, you need to access the connector's JSON template. Navigate to the connector overview page in the portal before proceeding.
81
81
82
82
1. Select the **JSON View** text from the **Essentials** pane.
83
-
:::image type="content" source="media/howtoguide-public-network/connector-overview-json.png" alt-text="Screenshot of connector essentials pane with JSON View link highlighted in red.":::
83
+
:::image type="content" source="media/howtoguide-public-network/connector-overview.png" alt-text="Screenshot of connector essentials pane with JSON View link highlighted in red." lightbox="media/howtoguide-public-network/connector-overview-json-zoom.png":::
84
84
85
85
#### [Azure portal](#tab/portal)
86
86
87
87
In the portal, scroll down to the *networkAcls* section of the JSON and select the *allowedAddressSpaces* section and copy it to a safe location.
88
88
89
-
:::image type="content" source="media/howtoguide-public-network/resource-json-networkAcls.png" alt-text="Screenshot of resource JSON page of the connector with the networkAcls clause highlighted in red.":::
89
+
:::image type="content" source="media/howtoguide-public-network/resource-json-network-acls.png" alt-text="Screenshot of resource JSON page of the connector with the networkAcls clause highlighted in red.":::
90
90
91
91
#### [PowerShell](#tab/powershell)
92
92
@@ -134,7 +134,7 @@ For the Public IP connector, Azure IP addresses are taken from Azure's IP ranges
134
134
> [!CAUTION]
135
135
> The pool of IP addresses can increase not only by adding VMs, but adding users as well. Connection nodes are scaled up or down when users are added to or removed from the chamber. Any discovery of endpoint IP addresses will be incomplete if the userbase changes.
136
136
137
-
For more control over destination IP addresses and to minimize changes to corporate firewalls, a [private networking connector](how-to-guide-private-network.md) is recommended. A VPN Gateway and the private networking connector allow greater control of the ingress, egress, and name server operations of the workbench. The access point to the workbench is the single gateway IP address or a peered virtual network.
137
+
For more control over destination IP addresses and to minimize changes to corporate firewalls, a [private networking connector](how-to-guide-private-network.md) is recommended. A VPN Gateway and the private networking connector allow greater control of the ingress, egress, and name server operations of the workbench. The access point to the workbench is the single gateway IP address or a peered virtual network.
138
138
139
139
Network interfaces aren't deployed into the user's subscription and aren't accessible to users. Users can't associate network security groups (NSG) nor can they apply other Azure networking services such as firewalls to these interfaces.
0 commit comments