File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33``` powershell
44Install-Module -Name AzureRM -RequiredVersion 1.2.8 -Scope CurrentUser
5- Install-Module -Name AzureStack
5+ Install-Module -Name AzureStack -Scope CurrentUser
66```
77Then 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```
2020An 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
2424You can create a Service Principal by executing the following command after importing the Identity module
You can’t perform that action at this time.
0 commit comments