Skip to content

Commit e690532

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents c3a78f1 + a80a5d8 commit e690532

28 files changed

+87
-48
lines changed

articles/advisor/advisor-reference-reliability-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Full list of available reliability recommendations in Advisor.
44
author: mabrahms
55
ms.author: v-mabrahms
66
ms.topic: article
7-
ms.date: 09/27/2023
7+
ms.date: 12/11/2023
88
---
99

1010
# Reliability recommendations
@@ -544,7 +544,7 @@ Learn more about [Front Door Profile - RenewExpiredBYOC (Renew the expired Azure
544544

545545
Deploying two or more medium or large sized instances ensures business continuity during outages caused by planned or unplanned maintenance.
546546

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).
548548

549549
### Avoid hostname override to ensure site integrity
550550

articles/ai-studio/how-to/create-manage-compute.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ You can start or stop a compute instance from the Azure AI Studio.
111111

112112
:::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":::
113113

114-
115114
## Next steps
116115

117116
- [Create and manage prompt flow runtimes](./create-manage-runtime.md)

articles/ai-studio/how-to/create-manage-runtime.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,17 @@ Go to the page for runtime details and select **Update**. On the **Edit compute
147147
148148
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.
149149
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+
150161
## Next steps
151162
152163
- [Learn more about prompt flow](./prompt-flow.md)

articles/api-center/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#- name: API discovery and consumption
3333
- name: Reference
3434
items:
35+
- name: Azure CLI
36+
href: /cli/azure/apic
3537
- name: REST API
3638
href: /rest/api/apicenter/
3739
- name: REST API SDKs
@@ -43,4 +45,4 @@
4345
- name: Python
4446
href: https://pypi.org/project/azure-mgmt-apicenter
4547
- name: Resource Manager template
46-
href: /azure/templates/microsoft.apicenter/allversions
48+
href: /azure/templates/microsoft.apicenter/allversions

articles/dev-box/how-to-determine-your-quota-usage.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ ms.service: dev-box
66
author: RoseHJM
77
ms.author: rosemalcolm
88
ms.topic: how-to
9-
ms.date: 01/09/2024
9+
ms.date: 01/16/2024
1010
---
1111

1212
# Determine resource usage and quota for Microsoft Dev Box
1313

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

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.
1717

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.
1921

2022

2123
## 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
3032

3133
:::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":::
3234

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**.
3636

3737
1. Notice that Azure groups the usage by level: **Regular**, **Low**, and **No usage**:
3838

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-
4139
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":::
4440

4541
1. To view only the items that are using part of your quota, select the **Usage:** filter, and then select **Only items with usage**.
4642

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-
4943
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" :::
5244

5345
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":::
5646

5747
1. Select **Apply**.
5848

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-
6149
## Related content
6250

6351
- 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)
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)