Skip to content

Commit e830feb

Browse files
authored
polish
1 parent 66e0870 commit e830feb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-web-pubsub/howto-configure-application-firewall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.author: biqian
1010
---
1111
# Application Firewall (Preview) for Azure Web PubSub Service
1212

13-
The Application Firewall provides sophisticated control over client connections in a distributed system. Before diving into its functionality and setup, let's clarify what the Application Firewall doesn't do:
13+
The Application Firewall provides sophisticated control over client connections in a distributed system. Before diving into its functionality and setup, let's clarify what the Application Firewall does not do:
1414

15-
1. It doesn't replace authentication. The firewall operates behind the client connection authentication layer.
15+
1. It does not replace authentication. The firewall operates behind the client connection authentication layer.
1616
2. It isn't related to network layer access control.
1717

1818
## What Does the Application Firewall Do?
@@ -123,7 +123,7 @@ Deploy the Bicep file using Azure CLI
123123

124124
## Configure access token
125125

126-
The application firewall rules only take effect when the access token contains the corresponding claim. A rule is **skipped** if the connection doesn't have the corresponding claim. *userId" and *roles* are currently supported claims in the SDK.
126+
The application firewall rules only take effect when the access token contains the corresponding claim. A rule is **skipped** if the connection does not have the corresponding claim. *userId" and *roles* are currently supported claims in the SDK.
127127

128128
Below is an example to add userId and insert a unique placeholder in the access token:
129129

0 commit comments

Comments
 (0)