Skip to content

Commit 39a1a3b

Browse files
authored
Merge pull request #50018 from mattbriggs/mdb_20180824_reg
Correction to paramater and links
2 parents d3b1812 + a641fe3 commit 39a1a3b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: na
1313
pms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 08/13/2018
16+
ms.date: 08/24/2018
1717
ms.author: jeffgilb
1818
ms.reviewer: brbartle
1919

@@ -81,14 +81,13 @@ Your Azure Stack deployment may be *connected* or *disconnected*.
8181

8282
- **Connected**
8383
Connected means you have deployed Azure Stack so that it can connect to the Internet and to Azure. You either have Azure Active Directory (Azure AD) or Active Directory Federation Services (AD FS) for your identity store. With a connected deployment, you can choose from two billing models: pay-as-you-use or capacity-based.
84-
- [Register a connected Azure Stack with Azure using the **pay-as-you-use** billing model](#register-a-connected-azure-stack-with-azure-using-the-pay-as-you-use-billing-model)
85-
- [Register a connected Azure Stack with Azure using the **capacity** billing model](#register-a-connected-azure-stack-with-azure-using-the-capacity-billing-model)
84+
- [Register a connected Azure Stack with Azure using the **pay-as-you-use** billing model](#register-connected-with-pay-as-you-go-billing)
85+
- [Register a connected Azure Stack with Azure using the **capacity** billing model](#register-connected-with-capacity-billing)
8686

8787
- **Disconnected**
8888
With the disconnected from Azure deployment option, you can deploy and use Azure Stack without a connection to the Internet. However, with a disconnected deployment, you are limited to an AD FS identity store and the capacity-based billing model.
8989
- [Register a disconnected Azure Stack using the **capacity** billing model
90-
](#register-a-disconnected-Azure-Stack-using-the-capacity-billing-model
91-
)
90+
](#register-disconnected-with-capacity-billing)
9291

9392
## Register connected with pay-as-you-go billing
9493

@@ -216,7 +215,7 @@ If you are registering Azure Stack in a disconnected environment (with no intern
216215

217216
```Powershell
218217
$FilePathForRegistrationToken = $env:SystemDrive\RegistrationToken.txt
219-
$RegistrationToken = Get-AzsRegistrationToken -PrivilegedEndpointCredential -EnableUsageReporting False $YourCloudAdminCredential -PrivilegedEndpoint $YourPrivilegedEndpoint -BillingModel Capacity -AgreementNumber '<EA agreement number>' -TokenOutputFilePath $FilePathForRegistrationToken
218+
$RegistrationToken = Get-AzsRegistrationToken -PrivilegedEndpointCredential -UsageReportingEnabled:$False $YourCloudAdminCredential -PrivilegedEndpoint $YourPrivilegedEndpoint -BillingModel Capacity -AgreementNumber '<EA agreement number>' -TokenOutputFilePath $FilePathForRegistrationToken
220219
```
221220
For more information on the Get-AzsRegistrationToken cmdlet, see [Registration reference](#registration-reference).
222221

@@ -356,7 +355,7 @@ You have now completely unregistered in a disconnected scenario and must repeat
356355

357356
### Disable or enable usage reporting
358357

359-
For Azure Stack environments that use a capacity billing model, turn off usage reporting with the **EnableUsageReporting** parameter using either the **Set-AzsRegistration** or the **Get-AzsRegistrationToken** cmdlets. Azure Stack reports usage metrics by default. Operators with capacity uses or supporting a disconnected environment will need to turn off usage reporting.
358+
For Azure Stack environments that use a capacity billing model, turn off usage reporting with the **UsageReportingEnabled** parameter using either the **Set-AzsRegistration** or the **Get-AzsRegistrationToken** cmdlets. Azure Stack reports usage metrics by default. Operators with capacity uses or supporting a disconnected environment will need to turn off usage reporting.
360359

361360
#### With a connected Azure Stack
362361

@@ -376,7 +375,7 @@ For Azure Stack environments that use a capacity billing model, turn off usage r
376375

377376
```Powershell
378377
$FilePathForRegistrationToken = $env:SystemDrive\RegistrationToken.txt
379-
$RegistrationToken = Get-AzsRegistrationToken -PrivilegedEndpointCredential -EnableUsageReporting False
378+
$RegistrationToken = Get-AzsRegistrationToken -PrivilegedEndpointCredential -UsageReportingEnabled:$False
380379
$YourCloudAdminCredential -PrivilegedEndpoint $YourPrivilegedEndpoint -BillingModel Capacity -AgreementNumber '<EA agreement number>' -TokenOutputFilePath $FilePathForRegistrationToken
381380
```
382381

0 commit comments

Comments
 (0)