Skip to content

Commit 606ea34

Browse files
authored
Update README.md
1 parent cc90f61 commit 606ea34

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
@@ -21,7 +21,7 @@ An example of an authority for AAD is `https://login.windows.net/microsoft.onmic
2121
and for AD FS is `https://adfs.local.azurestack.global/adfs`.
2222

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

2626
```powershell
2727
$servicePrincipal = New-ADGraphServicePrincipal -DisplayName "<YourServicePrincipalName>" -AdminCredential $(Get-Credential) -Verbose
@@ -31,4 +31,4 @@ After the Service Principal is created, you should open your Azure Stack Portal
3131

3232
```powershell
3333
Add-AzureRmAccount -EnvironmentName "<AzureStackEnvironmentName>" -ServicePrincipal -CertificateThumbprint $servicePrincipal.Thumbprint -ApplicationId $servicePrincipal.ApplicationId -TenantId $directoryTenantId
34-
```
34+
```

0 commit comments

Comments
 (0)