Skip to content

Commit cf6d9c2

Browse files
committed
fix for comments MicrosoftDocs/azure-docs-pr#288269 (comment); used Screen Scrubber tool and fictitious IP addresses
1 parent 27b6ec3 commit cf6d9c2

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

articles/modeling-simulation-workbench/how-to-guide-public-network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Public connectors aren't recommended for use in scenarios in which the organizat
2424
* Has requirements to individually catalog cloud service IP addresses
2525
* Has restrictions on the use of nonstandard destination ports
2626
* 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
2828
* Requires all cloud services to be connected to a virtual network
2929

3030
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
8080
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.
8181

8282
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":::
8484

8585
#### [Azure portal](#tab/portal)
8686

8787
In the portal, scroll down to the *networkAcls* section of the JSON and select the *allowedAddressSpaces* section and copy it to a safe location.
8888

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.":::
9090

9191
#### [PowerShell](#tab/powershell)
9292

@@ -134,7 +134,7 @@ For the Public IP connector, Azure IP addresses are taken from Azure's IP ranges
134134
> [!CAUTION]
135135
> 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.
136136
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.
138138

139139
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.
140140

13.9 KB
Loading
95.4 KB
Loading
19.8 KB
Loading
48.3 KB
Loading

0 commit comments

Comments
 (0)