MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.14k stars 21.23k forks source link

Syntax for SetupApplications.ps1 example needs updating #118352

Closed delradie closed 7 months ago

delradie commented 7 months ago

The the Service Fabric Entra ID documentation the example for executing SetupApplications.ps1 seems to be based against an older version of the ps1 script than is currently in GitHub master

The syntax given includes the line:

-WebApplicationReplyUrl $webApplicationReplyUrl `

this should be updated to:

-SpaApplicationReplyUrl $webApplicationReplyUrl `


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

AjayBathini-MSFT commented 7 months ago

@delradie Thanks for your feedback! We will investigate and update as appropriate.

AjayBathini-MSFT commented 7 months ago

@delradie

Thanks for reporting this! We have created a PR for this issue. Once the author review has done, the changes should go live soon.