Skip to content

Commit 1fd9643

Browse files
authored
Merge pull request #204128 from tfitzmac/0708features
add required access to preview features
2 parents c6a7b17 + 6a56469 commit 1fd9643

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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: 08/18/2021
5+
ms.date: 07/08/2022
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell
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
---
@@ -15,6 +15,10 @@ Azure Feature Exposure Control (AFEC) is available through the [Microsoft.Featur
1515

1616
`Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}`
1717

18+
## Required access
19+
20+
To list, register, or unregister preview features in your Azure subscription, you need access to the `Microsoft.Features/*` actions. This permission is granted through the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) and [Owner](../../role-based-access-control/built-in-roles.md#owner) built-in roles. You can also specify the required access through a [custom role](../../role-based-access-control/custom-roles.md).
21+
1822
## List preview features
1923

2024
You can list all the preview features and their registration states for an Azure subscription.

0 commit comments

Comments
 (0)