Skip to content

Commit d80f661

Browse files
Merge pull request #244864 from tfitzmac/0713images
update alt text
2 parents 0b76904 + 9d09f84 commit d80f661

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@ The portal only shows a preview feature when the service that owns the feature h
3030
1. Sign in to the [Azure portal](https://portal.azure.com/).
3131
1. In the search box, enter _subscriptions_ and select **Subscriptions**.
3232

33-
:::image type="content" source="./media/preview-features/search.png" alt-text="Azure portal search.":::
33+
:::image type="content" source="./media/preview-features/search.png" alt-text="Screenshot of Azure portal search box with 'subscriptions' entered.":::
3434

3535
1. Select the link for your subscription's name.
3636

37-
:::image type="content" source="./media/preview-features/subscriptions.png" alt-text="Select Azure subscription.":::
37+
:::image type="content" source="./media/preview-features/subscriptions.png" alt-text="Screenshot of Azure portal with subscription selection highlighted.":::
3838

3939
1. From the left menu, under **Settings** select **Preview features**.
4040

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.":::
4242

4343
1. You see a list of available preview features and your current registration status.
4444

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.":::
4646

4747
1. From **Preview features** you can filter the list by **name**, **State**, or **Type**:
4848

4949
- **Filter by name**: Must contain text from a preview feature's name, not the **Display name**.
5050
- **State**: Select the drop-down menu and choose a state. The portal doesn't filter by **Unregistered**.
5151
- **Type**: Select the drop-down menu and choose a type.
5252

53-
:::image type="content" source="./media/preview-features/filter.png" alt-text="Azure portal filter preview features.":::
53+
:::image type="content" source="./media/preview-features/filter.png" alt-text="Screenshot of Azure portal with filter options for preview features.":::
5454

5555
# [Azure CLI](#tab/azure-cli)
5656

@@ -169,7 +169,7 @@ Some services require other methods, such as email, to get approval for pending
169169
1. Select the link for the preview feature you want to register.
170170
1. Select **Register**.
171171

172-
:::image type="content" source="./media/preview-features/register.png" alt-text="Azure portal register preview feature.":::
172+
:::image type="content" source="./media/preview-features/register.png" alt-text="Screenshot of Azure portal with Register button for a preview feature.":::
173173

174174
1. Select **OK**.
175175

@@ -253,7 +253,7 @@ You can unregister preview features from **Preview features**. The **State** cha
253253
1. Select the link for the preview feature you want to unregister.
254254
1. Select **Unregister**.
255255

256-
:::image type="content" source="./media/preview-features/unregister.png" alt-text="Azure portal unregister preview feature.":::
256+
:::image type="content" source="./media/preview-features/unregister.png" alt-text="Screenshot of Azure portal with Unregister button for a preview feature.":::
257257

258258
1. Select **OK**.
259259

articles/azure-resource-manager/management/request-limits-and-throttling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Throttling happens at two levels. Azure Resource Manager throttles requests for
1313

1414
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.
1515

16-
![Request throttling](./media/request-limits-and-throttling/request-throttling.svg)
16+
:::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.":::
1717

1818
## Subscription and tenant limits
1919

articles/azure-resource-manager/management/resource-providers-and-types.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,23 @@ To see information for a particular resource provider:
8080
2. On the Azure portal menu, select **All services**.
8181
3. In the **All services** box, enter **resource explorer**, and then select **Resource Explorer**.
8282

83-
![select All services](./media/resource-providers-and-types/select-resource-explorer.png)
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.":::
8484

8585
4. Expand **Providers** by selecting the right arrow.
8686

87-
![Select providers](./media/resource-providers-and-types/select-providers.png)
87+
:::image type="content" source="./media/resource-providers-and-types/select-providers.png" alt-text="Screenshot of selecting providers in the Azure Resource Explorer.":::
8888

8989
5. Expand a resource provider and resource type that you want to view.
9090

91-
![Select resource type](./media/resource-providers-and-types/select-resource-type.png)
91+
:::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.":::
9292

9393
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.
9494

95-
![Show locations](./media/resource-providers-and-types/show-locations.png)
95+
:::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.":::
9696

9797
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.
9898

99-
![Show API versions](./media/resource-providers-and-types/show-api-versions.png)
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.":::
100100

101101
## Azure PowerShell
102102

0 commit comments

Comments
 (0)