Skip to content

Commit 2396408

Browse files
docs(event-grid): Fix typo about encoding
They
1 parent 4116db5 commit 2396408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/authenticate-with-access-keys-shared-access-signatures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Shared Access Signatures (SAS) provides you with access control over resources w
5050

5151
## Shared Access Signature token
5252

53-
You can generate a SAS token to be included when your client application communicates with Event Grid. SAS tokens for Event Grid resources are `Base64` encoded strings with the following format: `r={resource}&e={expiration_utc}&s={signature}`.
53+
You can generate a SAS token to be included when your client application communicates with Event Grid. SAS tokens for Event Grid resources are `URL` encoded strings with the following format: `r={resource}&e={expiration_utc}&s={signature}`.
5454

5555
- `{resource}` is the URL that represents the Event Grid resource the client accesses.
5656
- The valid URL format for custom topics, domains, and partner namespaces is `https://<yourtopic>.<region>.eventgrid.azure.net/api/events`.
@@ -141,4 +141,4 @@ Authorization: SharedAccessSignature r=https%3a%2f%2fmytopic.eventgrid.azure.net
141141

142142
- [Send events to your custom topic](custom-event-quickstart.md).
143143
- [Publish events to namespace topics using Java](publish-events-to-namespace-topics-java.md)
144-
- [Receive events using pull delivery with Java](receive-events-from-namespace-topics-java.md)
144+
- [Receive events using pull delivery with Java](receive-events-from-namespace-topics-java.md)

0 commit comments

Comments
 (0)