Skip to content

Commit 73431e1

Browse files
committed
update alt text
1 parent 58d2ebd commit 73431e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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)