File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
articles/operator-insights Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -143,17 +143,12 @@ Repeat these steps for each VM onto which you want to install the agent.
143
143
- Port 36001/TCP inbound from the MCCs
144
144
- Port 443/TCP outbound to Azure
145
145
146
- You can configure this with:
146
+ You can configure the inbound rule with:
147
147
```
148
148
sudo firewall-cmd --permanent --new-service=mcc-connection
149
149
sudo firewall-cmd --permanent --service=mcc-connection --add-port=36001/tcp
150
150
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
157
152
```
158
153
159
154
---
You can’t perform that action at this time.
0 commit comments