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: azure-stack/operator/azure-stack-registration.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Stack Hub
4
4
description: Learn how to register Azure Stack Hub integrated systems with Azure so you can download Azure Marketplace items and set up data reporting.
5
5
author: sethmanheim
6
6
ms.topic: how-to
7
-
ms.date: 03/06/2025
7
+
ms.date: 06/06/2025
8
8
ms.author: sethm
9
9
ms.custom:
10
10
- devx-track-azurepowershell
@@ -227,7 +227,8 @@ Connected environments can access the internet and Azure. For these environments
227
227
-BillingModel PayAsYouUse `
228
228
-RegistrationName $RegistrationName
229
229
```
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).
231
232
232
233
---
233
234
@@ -237,7 +238,7 @@ Connected environments can access the internet and Azure. For these environments
237
238
238
239
Use these steps to register Azure Stack Hub with Azure using the capacity billing model.
239
240
240
-
> [!Note]
241
+
> [!NOTE]
241
242
> 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).
242
243
243
244
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.
### Change billing model, how features are offered, or re-register your instance
534
535
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).
0 commit comments