Skip to content

Commit 6c63af2

Browse files
authored
Update README.md
1 parent 5d77d54 commit 6c63af2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Identity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```powershell
44
Install-Module -Name AzureRM -RequiredVersion 1.2.8 -Scope CurrentUser
5-
Install-Module -Name AzureStack
5+
Install-Module -Name AzureStack -Scope CurrentUser
66
```
77
Then make sure the following modules are imported:
88

@@ -18,7 +18,7 @@ This function is used to get the Directory Tenant Guid. This method works for bo
1818
$directoryTenantId = Get-DirectoryTenantIdentifier -Authority "<DirectoryTenantUrl>"
1919
```
2020
An example of an authority for AAD is `https://login.windows.net/microsoft.onmicrosoft.com`
21-
and for AD FS is `https://adfs.local.azurestack.global/adfs`.
21+
and for AD FS is `https://adfs.local.azurestack.external/adfs`.
2222

2323
## Creating a Service Principal in a disconnected (AD FS) topology
2424
You can create a Service Principal by executing the following command after importing the Identity module

0 commit comments

Comments
 (0)