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
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:
@@ -21,17 +38,17 @@ After the Service Principal is created, you should open your Azure Stack Portal
With this step, the work of the Azure Stack administrator is done.
50
69
51
-
## Guest Directory Tenant Administrator
70
+
###Guest Directory Tenant Administrator
52
71
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
72
+
#### Step 2: Registering Azure Stack applications with the Guest Directory
56
73
57
74
Execute the following cmdlet as the administrator of the directory that needs to be onboarded, replacing ```$guestDirectoryTenantName``` with your directory domain name
58
75
@@ -63,14 +80,3 @@ $guestDirectoryTenantName = "<guestDirectoryTenant>.onmicrosoft.com" # this is t
0 commit comments