Skip to content

Commit 19c5cdd

Browse files
Merge pull request #291890 from mumian/1212-preview-features
add a note
2 parents 6486300 + 98a500e commit 19c5cdd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-resource-manager/management/preview-features.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set up preview features in Azure subscription
33
description: Describes how to list, register, or unregister preview features in your Azure subscription for a resource provider.
44
ms.topic: how-to
5-
ms.date: 09/26/2024
5+
ms.date: 12/12/2024
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli
77
# Customer intent: As an Azure user, I want to use preview features in my subscription so that I can expose a resource provider's preview functionality.
88
---
@@ -25,7 +25,8 @@ You can list all the preview features and their registration states for an Azure
2525

2626
# [Portal](#tab/azure-portal)
2727

28-
The portal only shows a preview feature when the service that owns the feature has explicitly opted in to the preview features management experience.
28+
> [!NOTE]
29+
> The portal only shows a preview feature when the service that owns the feature has explicitly opted in to the preview features management experience. In case the feature you are looking for doesn't appear on the list available, we recommend using [Azure CLI](./preview-features.md?tabs=azure-cli#list-preview-features) and [Azure Powershell](./preview-features.md?tabs=azure-powershell#list-preview-features).
2930
3031
1. Sign in to the [Azure portal](https://portal.azure.com/).
3132
1. In the search box, enter _subscriptions_ and select **Subscriptions**.
@@ -101,7 +102,7 @@ Name RegistrationState
101102
Microsoft.Compute/InGuestPatchVMPreview NotRegistered
102103
```
103104

104-
# [PowerShell](#tab/azure-powershell)
105+
# [Azure PowerShell](#tab/azure-powershell)
105106

106107
To list all the subscription's preview features, use the [Get-AzProviderFeature](/powershell/module/az.resources/get-azproviderfeature) cmdlet.
107108

@@ -210,7 +211,7 @@ Microsoft.Compute/InGuestPatchVMPreview Registered
210211
> [!NOTE]
211212
> When the register command runs, a message is displayed that after the feature is registered, to run `az provider register --namespace <provider-name>` to propagate the changes.
212213
213-
# [PowerShell](#tab/azure-powershell)
214+
# [Azure PowerShell](#tab/azure-powershell)
214215

215216
To register a preview feature, use the [Register-AzProviderFeature](/powershell/module/az.resources/register-azproviderfeature) cmdlet.
216217

@@ -306,7 +307,7 @@ Name RegistrationState
306307
Microsoft.Compute/InGuestPatchVMPreview Unregistered
307308
```
308309

309-
# [PowerShell](#tab/azure-powershell)
310+
# [Azure PowerShell](#tab/azure-powershell)
310311

311312
To unregister a preview feature, use the [Unregister-AzProviderFeature](/powershell/module/az.resources/unregister-azproviderfeature) cmdlet. The `RegistrationState` state changes to **Unregistered**.
312313

0 commit comments

Comments
 (0)