Skip to content

Commit 0925668

Browse files
authored
Merge pull request #294784 from ninallam/ninallam-vuh-limits
Add article for usage limits
2 parents b4ef001 + 6e4584b commit 0925668

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Manage usage limits on Azure Load Testing resource
3+
titleSuffix: Azure Load Testing
4+
description: Learn how to manage usage limits an Azure Load testing resource.
5+
services: load-testing
6+
ms.service: azure-load-testing
7+
ms.custom: manage-usage-limits
8+
ms.author: ninallam
9+
author: ninallam
10+
ms.date: 02/17/2017
11+
ms.topic: how-to
12+
---
13+
14+
# Manage usage limits on Azure Load Testing resource
15+
16+
This article describes how to manage usage limits on an Azure Load Testing resource. Azure Load Testing now offers the ability to set usage limits on resources to help you manage your consumption and avoid overspending. This feature allows you to control the total consumption for a resource by setting monthly Virtual User Hours (VUH) limits. This ensures that you do not exceed your budget within a month. This capability provides the flexibility of a consumption-based pricing along with the predictability of not exceeding the budget.
17+
18+
## Prerequisites
19+
20+
- You have an Azure Load Testing resource that you want to enable usage limits on.
21+
22+
- You have at least Contributor role to manage limits and Reader role to view limits on the Azure Load Testing resource. Learn more about how to [manage access in Azure Load Testing](./how-to-assign-roles.md).
23+
24+
## Enable usage limits
25+
26+
You can set limits for a resource to control the total consumption of Virtual User Hours (VUH) for a month. Once the limit is reached, you cannot run tests for the resource until the next month. When a resource reaches the limit, and in-progress tests are stopped. Follow these steps to enable usage limits on an Azure Load Testing resource:
27+
28+
1. In the Azure portal, search and select **Azure Load Testing**.
29+
30+
1. Select your Azure Load Testing resource.
31+
32+
1. In the resource **Overview** page, select **Usage limits**.
33+
34+
1. In the **Usage limits** pane, select **Enable usage limits**.
35+
36+
1. Enter the **Monthly Virtual User Hours (VUH) limit** that you want to set for the resource.
37+
38+
1. Select **Apply**.
39+
40+
:::image type="content" source="media/how-to-manage-usage-limits/enable-usage-limits.png" alt-text="Screenshot that shows how to enable usage limits on an Azure Load Testing resource.":::
41+
42+
> [!IMPORTANT]
43+
> In-progress tests will stop on a best-effort basis. Actual VUH usage may slightly exceed the limit.
44+
45+
## Modify usage limits
46+
47+
You can modify the usage limits for a resource at any time. Follow these steps to modify the usage limits on an Azure Load Testing resource:
48+
49+
1. In the Azure portal, search and select **Azure Load Testing**.
50+
51+
1. Select your Azure Load Testing resource.
52+
53+
1. In the resource **Overview** page, select **Usage limits**.
54+
55+
1. To disable usage limits, turn off the **Enable usage limits** selection.
56+
57+
1. To modify the usage limits, update the **Monthly Virtual User Hours (VUH) limit**.
58+
59+
1. Select **Apply**.
60+
61+
## Next steps
62+
63+
- To know the actual price for your usage, sign in to the [Azure Pricing calculator](https://azure.microsoft.com/pricing/calculator/?service=load-testing).
318 KB
Loading

articles/load-testing/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ items:
107107
href: how-to-move-between-resource-groups-subscriptions.md
108108
- name: Monitor Azure Load Testing
109109
href: monitor-load-testing.md
110+
- name: Manage usage limits
111+
href: how-to-manage-usage-limits.md
110112
- name: Enable notifications
111113
href: how-to-create-notification-rules.md
112114
- name: Test Azure services

0 commit comments

Comments
 (0)