Hi @Jesse Page
We understand that you are experiencing site-to-site VPN connectivity issues after redeployment and changes. We request you to validate the following details:
- Verify VPN Gateway Configuration Settings:
- Ensure that the VPN gateway in the new virtual network is correctly configured with the same settings as the original (e.g., gateway type, VPN type, public IP, local network gateway, and connection settings).
- Confirm that the local network gateway (representing the on-premises network) has the correct IP address ranges and VPN device public IP. If these differ from the original setup, update them.
- In the Azure portal, navigate to the VPN gateway > Connections, and check if the site-to-site connection is in a "Connected" state. If not, troubleshoot using Azure's diagnostic tools or logs.http://learn.microsoft.com/en-us/azure/vpn-gateway/troubleshoot-vpn-with-azure-diagnostics
- Check the subnet address space of the virtual network and the new subnet to ensure they are correctly configured.
- Confirm that the routing configuration between your on-premises network and Azure is still correct, especially if you've made changes during the redeployment.
- Verify that the pre-shared key for the VPN connection matches on both the Azure VPN gateway and the on-premises VPN device.
- Validate Virtual Network Integration:
- Since you have already integrated the VNet, ensure the integration is active and pointing to the correct subnet in the new virtual network.
- If you updated the subnet, restart the App Service to ensure the integration takes effect. Refer to the following documentation for more details: http://learn.microsoft.com/en-us/azure/app-service/overview-vnet-integration
For further troubleshooting, you can refer to the following guides:
After validating the above points, we suggest resetting the VPN gateway:
- In the portal, go to the virtual network gateway that you want to reset.
- On the Virtual Network Gateway page, in the left pane, scroll and locate Help -> Reset.
- On the Reset page, select Reset. After the command is issued, the current active instance of the Azure VPN gateway will reboot immediately.
Please let me know if the above steps are helpful. If not, kindly provide the error details along with a screenshot for further investigation. We will be happy to assist you.
If an answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community. If not, please let us know what is still needed in the comments so the question can be answered.
Thank you for helping to improve Microsoft Q&A!