I have an Azure web app that its inbound traffic is limited to a private endpoint and it has only a private ip. The setup is working well and I have a VM inside the subnet that I can browse my Azure web app.
The is a dev environment and I need to experiment/verify something.
Is there anyway to toggle off the private endpoint, have the web app available to public internet for a period of time, the toggle on the private endpoint?
I know I can remove webapp from its vent, but I am hoping to find a quick way to toggle the private endpoint off and off.