-
Notifications
You must be signed in to change notification settings - Fork 319
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 troubleshooting-web-deploy-problems-with-visual-studio.md #490
base: main
Are you sure you want to change the base?
Conversation
If you can add the changes I made than it will be very helpful for someone who might have missed this small setting under NSG/Firewall in the Azure. I wasted around 1hr to figure this out. And when I added I was successfully able to connect to Server through Web deploy from Visual Studio.
Merging required |
@shirhatti this looks worth adding. I can edit if you approve. |
Make sure one has added inbout rule at NSG/Firewall level to allow request for port 8172 as shown below at all the levels i.e VNET/Subnets/NIC | ||
|
||
Priority Name Port Protocol Source Destination Action | ||
100 Port_8172 Any Any Any Any Allow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be formatted as a Markdown table?
Priority Name Port Protocol Source Destination Action | ||
100 Port_8172 Any Any Any Any Allow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Priority | Name | Port | Protocol | Source | Destination | Action |
---|---|---|---|---|---|---|
100 | Port_8172 | Any | Any | Any | Any | Allow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chintalpatel89 can you review and accept this suggestion? I would have commit it but you must have overridden the default to allow admins to push commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chintalpatel89 also address merge conflicts.
If you can add the changes I made than it will be very helpful for someone who might have missed this small setting under NSG/Firewall in the Azure. I wasted around 1hr to figure this out. And when I added I was successfully able to connect to Server through Web deploy from Visual Studio.