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: Registration/RegisterWithAzure.ps1
+31-19Lines changed: 31 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
.SYNOPSIS
7
7
8
8
This script can be used to register Azure Stack POC with Azure. To run this script, you must have a public Azure subscription of any type.
9
-
There must also be an account that is an owner or contributor of the subscription. This account cannot be an MSA (i.e. cannot be live.com or hotmail.com) or 2FA account.
9
+
There must also be an account that is an owner or contributor of the subscription.
10
10
11
11
.DESCRIPTION
12
12
@@ -31,9 +31,9 @@ Name of your AAD Tenant which your Azure subscription is a part of. This paramet
31
31
32
32
Username for an owner/contributor of the azure subscription. This user must not be an MSA or 2FA account. This parameter is mandatory.
33
33
34
-
.PARAMETERazureCredentialPassword
34
+
.PARAMETERazureAccountPassword
35
35
36
-
Password for the Azure subscription. You will be prompted to type in this password. This parameter is mandatory.
36
+
Password for the Azure subscription. You will be prompted to type in this password if its not specified. Make sure JavaScript is enabled for the browser.
37
37
38
38
.PARAMETERazureEnvironment
39
39
@@ -50,14 +50,15 @@ This script must be run from the Host machine of the POC.
50
50
51
51
52
52
.NOTES
53
-
Ensure that you have an Azure subscription
53
+
Ensure that you have an Azure subscription and it is registered for Microsoft.AzureStack namespace in Azure.
54
+
Namespace can be registered with the following command:
0 commit comments