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
:::image type="content" source="./media/preview-features/subscriptions.png" alt-text="Screenshot of Azure portal with subscription selection highlighted.":::
38
38
39
39
1. From the left menu, under **Settings** select **Preview features**.
40
40
41
-
:::image type="content" source="./media/preview-features/preview-features-menu.png" alt-text="Azure preview features menu.":::
41
+
:::image type="content" source="./media/preview-features/preview-features-menu.png" alt-text="Screenshot of Azure portal with Preview features menu option highlighted.":::
42
42
43
43
1. You see a list of available preview features and your current registration status.
44
44
45
-
:::image type="content" source="./media/preview-features/preview-features-list.png" alt-text="Azure portal list of preview features.":::
45
+
:::image type="content" source="./media/preview-features/preview-features-list.png" alt-text="Screenshot of Azure portal displaying a list of preview features.":::
46
46
47
47
1. From **Preview features** you can filter the list by **name**, **State**, or **Type**:
48
48
49
49
-**Filter by name**: Must contain text from a preview feature's name, not the **Display name**.
50
50
-**State**: Select the drop-down menu and choose a state. The portal doesn't filter by **Unregistered**.
51
51
-**Type**: Select the drop-down menu and choose a type.
:::image type="content" source="./media/preview-features/filter.png" alt-text="Screenshot of Azure portal with filter options for preview features.":::
54
54
55
55
# [Azure CLI](#tab/azure-cli)
56
56
@@ -169,7 +169,7 @@ Some services require other methods, such as email, to get approval for pending
169
169
1. Select the link for the preview feature you want to register.
:::image type="content" source="./media/preview-features/register.png" alt-text="Screenshot of Azure portal with Register button for a preview feature.":::
173
173
174
174
1. Select **OK**.
175
175
@@ -253,7 +253,7 @@ You can unregister preview features from **Preview features**. The **State** cha
253
253
1. Select the link for the preview feature you want to unregister.
:::image type="content" source="./media/preview-features/unregister.png" alt-text="Screenshot of Azure portal with Unregister button for a preview feature.":::
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/management/request-limits-and-throttling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Throttling happens at two levels. Azure Resource Manager throttles requests for
13
13
14
14
The following image shows how throttling is applied as a request goes from the user to Azure Resource Manager and the resource provider. The image shows that requests are initially throttled per principal ID and per Azure Resource Manager instance in the region of the user sending the request. The requests are throttled per hour. When the request is forwarded to the resource provider, requests are throttled per region of the resource rather than per Azure Resource Manager instance in region of the user. The resource provider requests are also throttled per principal user ID and per hour.
:::image type="content" source="./media/request-limits-and-throttling/request-throttling.svg" alt-text="Diagram that shows how throttling is applied as a request goes from the user to Azure Resource Manager and the resource provider.":::
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/management/resource-providers-and-types.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,23 +80,23 @@ To see information for a particular resource provider:
80
80
2. On the Azure portal menu, select **All services**.
81
81
3. In the **All services** box, enter **resource explorer**, and then select **Resource Explorer**.
82
82
83
-

83
+
:::image type="content" source="./media/resource-providers-and-types/select-resource-explorer.png" alt-text="Screenshot of selecting All services in the Azure portal.":::
84
84
85
85
4. Expand **Providers** by selecting the right arrow.
:::image type="content" source="./media/resource-providers-and-types/select-providers.png" alt-text="Screenshot of selecting providers in the Azure Resource Explorer.":::
88
88
89
89
5. Expand a resource provider and resource type that you want to view.
:::image type="content" source="./media/resource-providers-and-types/select-resource-type.png" alt-text="Screenshot of selecting a resource type in the Azure Resource Explorer.":::
92
92
93
93
6. Resource Manager is supported in all regions, but the resources you deploy might not be supported in all regions. Also, there may be limitations on your subscription that prevent you from using some regions that support the resource. The resource explorer displays valid locations for the resource type.
:::image type="content" source="./media/resource-providers-and-types/show-locations.png" alt-text="Screenshot of showing locations for a resource type in the Azure Resource Explorer.":::
96
96
97
97
7. The API version corresponds to a version of REST API operations that are released by the resource provider. As a resource provider enables new features, it releases a new version of the REST API. The resource explorer displays valid API versions for the resource type.
98
98
99
-

99
+
:::image type="content" source="./media/resource-providers-and-types/show-api-versions.png" alt-text="Screenshot of showing API versions for a resource type in the Azure Resource Explorer.":::
0 commit comments