Skip to content

Commit 7d38706

Browse files
committed
fix formatting
1 parent 3a89acf commit 7d38706

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/cyclecloud/how-to/running-in-locked-down-network.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ You can limit outbound internet access from the CycleCloud VM by configuring a s
4040

4141
1. Add the following NSG Outbound rule to *Deny* outbound access by default using the "**Internet**" destination Service Tag:
4242

43-
| Priority | Name | Port | Protocol | Source | Destination | Action |
44-
| ----------- | ----------------- | ---------- | -------- | -------- | -------------- | ------ |
45-
| 4000 | BlockOutbound | Any | Any | Any | Internet | Deny |
43+
| Priority | Name | Port | Protocol | Source | Destination | Action |
44+
| ----------- | ----------------- | ---------- | -------- | -------- | -------------- | ------ |
45+
| 4000 | BlockOutbound | Any | Any | Any | Internet | Deny |
4646

4747
1. Add the following NSG Outbound rules to *Allow* outbound access to the required Azure services by destination Service Tag:
4848

49-
| Priority | Name | Port | Protocol | Source | Destination | Action |
50-
| ----------- | -------------------- | ---------- | -------- | -------- | -------------------- | ------ |
51-
| 100 | AllowAzureStorage | 443 | TCP | Any | Storage | Allow |
52-
| 101 | AllowActiveDirectory | 443 | TCP | Any | AzureActiveDirectory | Allow |
53-
| 102 | AllowAzureMonitor | 443 | TCP | Any | AzureMonitor | Allow |
54-
| 103 | AllowAzureRM | 443 | TCP | Any | AzureResourceManager | Allow |
49+
| Priority | Name | Port | Protocol | Source | Destination | Action |
50+
| ----------- | -------------------- | ---------- | -------- | -------- | -------------------- | ------ |
51+
| 100 | AllowAzureStorage | 443 | TCP | Any | Storage | Allow |
52+
| 101 | AllowActiveDirectory | 443 | TCP | Any | AzureActiveDirectory | Allow |
53+
| 102 | AllowAzureMonitor | 443 | TCP | Any | AzureMonitor | Allow |
54+
| 103 | AllowAzureRM | 443 | TCP | Any | AzureResourceManager | Allow |
5555

5656
## Internal communications between cluster nodes and CycleCloud
5757

0 commit comments

Comments
 (0)