You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
17
35
18
36
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:
With this step, the work of the Azure Stack administrator is done.
50
70
51
-
## Guest Directory Tenant Administrator
71
+
###Guest Directory Tenant Administrator
52
72
53
-
The following steps need to be completed by the **Directory Tenant Administrator** of the directory that needs to be onboarded to Azure Stack.
54
-
55
-
### Step 2: Registering Azure Stack applications with the Guest Directory
73
+
#### Step 2: Registering Azure Stack applications with the Guest Directory
56
74
57
75
Execute the following cmdlet as the administrator of the directory that needs to be onboarded, replacing ```$guestDirectoryTenantName``` with your directory domain name
58
76
@@ -63,14 +81,3 @@ $guestDirectoryTenantName = "<guestDirectoryTenant>.onmicrosoft.com" # this is t
0 commit comments