How to configure web deploy when a .net application is behind azure waf?

Mirella Pellizzon Petruci 61 Reputation points
2022-06-22T21:48:32.31+00:00

Hi everyone,

Before implementing Azure Waf, we used to open an inboud port 8172 in a NSG in our Windows Virtual Machine running IIS 10.o, to deploy our changes to our .net applications.

After implementing WAF, I can´t do this anymore. Since my website address is pointing to the WAF public ip, VisualStudio seems to not recognize the website address anymore.

Does anyone has an ideia where I should look to solve this problem?

Thanks in advance

Mirella

Developer technologies ASP.NET ASP.NET Core
Azure Web Application Firewall
Developer technologies Visual Studio Other
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-06-23T01:47:47.283+00:00

    Normally you setup a separate private vlan for deployment

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Mirella Pellizzon Petruci 61 Reputation points
    2022-06-27T22:24:21.827+00:00

    Thanks Bruce for your response.

    One of the options is to use a VPN P2S connecting the machine to a vnet that is peering with the vnet where we have the machine.

    I believe this will solve the problem.

    Thanks for your time.

    Mirella

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.