Skip to content

Commit 1b10619

Browse files
committed
make change to register changes
1 parent 773278c commit 1b10619

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-stack/azure-stack-registration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Before registering Azure Stack with Azure, you must have:
5555

5656
### PowerShell language mode
5757

58-
To successfully register Azure Stack, the PowerShell language mode must be set to **FullLanguageMode**. To verify that the current language mode is set to full, open an elevated PowerShell window and run the following PowerShell commands:
58+
To successfully register Azure Stack, the PowerShell language mode must be set to **FullLanguageMode**. To verify that the current language mode is set to full, open an elevated PowerShell window and run the following PowerShell cmdlts:
5959

6060
```PowerShell
6161
$ExecutionContext.SessionState.LanguageMode
@@ -99,7 +99,7 @@ Use these steps to register Azure Stack with Azure using the pay-as-you-use bill
9999
100100
Connected environments can access the internet and Azure. For these environments, you need to register the Azure Stack resource provider with Azure and then configure your billing model.
101101

102-
1. To register the Azure Stack resource provider with Azure, start PowerShell ISE as an administrator and use the following PowerShell commands with the **EnvironmentName** parameter set to the appropriate Azure subscription type (see parameters below).
102+
1. To register the Azure Stack resource provider with Azure, start PowerShell ISE as an administrator and use the following PowerShell cmdlts with the **EnvironmentName** parameter set to the appropriate Azure subscription type (see parameters below).
103103

104104
2. Add the Azure account that you use to register Azure Stack. To add the account, run the **Add-AzureRmAccount** cmdlet. You are prompted to enter your Azure global administrator account credentials and you may have to use 2-factor authentication based on your account’s configuration.
105105

@@ -159,7 +159,7 @@ Use these steps to register Azure Stack with Azure using the pay-as-you-use bill
159159
160160
Connected environments can access the internet and Azure. For these environments, you need to register the Azure Stack resource provider with Azure and then configure your billing model.
161161

162-
1. To register the Azure Stack resource provider with Azure, start PowerShell ISE as an administrator and use the following PowerShell commands with the **EnvironmentName** parameter set to the appropriate Azure subscription type (see parameters below).
162+
1. To register the Azure Stack resource provider with Azure, start PowerShell ISE as an administrator and use the following PowerShell cmdlts with the **EnvironmentName** parameter set to the appropriate Azure subscription type (see parameters below).
163163

164164
2. Add the Azure account that you use to register Azure Stack. To add the account, run the **Add-AzureRmAccount** cmdlet. You are prompted to enter your Azure global administrator account credentials and you may have to use 2-factor authentication based on your account’s configuration.
165165

@@ -212,7 +212,7 @@ If you are registering Azure Stack in a disconnected environment (with no intern
212212
Import-Module .\RegisterWithAzure.psm1
213213
```
214214

215-
2. To get the registration token, run the following PowerShell commands:
215+
2. To get the registration token, run the following PowerShell cmdlts:
216216

217217
```Powershell
218218
$FilePathForRegistrationToken = $env:SystemDrive\RegistrationToken.txt
@@ -249,7 +249,7 @@ Optionally, you can use the Get-Content cmdlet to point to a file that contains
249249

250250
Next, you need to retrieve an activation key from the registration resource created in Azure during Register-AzsEnvironment.
251251

252-
To get the activation key, run the following PowerShell commands:
252+
To get the activation key, run the following PowerShell cmdlts:
253253

254254
```Powershell
255255
$RegistrationResourceName = "AzureStack-<Cloud Id for the Environment to register>"
@@ -262,7 +262,7 @@ To get the activation key, run the following PowerShell commands:
262262
263263
### Create an Activation Resource in Azure Stack
264264

265-
Return to the Azure Stack environment with the file or text from the activation key created from Get-AzsActivationKey. Next you will create an activation resource in Azure Stack using that activation key. To create an activation resource, run the following PowerShell commands:
265+
Return to the Azure Stack environment with the file or text from the activation key created from Get-AzsActivationKey. Next you will create an activation resource in Azure Stack using that activation key. To create an activation resource, run the following PowerShell cmdlts:
266266

267267
```Powershell
268268
$ActivationKey = "<activation key>"
@@ -328,13 +328,13 @@ You’ll need to update or renew your registration in the following circumstance
328328

329329
You will first need to remove the activation resource from Azure Stack, and then the registration resource in Azure.
330330

331-
To remove the activation resource in Azure Stack, run the following PowerShell commands in your Azure Stack environment:
331+
To remove the activation resource in Azure Stack, run the following PowerShell cmdlts in your Azure Stack environment:
332332

333333
```Powershell
334334
Remove-AzsActivationResource -PrivilegedEndpointCredential $YourCloudAdminCredential -PrivilegedEndpoint $YourPrivilegedEndpoint
335335
```
336336

337-
Next, to remove the registration resource in Azure, ensure you are on an Azure connected computer, sign in to the correct Azure PowerShell context, and run the appropriate PowerShell commands as described below.
337+
Next, to remove the registration resource in Azure, ensure you are on an Azure connected computer, sign in to the correct Azure PowerShell context, and run the appropriate PowerShell cmdlts as described below.
338338

339339
You can use the registration token used to create the resource:
340340

0 commit comments

Comments
 (0)