Skip to content

Commit aa09159

Browse files
committed
update scenario 12
1 parent e7bbf36 commit aa09159

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-91.4 KB
Loading

articles/frontdoor/rules-engine-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-frontdoor
77
ms.topic: concept-article
8-
ms.date: 06/03/2025
8+
ms.date: 06/12/2025
99

1010
---
1111

@@ -692,7 +692,7 @@ You can protect files in your storage account by changing the access to your sto
692692

693693
For example, if you want to append a SAS token to the incoming URL: `https://www.contoso.com/dccp/grammars/0.1.0-59/en-US/grammars/IVR/ssn0100_CollectTIN_QA_dtmf.grxml?version=1.0_1719342835399`, the rewrite URL will be: `https://www.contoso.com/grammars/0.1.0-59/en-US/grammars/IVR/ssn0100_CollectTIN_QA_dtmf.grxml?version=1.0_1719342835399&<SASTOKEN>`
694694

695-
In this example, the incoming URL already has query parameters, and you want to preserve the existing query string while appending the SAS token by configuring URL redirect using `/{url_path:seg1:20}?{query_string}&sp=racwl&<SASToken>`.
695+
In this example, the incoming URL already has query parameters, and you want to preserve the existing query string while appending the SAS token by configuring URL redirect using `/{url_path:seg1:20}?{query_string}&<SASToken>`.
696696

697697
The rule configuration redirects all HTTPS requests that don't already contain the SAS token (identified by the absence of `sp=rl` in the query string).
698698

0 commit comments

Comments
 (0)