-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update use-node-public-ips.md #141
base: main
Are you sure you want to change the base?
Conversation
Corrected line 124 , 129 130 --allowed-host-ports must be a space-separated list of port ranges in the format of <port-range>/<protocol> raghu [ ~ ]$ az aks nodepool update --resource-group argrg --cluster-name argcl --name nodepool1 --allowed-host-ports 80/tcp,443/tcp,53/udp,40000-60000/tcp,40000-50000/udp --asg-ids "/ subscriptions/0f587ca2-06f1-4d72-91f0-5f4151909754/resourceGroups/argrg/providers/Microsoft.Network/applicationSecurityGroups/tstarg" --allowed-host-ports must be a space-separated list of port ranges in the format of <port-range>/<protocol>: '80/tcp,443/tcp,53/udp,40000-60000/tcp,40000-50000/udp'
@raghu-shukla : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 77dd38e: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Your name and your cli style sounds like someone work as MSFT FTE. |
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
I sent an email to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
Corrected line 124 , 129 130
--allowed-host-ports must be a space-separated list of port ranges in the format of /
raghu [ ~ ]$ az aks nodepool update --resource-group argrg --cluster-name argcl --name nodepool1 --allowed-host-ports 80/tcp,443/tcp,53/udp,40000-60000/tcp,40000-50000/udp --asg-ids "/
subscriptions/0f587ca2-06f1-4d72-91f0-5f4151909754/resourceGroups/argrg/providers/Microsoft.Network/applicationSecurityGroups/tstarg"
--allowed-host-ports must be a space-separated list of port ranges in the format of /: '80/tcp,443/tcp,53/udp,40000-60000/tcp,40000-50000/udp'