Skip to content

Commit c11f3eb

Browse files
committed
Formatting
1 parent 7465a71 commit c11f3eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ This script must be run under the following conditions:
306306
1. Search your tenant for the `ApplicationClientId` you retrieved earlier.
307307
1. Select the application.
308308
1. Select **Authentication**.
309-
1. Add an additional **Redirect URI** to the existing list - **https://azsstamp.sso.appservice.\<region\>.\<DomainName\>.\<extension\>**.
309+
1. Add another **Redirect URI** to the existing list: `https://azsstamp.sso.appservice.<region>.<DomainName>.<extension>`.
310310

311311
# [ADFS](#tab/ADFS)
312312

@@ -319,15 +319,15 @@ This script must be run under the following conditions:
319319
Get-GraphApplication
320320
```
321321

322-
1. Find the identifier for the AzureStack-AppService application.
322+
1. Find the identifier for the **AzureStack-AppService** application.
323323
1. Update the `RedirectURIs` for the application:
324324

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

330-
1. Close the session to the Privileged Endpoint.
330+
1. Close the Privileged Endpoint session.
331331

332332
---
333333

0 commit comments

Comments
 (0)