Skip to content

Commit 73f4df0

Browse files
committed
Acrolinx issues
1 parent f66dc69 commit 73f4df0

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Modeling and Simulation Workbench creates three private domain name service (DNS
7979

8080
### Ports and protocols
8181

82-
The Azure Modeling and Simulation Workbench require certain ports to be accessible from users workstation. Firewalls and VPNs might block access on these ports to certain destinations, when accessed from certain applications, or when connected to different networks. Check with your system administrator to ensure your client can access the service from all your work locations. When using the private networking connector, all traffic will be through the virtual network gateway or peer. Administrators can choose to implement a firewall or network security group to restrict traffic.
82+
The Azure Modeling and Simulation Workbench require certain ports to be accessible from users workstation. Firewalls and VPNs might block access on these ports to certain destinations, when accessed from certain applications, or when connected to different networks. Check with your system administrator to ensure your client can access the service from all your work locations. All traffic to the chamber passes through the connector and the virtual network gateway or peer. Administrators can choose to implement a firewall or network security group to restrict traffic.
8383

8484
* **53/TCP** and **53/UDP**: DNS queries.
8585
* **443/TCP**: Standard https port for accessing the VM dashboard and any Azure portal page.
@@ -88,7 +88,7 @@ The Azure Modeling and Simulation Workbench require certain ports to be accessib
8888

8989
### IP addresses
9090

91-
The private network connector does not deploy any public IP network interfaces. You create your own gateway interface if connecting directly from the internet. Your choice of which region you deploy your gateway to determines which pool of Azure public IP addresses your gateway will be. Azure IP addresses are taken from Azure's IP ranges for the location in which the Workbench was deployed. A list of all Azure IP addresses and Service tags is available at [Azure IP Ranges and Service Tags – Public Cloud](https://www.microsoft.com/download/details.aspx?id=56519&msockid=1b155eb894cc6c3600a84ac5959a6d3f).
91+
The private network connector doesn't deploy any public IP network interfaces. You create your own gateway interface if connecting directly from the internet. Your choice of which region you deploy your gateway to determines from which pool of Azure public IP addresses your gateway is chosen. Azure IP addresses are taken from Azure's IP ranges for the location in which the Workbench was deployed. A list of all Azure IP addresses and Service tags is available at [Azure IP Ranges and Service Tags – Public Cloud](https://www.microsoft.com/download/details.aspx?id=56519&msockid=1b155eb894cc6c3600a84ac5959a6d3f).
9292

9393
The private IP addresses for the private networking connector are visible private network interface connections on the virtual network's subnet you specified during deployment.
9494

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.date: 10/11/2024
1212

1313
# Set up a public IP network connector
1414

15-
In Azure Modeling and Simulation Workbench, you can deploy a [connector](./concept-connector.md) that is accessible directly from the internet. The public IP connector uses publicly facing IP addresses. By default, access is denied to all incoming IP addresses and must be explictly granted through a specifying an address or address ranges. Public connectors are useful for training sessions, workforce development scenarios, or other open work environments with stable or very shortterm access requirements. All acccess to a chamber occurs through a connector, both the desktop session and the file transfers through the [data pipeline](./concept-data-pipeline.md) are controlled.
15+
In Azure Modeling and Simulation Workbench, you can deploy a [connector](./concept-connector.md) that is accessible directly from the internet. The public IP connector uses publicly facing IP addresses. By default, access is denied to all incoming IP addresses and must be explictly granted through a specifying an address or address ranges. Public connectors are useful for training sessions, conferences, or other open work environments with stable or short-term requirements. All access to a chamber occurs through a connector, both the desktop session and the file transfers through the [data pipeline](./concept-data-pipeline.md) are controlled.
1616

17-
Public connectors are not recommended for use in organzations that:
17+
Public connectors aren't recommended for use in organizations that:
1818

1919
* Have complex network infrastructure
2020
* Use proxies
2121
* Require users to access resources through managed VPN user endpoints
22-
* Have requirements to individually catalog cloud service endpoings
23-
* Have restrictions on the use of non-standard destination ports
22+
* Have requirements to individually catalog cloud service endpoints
23+
* Have restrictions on the use of nonstandard destination ports
2424

2525
## Prerequisites
2626

@@ -46,22 +46,22 @@ Each chamber can have only one connector. If you have a private connector or oth
4646

4747
IP addresses can be allowlisted in the Azure portal to allow connections to a chamber. Only one IP address can be specified for a Public IP connector when creating a new Workbench. After the connector is created, you can specify other IP addresses. Standard [CIDR (Classless Inter-Domain Routing)](/azure/virtual-network/virtual-networks-faq) mask notation can be used to allow ranges of IP addresses across a subnet.
4848

49-
Addresses and address ranges must not overlap. The CIDR mask is limited at a /24 address space. If larger address spaces are required, you will need to create that address space using /24 subnets.
49+
Addresses and address ranges must not overlap. The CIDR mask is limited at a /24 address space. If larger address spaces are required, you'll need to create that address space using /24 subnets.
5050

5151
Workbench Owners and Chamber Admins can add to and edit the allowlisted public addresses for a connector after the connector object is created.
5252

53-
### Add, edit or delete IP addresses or ranges
53+
### Add, edit, or delete IP addresses or ranges
5454

5555
IP addresses and ranges must be explicitly added in order to allow access to the chamber. To edit the list of allowed IP addresses:
5656

5757
1. Navigate to the connector where the changes will occur.
58-
1. In the left pane, select the **Networking** option under the **Settings** section. The list of current IP addresses will appear.
58+
1. In the left pane, select the **Networking** option under the **Settings** section. The list of current IP addresses appear.
5959
1. Select **Edit allowed IP**. From here, you can delete existing IP addresses or add new ones.
6060
:::image type="content" source="media/howtoguide-public-network/edit-allowlist.png" alt-text="Screenshot of public connector overview with Networking settings and Edit buttons highlighted in red.":::
6161
1. Add, edit, or delete operations can be done from the flyout menu.
6262
* To add an IP address or range, select the **Add** button and enter a single address.
6363
* To delete an IP entry, first select the record, then select **Delete**.
64-
* To edit an IP entry, select the pencil icon on the right, then edit the entry.
64+
* To edit an IP entry, select the pencil icon at right, then edit the entry.
6565
:::image type="content" source="media/howtoguide-public-network/edit-allowed-ip.png" alt-text="Screenshot of edit allowed IP page with Add, Delete, select box, edit icon and Save button highlighted in red.":::
6666
1. Select **Save** to save your changes.
6767
1. Select **Submit** to submit the updated allowlist to the connector.
@@ -85,12 +85,14 @@ In the portal, scroll down to the *networkAcls* section of the JSON and select t
8585

8686
#### [PowerShell](#tab/powershell)
8787

88-
If you want to export the JSON using PowerShell, you need to have the Resource ID of the connector. In the JSON view, select the copy icon in the right-hand side of the Resource ID textbox. Assign the Resource Id to a variable.
88+
If you want to export the JSON using PowerShell, you need to have the Resource ID of the connector. In the JSON view, select the copy icon in the right-hand side of the Resource ID textbox. Assign the Resource ID to a variable.
8989

9090
In a PowerShell client, retrieve the connector's property bundle.
9191

9292
```powershell
93-
(Get-AzResource -ResourceId $ResourceId | Select-Object -ExpandProperty properties).networkAcls
93+
> $ResourceId = <yourResourceId>
94+
> $connectorProperties = Get-AzResource -ResourceId $ResourceId | Select-Object -ExpandProperty properties
95+
> $connectorProperties.networkAcls
9496
```
9597

9698
---
@@ -101,7 +103,7 @@ Deleting an IP address from the connector allowlist doesn't terminate active ses
101103

102104
## Idle the connector
103105

104-
Idle mode sets the chambers into a preserved, but inactive state. Costs are significantly reduced while still maintaining your configuration and settings. Learn more about idle mode in the [Manage chamber idle mode](how-to-guide-chamber-idle.md) article.
106+
Idle mode sets the chambers into a preserved, but inactive state. Costs are reduced while still maintaining your configuration and settings. Learn more about idle mode in the [Manage chamber idle mode](how-to-guide-chamber-idle.md) article.
105107

106108
## Start, stop, or restart a connector
107109

@@ -143,7 +145,7 @@ Modeling and Simulation Workbench creates three private domain name service (DNS
143145

144146
## Delete a connector
145147

146-
If you wish to delete the workbench, chamber, or change the connector type, you must first delete the connector. You do not need to delete the IP addresses before deleting a connector, nor does the connector need to be stopped.
148+
If you wish to delete the workbench, chamber, or change the connector type, you must first delete the connector. You don't need to delete the IP addresses before deleting a connector, nor does the connector need to be stopped.
147149

148150
1. Navigate to the connector to be deleted.
149151
1. Select **Delete** from the action bar.

0 commit comments

Comments
 (0)