You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable incomingconnections.port is incorrect. It's "incomingconnections.ports"
# Add multiple ports:
azcmagent config set incomingconnections.port 22,3516
In the line above the WAC portal Port is 6516 not 3516 by default. Copying this line causes two issues, 1. The variable is incorrect. 2. The port connection will break the WAC in Portal experience if copied as is.
Line should read:
# Add multiple ports:
azcmagent config set incomingconnections.ports 22,6516
0 commit comments