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
Copy file name to clipboardExpand all lines: Identity/AzureStack.Identity.psm1
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -345,11 +345,6 @@ function Register-AzsWithMyDirectoryTenant {
345
345
[ValidateNotNullOrEmpty()]
346
346
[string] $DirectoryTenantName,
347
347
348
-
# Optional: The identifier (GUID) of the Resource Manager application. Pass this parameter to skip the need to complete the guest signup flow via the portal.
349
-
[Parameter(Mandatory=$false)]
350
-
[ValidateNotNullOrEmpty()]
351
-
[string] $ResourceManagerApplicationId,
352
-
353
348
# Optional: A credential used to authenticate with Azure Stack. Must support a non-interactive authentication flow. If not provided, the script will prompt for user credentials.
354
349
[Parameter()]
355
350
[ValidateNotNull()]
@@ -359,6 +354,9 @@ function Register-AzsWithMyDirectoryTenant {
With this step, the work of the Azure Stack administrator is done.
67
50
68
-
###Guest Directory Tenant Administrator
51
+
## Guest Directory Tenant Administrator
69
52
70
53
The following steps need to be completed by the **Directory Tenant Administrator** of the directory that needs to be onboarded to Azure Stack.
71
54
72
-
#### Step 2: Providing UI-based consent to Azure Stack Portal and ARM
73
-
74
-
- This is an important step. Open up a web browser, and go to `https://portal.<region>.<domain>/guest/signup/<guestDirectoryName>`. Note that this is the directory tenant that needs to be onboarded to Azure Stack.
75
-
- This will take you to an AAD sign in page where you need to enter your credentials and click on 'Accept' on the consent screen.
76
-
77
-
#### Step 3: Registering Azure Stack applications with the Guest Directory
55
+
### Step 2: Registering Azure Stack applications with the Guest Directory
78
56
79
57
Execute the following cmdlet as the administrator of the directory that needs to be onboarded, replacing ```$guestDirectoryTenantName``` with your directory domain name
80
58
@@ -85,3 +63,14 @@ $guestDirectoryTenantName = "<guestDirectoryTenant>.onmicrosoft.com" # this is t
0 commit comments