Skip to content

Commit 2a439bb

Browse files
authored
Fixed example ADFS command
1 parent 8f065f7 commit 2a439bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-stack/operator/app-service-release-notes-2024R1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ This script must be run under the following conditions:
323323

324324
``` PowerShell
325325
$RedirectURIs = "@("https://appservice.sso.appservice.\<region\>.\<DomainName\>.\<extension\>", "https://azsstamp.sso.appservice.\<region\>.\<DomainName\>.\<extension\>", "https://api.appservice.\<region\>.\<DomainName\>.\<extension\>:44300/manage")
326-
Set-GraphApplication -ApplicationIdentifier <insert Identifier value -ClientRedirectUris $RedirectURIs
326+
Set-GraphApplication -ApplicationIdentifier <insert Identifier value> -ClientRedirectUris $RedirectURIs
327327
```
328328

329329
1. Close the session to the Privileged Endpoint

0 commit comments

Comments
 (0)