diff --git a/_posts/2025-02-15-Announcing-Network-Security-Perimeter-Preview.md b/_posts/2025-02-15-Announcing-Network-Security-Perimeter-Preview.md
index 417f595de..636248344 100644
--- a/_posts/2025-02-15-Announcing-Network-Security-Perimeter-Preview.md
+++ b/_posts/2025-02-15-Announcing-Network-Security-Perimeter-Preview.md
@@ -53,11 +53,11 @@ The new property schema looks like this:
As mentioned earlier, App Service apps cannot adopt the outbound FQDN rule option in NSP. When an app is secured by perimeter, all traffic will be routed through the virtual network integration and the `allTraffic` routing flag will be forced to true.
-The effect of Network Security Perimeter depends on the association access mode and the public network access mode.
+The effect of Network Security Perimeter depends on the association access mode and the public network access mode. In VNet only mode outbound, the `allTraffic` flag is forced to true.
| Association access mode | Not associated | Learning mode | Enforced mode |
| ------------------------ | -------------- | ------------- | ------------- |
| **Public network access**| | | |
-| **Enabled** | **Inbound**: Native rules
**Outbound**: Allowed | **Inbound**: Native rules and NSP rules
**Outbound**: Allowed | **Inbound**: NSP rules
**Outbound**: VNet only (All traffic) |
-| **Disabled** | **Inbound**: Denied
**Outbound**: Allowed | **Inbound**: NSP rules
**Outbound**: Allowed | **Inbound**: NSP rules
**Outbound**: VNet only (All traffic) |
-| **SecuredByPerimeter** | **Inbound**: Denied
**Outbound**: VNet only (allTraffic=true) | **Inbound**: NSP rules
**Outbound**: VNet only (All traffic) | **Inbound**: NSP rules
**Outbound**: VNet only (All traffic) |
+| **Enabled** | **Inbound**: Native rules
**Outbound**: Allowed | **Inbound**: Native rules and NSP rules
**Outbound**: Allowed | **Inbound**: NSP rules
**Outbound**: VNet only |
+| **Disabled** | **Inbound**: Denied
**Outbound**: Allowed | **Inbound**: NSP rules
**Outbound**: Allowed | **Inbound**: NSP rules
**Outbound**: VNet only |
+| **SecuredByPerimeter** | **Inbound**: Denied
**Outbound**: VNet only | **Inbound**: NSP rules
**Outbound**: VNet only | **Inbound**: NSP rules
**Outbound**: VNet only |