Skip to content

Commit 560af67

Browse files
committed
Add note to Hub registration
1 parent 7459543 commit 560af67

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

azure-stack/operator/azure-stack-registration.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Stack Hub
44
description: Learn how to register Azure Stack Hub integrated systems with Azure so you can download Azure Marketplace items and set up data reporting.
55
author: sethmanheim
66
ms.topic: how-to
7-
ms.date: 03/06/2025
7+
ms.date: 06/06/2025
88
ms.author: sethm
99
ms.custom:
1010
- devx-track-azurepowershell
@@ -227,7 +227,8 @@ Connected environments can access the internet and Azure. For these environments
227227
-BillingModel PayAsYouUse `
228228
-RegistrationName $RegistrationName
229229
```
230-
For more information on the Set-AzsRegistration cmdlet, see [Registration reference](#registration-reference).
230+
231+
For more information about the `Set-AzsRegistration` cmdlet, see the [Registration reference](#registration-reference).
231232

232233
---
233234

@@ -237,7 +238,7 @@ Connected environments can access the internet and Azure. For these environments
237238

238239
Use these steps to register Azure Stack Hub with Azure using the capacity billing model.
239240

240-
> [!Note]
241+
> [!NOTE]
241242
> All these steps must be run from a computer that has access to the privileged endpoint (PEP). For details about the PEP, see [Using the privileged endpoint in Azure Stack Hub](azure-stack-privileged-endpoint.md).
242243
243244
Connected environments can access the internet and Azure. For these environments, you need to register the Azure Stack Hub resource provider with Azure and then configure your billing model.
@@ -532,7 +533,10 @@ Set-AzsRegistration -PrivilegedEndpointCredential $YourCloudAdminCredential -Pri
532533

533534
### Change billing model, how features are offered, or re-register your instance
534535

535-
This section applies if you want to change the billing model, how features are offered, or you want to re-register your instance. For all of these cases, you call the registration function to set the new values. You don't need to first remove the current registration. Sign in to the subscription ID shown in the [administrator portal](#verify-azure-stack-hub-registration), and then rerun registration with a new `BillingModel` value while keeping the `RegistrationName` and `ResourceGroupName` parameters values same as shown in the [administrator portal](#verify-azure-stack-hub-registration):
536+
This section applies if you want to change the billing model, how features are offered, or you want to re-register your instance. For all of these cases, you call the registration function to set the new values. You don't need to first remove the current registration. Sign in to the subscription ID shown in the [administrator portal](#verify-azure-stack-hub-registration), and then rerun registration with a new `BillingModel` value while keeping the `RegistrationName` and `ResourceGroupName` parameters values same as shown in the [administrator portal](#verify-azure-stack-hub-registration).
537+
538+
> [!NOTE]
539+
> When changing to a capacity model, you need additional parameters to run the `Set-AzsRegistration` command. For more information, see [Register with capacity billing](#register-with-capacity-billing).
536540
537541
### [Az modules](#tab/az4)
538542

0 commit comments

Comments
 (0)