Skip to content

Commit cb8a391

Browse files
authored
Update README.md
1 parent 3263c79 commit cb8a391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Identity/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ and for AD FS is `https://adfs.local.azurestack.external/adfs`.
2929
You can create a Service Principal by executing the following command after importing the Identity module
3030

3131
```powershell
32-
$servicePrincipal = New-AzsAdGraphServicePrincipal -DisplayName "<YourServicePrincipalName>" -AdminCredential $(Get-Credential) -Verbose
32+
$servicePrincipal = New-AzsAdGraphServicePrincipal -DisplayName "myapp12" -AdminCredential $(Get-Credential) -Verbose
3333
```
34+
Note: For a Multi node Azure Stack installation you also have to provide the ERCSMachineName parameter to send the request to the Privileged endpoint of your Azure Stack instance.
3435

3536
After the Service Principal is created, you should open your Azure Stack Portal to provide the appropriate level of RBAC to it. You can do this from the Access Control (IAM) tab of any resource. After the RBAC is given, you can login using the service principal as follows:
3637

0 commit comments

Comments
 (0)