From d0260ade52d1b20e9d8bf4b9a2d89ebfb815dad9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:38:42 +0000 Subject: [PATCH 1/2] Initial plan From f208cac693f0918218f3098eb44541ad6e9af2a1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:43:26 +0000 Subject: [PATCH 2/2] Add VPN usage conditions and considerations to firewall allowlist config Co-authored-by: drewbatgit <16842221+drewbatgit@users.noreply.github.com> --- .../push-notifications/firewall-allowlist-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/apps/develop/notifications/push-notifications/firewall-allowlist-config.md b/hub/apps/develop/notifications/push-notifications/firewall-allowlist-config.md index 4a9b06d305..a056b14ac7 100644 --- a/hub/apps/develop/notifications/push-notifications/firewall-allowlist-config.md +++ b/hub/apps/develop/notifications/push-notifications/firewall-allowlist-config.md @@ -16,7 +16,7 @@ Many enterprises use firewalls to block unwanted network traffic and ports; unfo ## Proxy Support > [!Note] -> WNS Push Notifications *may not* support proxies. There are many different proxy setups and environments, and not all configurations are guaranteed work with WNS. For best results, the connection to WNS must be a direct connection, however, VPN interfaces can be used. +> WNS Push Notifications *may not* support proxies. There are many different proxy setups and environments, and not all configurations are guaranteed work with WNS. For best results, the connection to WNS must be a direct connection, however, VPN interfaces can be used. When using VPN interfaces, ensure that the VPN maintains reliable connectivity and does not introduce significant latency, as this may impact notification delivery performance. The VPN must also allow traffic to the required WNS endpoints listed in this document. We welcome any feedback about proxy support. Please direct your feedback to [https://aka.ms/windowsappsdk](https://aka.ms/windowsappsdk) and file an issue for tracking interest in proxy support for WNS. Feel free to add the "area-Notifications" label to your issue for quicker visibility with the notifications team.