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
Copy file name to clipboardExpand all lines: articles/advisor/advisor-reference-reliability-recommendations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Full list of available reliability recommendations in Advisor.
4
4
author: mabrahms
5
5
ms.author: v-mabrahms
6
6
ms.topic: article
7
-
ms.date: 09/27/2023
7
+
ms.date: 12/11/2023
8
8
---
9
9
10
10
# Reliability recommendations
@@ -544,7 +544,7 @@ Learn more about [Front Door Profile - RenewExpiredBYOC (Renew the expired Azure
544
544
545
545
Deploying two or more medium or large sized instances ensures business continuity during outages caused by planned or unplanned maintenance.
546
546
547
-
Learn more about [Application gateway - AppGateway (Upgrade your SKU or add more instances to ensure fault tolerance)](https://aka.ms/aa_gatewayrec_learnmore).
547
+
Learn more about [Improve the reliability of your application by using Azure Advisor - Ensure application gateway fault tolerance)](/azure/advisor/advisor-high-availability-recommendations#ensure-application-gateway-fault-tolerance).
548
548
549
549
### Avoid hostname override to ensure site integrity
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/create-manage-compute.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,6 @@ You can start or stop a compute instance from the Azure AI Studio.
111
111
112
112
:::image type="content" source="../media/compute/compute-start-stop.png" alt-text="Screenshot of the option to start or stop a compute instance." lightbox="../media/compute/compute-start-stop.png":::
113
113
114
-
115
114
## Next steps
116
115
117
116
-[Create and manage prompt flow runtimes](./create-manage-runtime.md)
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/create-manage-runtime.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,17 @@ Go to the page for runtime details and select **Update**. On the **Edit compute
147
147
148
148
Every time you open the page for runtime details, AI Studio checks whether there are new versions of the runtime. If new versions are available, a notification appears at the top of the page. You can also manually check the latest version by selecting the **Check version** button.
149
149
150
+
## Switch compute instance runtime to automatic runtime
151
+
152
+
Automatic runtime has following advantages over compute instance runtime:
153
+
- Automatic manage lifecycle of runtime and underlying compute. You don't need to manually create and managed them anymore.
154
+
- Easily customize packages by adding packages in the `requirements.txt` file in the flow folder, instead of creating a custom environment.
155
+
156
+
We would recommend you to switch to automatic runtime if you're using compute instance runtime. If you have a compute instance runtime, you can switch it to an automatic runtime (preview) by using the following steps:
157
+
- Prepare your `requirements.txt` file in the flow folder. Make sure that you don't pin the version of `promptflow` and `promptflow-tools` in `requirements.txt`, because we already include them in the runtime base image. Packages specified in `requirements.txt` will be installed when the runtime is started.
158
+
- If you want to keep the automatic runtime (preview) as long running compute like compute instance, you can disable the idle shutdown toggle under automatic runtime (preview) `edit` option.
159
+
160
+
150
161
## Next steps
151
162
152
163
- [Learn more about prompt flow](./prompt-flow.md)
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-determine-your-quota-usage.md
+7-19Lines changed: 7 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,18 @@ ms.service: dev-box
6
6
author: RoseHJM
7
7
ms.author: rosemalcolm
8
8
ms.topic: how-to
9
-
ms.date: 01/09/2024
9
+
ms.date: 01/16/2024
10
10
---
11
11
12
12
# Determine resource usage and quota for Microsoft Dev Box
13
13
14
-
To ensure that resources are available for customers, Microsoft Dev Box has a limit on the number of each type of resource that can be used in a subscription. This limit is called a quota. There are different types of quota related to Dev Box that you might see in the Developer portal and Azure portal, such as quota for Dev Box vCPU for box creation as well as portal resource limits for Dev Centers, network connections, and Dev Box Definitions.
14
+
To ensure that resources are available for customers, Microsoft Dev Box has a limit on the number of each type of resource that can be used in a subscription. This limit is called a quota. There are different types of quotas related to Dev Box that you might see in the Developer portal and Azure portal, such as quota for Dev Box vCPU for box creation as well as resource limits for Dev Centers, network connections, and Dev Box Definitions.
15
15
16
-
Keeping track of how your quota of virtual machine cores is being used across your subscriptions can be difficult. You might want to know what your current usage is, how much is remaining, and in what regions you have capacity. To help you understand where and how you're using your quota, Azure provides the **Usage + Quotas** page in the Azure portal.
16
+
Understanding quota limits that affect your Dev Box resources helps you to plan for future use. You can check the [default quota level](/azure/azure-resource-manager/management/azure-subscription-service-limits?branch=main#microsoft-dev-box-limits) for each resource, view your current usage, and determine how much quota remains in each region. By monitoring the rate at which your quota is used, you can plan and prepare to [request a quota limit increase](how-to-request-quota-increase.md) before you reach the quota limit for the resource.
17
17
18
-
For example, if dev box users encounter a vCPU quota error such as, *QuotaExceeded*, error during dev box creation there may be a need to increase this quota. A great place to start is to determine the current quota available.
18
+
To help you understand where and how you're using your quota, Azure provides the **Usage + Quotas** page in the Azure portal. Each subscription has its own **Usage + quotas** page that covers all the various services in the subscription.
19
+
20
+
For example, if dev box users encounter a vCPU quota error such as, *QuotaExceeded*, during dev box creation there might be a need to increase this quota. A great place to start is to determine the current quota available.
19
21
20
22
21
23
## Determine your Dev Box usage and quota by subscription in Azure portal
@@ -30,34 +32,20 @@ For example, if dev box users encounter a vCPU quota error such as, *QuotaExceed
30
32
31
33
:::image type="content" source="media/how-to-determine-your-quota-usage/select-dev-box.png" alt-text="Screenshot showing the Usage and quotas page, with Dev Box highlighted in the Provider filter dropdown list." lightbox="media/how-to-determine-your-quota-usage/select-dev-box.png":::
32
34
33
-
1. In this example, you can see the **Quota name**, the **Region**, the **Subscription** the quota is assigned to, the **Current Usage**, and whether or not the limit is **Adjustable**.
34
-
35
-
:::image type="content" source="media/how-to-determine-your-quota-usage/example-subscription.png" alt-text="Screenshot showing the Usage and quotas page, with column headings highlighted." lightbox="media/how-to-determine-your-quota-usage/example-subscription.png":::
35
+
1. You can see the **Quota name**, the **Region**, the **Subscription** the quota is assigned to, the **Current Usage**, and whether or not the limit is **Adjustable**.
36
36
37
37
1. Notice that Azure groups the usage by level: **Regular**, **Low**, and **No usage**:
38
38
39
-
:::image type="content" source="media/how-to-determine-your-quota-usage/example-subscription-groups.png" alt-text="Screenshot showing the Usage and quotas page, with virtual machine size groups highlighted." lightbox="media/how-to-determine-your-quota-usage/example-subscription-groups.png" :::
40
-
41
39
1. To view quota and usage information for specific regions, select the **Region:** filter, select the regions to display, and then select **Apply**.
42
-
43
-
:::image type="content" source="media/how-to-determine-your-quota-usage/select-regions.png" alt-text="Screenshot showing the Usage and quotas page, with the Regions dropdown list highlighted." lightbox="media/how-to-determine-your-quota-usage/select-regions.png":::
44
40
45
41
1. To view only the items that are using part of your quota, select the **Usage:** filter, and then select **Only items with usage**.
46
42
47
-
:::image type="content" source="media/how-to-determine-your-quota-usage/select-items-with-usage.png" alt-text="Screenshot showing the Usage and quotas page, with the Usage dropdown list and Only show items with usage option highlighted." lightbox="media/how-to-determine-your-quota-usage/select-items-with-usage.png" :::
48
-
49
43
1. To view items that are using above a certain amount of your quota, select the **Usage:** filter, and then select **Select custom usage**.
50
-
51
-
:::image type="content" source="media/how-to-determine-your-quota-usage/select-custom-usage-before.png" alt-text="Screenshot showing the Usage and quotas page, with the Usage dropdown list and Select custom usage option highlighted." lightbox="media/how-to-determine-your-quota-usage/select-custom-usage-before.png" :::
52
44
53
45
1. You can then set a custom usage threshold, so only the items using above the specified percentage of the quota are displayed.
54
-
55
-
:::image type="content" source="media/how-to-determine-your-quota-usage/select-custom-usage.png" alt-text="Screenshot showing the Usage and quotas page, with Select custom usage option and configuration settings highlighted." lightbox="media/how-to-determine-your-quota-usage/select-custom-usage.png":::
56
46
57
47
1. Select **Apply**.
58
48
59
-
Each subscription has its own **Usage + quotas** page that covers all the various services in the subscription and not just Microsoft Dev Box.
60
-
61
49
## Related content
62
50
63
51
- Check the default quota for each resource type by subscription type with [Microsoft Dev Box limits](../azure-resource-manager/management/azure-subscription-service-limits.md#microsoft-dev-box-limits)
0 commit comments