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
# 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.
8
8
---
@@ -25,7 +25,8 @@ You can list all the preview features and their registration states for an Azure
25
25
26
26
# [Portal](#tab/azure-portal)
27
27
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).
29
30
30
31
1. Sign in to the [Azure portal](https://portal.azure.com/).
31
32
1. In the search box, enter _subscriptions_ and select **Subscriptions**.
> 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.
212
213
213
-
# [PowerShell](#tab/azure-powershell)
214
+
# [Azure PowerShell](#tab/azure-powershell)
214
215
215
216
To register a preview feature, use the [Register-AzProviderFeature](/powershell/module/az.resources/register-azproviderfeature) cmdlet.
To unregister a preview feature, use the [Unregister-AzProviderFeature](/powershell/module/az.resources/unregister-azproviderfeature) cmdlet. The `RegistrationState` state changes to **Unregistered**.
0 commit comments