Skip to content

Commit 75036fb

Browse files
Don't need outbound config.
1 parent 0beedf8 commit 75036fb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

articles/operator-insights/set-up-ingestion-agent.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,12 @@ Repeat these steps for each VM onto which you want to install the agent.
143143
- Port 36001/TCP inbound from the MCCs
144144
- Port 443/TCP outbound to Azure
145145
146-
You can configure this with:
146+
You can configure the inbound rule with:
147147
```
148148
sudo firewall-cmd --permanent --new-service=mcc-connection
149149
sudo firewall-cmd --permanent --service=mcc-connection --add-port=36001/tcp
150150
sudo firewall-cmd --add-service=mcc-connection --permanent
151-
152-
sudo firewall-cmd --permanent --new-service=azure-connection
153-
sudo firewall-cmd --permanent --service=azure-connection --add-port=443/tcp
154-
sudo firewall-cmd --add-service=azure-connection --permanent
155-
156-
sudo firewall-cmd --reload
151+
sudo firewall-cmd --reload
157152
```
158153
159154
---

0 commit comments

Comments
 (0)