Skip to content

Commit a34ca64

Browse files
authored
Merge pull request #114327 from SvenAelterman/patch-44
Use location parameter for consent URI
2 parents 004b41c + e2ffe11 commit a34ca64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/backup/backup-reports-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ You can also directly update the ARM template, which is used for deploying the l
163163
"name": "oauthGccHigh",
164164
"values": {
165165
"token": {
166-
"value": "https://logic-apis-usgovvirginia.consent.azure-apihub.us/redirect"
166+
"value": "[concat('https://logic-apis-', parameters('location'), '.consent.azure-apihub.us/redirect')]"
167167
}
168168
}
169169
},

0 commit comments

Comments
 (0)