Skip to content

Commit af30faa

Browse files
Merge pull request #313317 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-18 06:00 UTC
2 parents 05afc41 + e361b70 commit af30faa

32 files changed

Lines changed: 410 additions & 231 deletions

articles/api-management/private-endpoint.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-api-management
55
author: dlepow
66
ms.author: danlep
77
ms.topic: how-to
8-
ms.date: 11/17/2025
8+
ms.date: 03/17/2026
99
ms.custom:
1010
- build-2025
1111
- sfi-image-nochange
@@ -32,7 +32,9 @@ You can configure an inbound [private endpoint](../private-link/private-endpoint
3232
* Only the API Management instance's **Gateway endpoint** supports inbound Private Link connections.
3333
* Each API Management instance supports at most 100 Private Link connections.
3434
* Connections aren't supported on the [self-hosted gateway](self-hosted-gateway-overview.md) or on a [workspace gateway](workspaces-overview.md#workspace-gateway).
35-
* In the classic API Management tiers, private endpoints aren't supported in instances injected in an internal or external virtual network.
35+
* In the classic API Management tiers, private endpoints aren't supported in instances injected in an internal or external virtual network.
36+
> [!NOTE]
37+
> In the Standard v2 and Premium v2 tiers, private endpoints are supported in instances with any supported virtual network configuration when fronted with [Azure Front Door Premium](../frontdoor/standard-premium/how-to-enable-private-link-apim.md).
3638
3739
## Typical scenarios
3840

@@ -43,9 +45,6 @@ Supported configurations include:
4345
* Pass client requests through a firewall and configure rules to route requests privately to the API Management gateway.
4446
* Configure Azure Front Door (or Azure Front Door with Azure Application Gateway) to receive external traffic and then route traffic privately to the API Management gateway. For example, see [Connect Azure Front Door Premium to an Azure API Management with Private Link](../frontdoor/standard-premium/how-to-enable-private-link-apim.md).
4547

46-
> [!NOTE]
47-
> Currently, routing traffic privately from Azure Front Door to an API Management Premium v2 instance isn't supported.
48-
4948
## Prerequisites
5049

5150
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).

articles/app-service/webjobs-sdk-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The following table shows built-in roles that we recommend when you use triggers
158158
[Azure Service Bus Data Receiver]: ../role-based-access-control/built-in-roles.md#azure-service-bus-data-receiver
159159
[Azure Service Bus Data Sender]: ../role-based-access-control/built-in-roles.md#azure-service-bus-data-sender
160160
[Azure Service Bus Data Owner]: ../role-based-access-control/built-in-roles.md#azure-service-bus-data-owner
161-
[role-assignment-scope]: ../service-bus-messaging/service-bus-managed-service-identity.md#resource-scope
161+
[role-assignment-scope]: ../service-bus-messaging/service-bus-managed-service-identity.md#choose-the-resource-scope
162162

163163
#### Connection strings in version 2.*x*
164164

articles/application-gateway/ipv6-application-gateway-portal.md

Lines changed: 64 additions & 60 deletions
Large diffs are not rendered by default.

articles/azure-resource-manager/troubleshooting/common-deployment-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If your error code isn't listed, submit a GitHub issue. On the right side of the
6565
| PrivateIPAddressInReservedRange | The specified IP address includes an address range required by Azure. Change IP address to avoid reserved range. | [Private IP addresses](../../virtual-network/ip-services/private-ip-addresses.md)
6666
| PrivateIPAddressNotInSubnet | The specified IP address is outside of the subnet range. Change IP address to fall within subnet range. | [Private IP addresses](../../virtual-network/ip-services/private-ip-addresses.md) |
6767
| PropertyChangeNotAllowed | Some properties can't be changed on a deployed resource. When updating a resource, limit your changes to permitted properties. | [Update resource](/azure/architecture/guide/azure-resource-manager/advanced-templates/update-resource) |
68-
| PublicIPCountLimitReached | You've reached the limit for the number of running public IPs. Shut down unneeded resources or contact Azure support to request an increase. For example, in Azure Databricks, see [Unexpected cluster termination](/azure/databricks/kb/clusters/termination-reasons) and [IP address limit prevents cluster creation](/azure/databricks/kb/clusters/azure-ip-limit). | [Public IP address limits](../management/azure-subscription-service-limits.md#publicip-address) |
68+
| PublicIPCountLimitReached | You've reached the limit for the number of running public IPs. Shut down unneeded resources or contact Azure support to request an increase. For example, in Azure Databricks, see [IP address limit prevents cluster creation](/azure/databricks/kb/clusters/azure-ip-limit). | [Public IP address limits](../management/azure-subscription-service-limits.md#publicip-address) |
6969
| RegionDoesNotAllowProvisioning | Select a different region or submit a quota support request for **Region access**. | |
7070
| RequestDisallowedByPolicy | Your subscription includes a resource policy that prevents an action you're trying to do during deployment. Find the policy that blocks the action. If possible, change your deployment to meet the limitations from the policy. | [Resolve policies](error-policy-requestdisallowedbypolicy.md) |
7171
| ReservedResourceName | Provide a resource name that doesn't include a reserved name. | [Reserved resource names](error-reserved-resource-name.md) |

articles/azure-vmware/configure-vsan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ After vSAN TRIM/UNMAP is enabled, you must meet certain prerequisites in order f
6868

6969
For more information about how to reclaim space for Windows and Linux systems for TRIM/UNMAP to execute, see the following VMware articles:
7070
- [How to reclaim disk space](https://knowledge.broadcom.com/external/article/340005/reclaiming-disk-space-from-thin-provisio.html)
71-
- [Learn the procedure to enable TRIM/UNMAP](https://knowledge.broadcom.com/external/article/326595/procedure-to-enable-trimunmap.html)
71+
- [Learn the procedure to enable TRIM/UNMAP](https://techdocs.broadcom.com/us/en/vmware-cis/vsan/vsan/8-0/vsan-administration/expanding-and-managing-a-vsan-cluster/vsan-file-service/reclaiming-space-with-unmap-in-vsan-distributed-file-system.html)
7272

7373
## Set VMware vSAN space efficiency
7474

articles/cdn/cdn-china-delivery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ Azure Content Delivery Network global and Azure Content Delivery Network China h
4141

4242
- Two pricing tiers: Standard and premium
4343

44-
- [Documentation](https://docs.azure.cn/en-us/cdn/)
44+
- [Documentation](https://docs.azure.cn/en-us/frontdoor/china-cdn-retirement-faq)
4545

4646
## Next steps
4747

4848
To learn more about Azure Content Delivery Network China, see:
4949

5050
- [Content Delivery Network features](https://www.azure.cn/en-us/home/features/cdn/)
5151

52-
- [Overview of Azure Content Delivery Network](https://docs.azure.cn/en-us/cdn/cdn-overview)
52+
- [Overview of Azure Content Delivery Network](https://docs.azure.cn/en-us/frontdoor/azure-china-cdn-and-afd-comparison)
5353

54-
- [Use the Azure content delivery network](https://docs.azure.cn/en-us/cdn/cdn-how-to-use)
54+
- [Use the Azure content delivery network](https://docs.azure.cn/en-us/frontdoor/azure-china-cdn-migration-to-azure-front-door-guidance)
5555

5656
- [Azure service availability in China](/azure/china/concepts-service-availability)

articles/cost-management-billing/savings-plan/decide-between-savings-plan-reservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure provides you with two ways to save on your usage by committing for one or
1717

1818
## Compare reservations with savings plans
1919

20-
When you opt for reservations, you're making a commitment to use a specific type of compute instance or instance family, in a specific Azure region, for a set period of time. For example, you might commit to using a D2v4 virtual machine in the Japan East region for one year. A savings plan involves committing to a specific hourly expenditure on eligible compute services across all Azure regions for a certain period. For instance, you might commit to spending $5.00 per hour for three years. Reservations only apply to the specified compute service and region combination. Savings plan benefits are applicable to all usage from participating compute services across the globe, up to the hourly commitment.
20+
When you opt for reservations, you're making a commitment to use a specific type of compute instance or instance family, in a specific Azure region, for a set period of time. For example, you might commit to using a D2v4 virtual machine in the Japan East region for one year. An savings plan involves committing to a specific hourly expenditure on eligible compute services across all Azure regions for a certain period. For instance, you might commit to spending $5.00 per hour for three years. Reservations only apply to the specified compute service and region combination. Savings plan benefits are applicable to all usage from participating compute services across the globe, up to the hourly commitment.
2121

2222
### Choose a reservation
2323

articles/cost-management-billing/savings-plan/discount-application.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ ms.date: 01/08/2026
1313

1414
# How a savings plan discount is applied
1515

16-
Savings plans save you money when you have consistent usage of Azure compute resources. A savings plan can help you save money by allowing you to commit to a fixed hourly spend on compute services for one-year or three-year terms. The savings can significantly reduce your resource costs by up to 65% from pay-as-you-go prices. Discount rates per meter vary by commitment term (1-year or 3-year), not commitment amount.
16+
Savings plans save you money when you have consistent usage of Azure compute resources. An savings plan can help you save money by allowing you to commit to a fixed hourly spend on compute services for one-year or three-year terms. The savings can significantly reduce your resource costs by up to 65% from pay-as-you-go prices. Discount rates per meter vary by commitment term (1-year or 3-year), not commitment amount.
1717

1818
Each hour with a savings plan, your eligible compute usage is discounted until you reach your commitment amount – subsequent usage after you reach your commitment amount is priced at pay-as-you-go rates. A resource within the savings plan's scope must generate the usage to be eligible for a savings plan benefit. Each hour's benefit is _use-it-or-lose-it_, and can't be rolled over to another hour.
1919

2020
The benefit is first applied to the product that has the greatest savings plan discount when compared to the equivalent pay-as-you-go rate (see your price list for savings plan pricing). The application prioritization is done to ensure that you receive the maximum benefit from your savings plan investment. We multiply the savings plan rate to that product's usage and deduct the result from the savings plan commitment. The process repeats until the commitment is exhausted (or until there's no more usage to consume the benefit).
2121

2222
A savings plan discount only applies to resources associated with Enterprise Agreement, Microsoft Partner Agreement, and Microsoft Customer Agreements. Resources that run in a subscription with other offer types don't receive the discount.
2323

24-
Here's a video that explains how a savings plan is applied to the compute environment.
24+
Here's a video that explains how an savings plan is applied to the compute environment.
2525

2626
>[!VIDEO https://www.youtube.com/embed/AZOyh1rl3kU]
2727
@@ -33,13 +33,13 @@ For example, VM _X_ has the highest savings plan discount of all savings plan-el
3333

3434
## Savings plan and Azure consumption discounts
3535

36-
In most situations, a savings plan provides the best combination of flexibility and pricing. If you're operating under an Azure consumption discount (ACD), in rare occasions, you might have some pay-as-you-go rates that are lower than the savings plan rate. In these cases, Azure uses the lower of the two rates.
36+
In most situations, an savings plan provides the best combination of flexibility and pricing. If you're operating under an Azure consumption discount (ACD), in rare occasions, you might have some pay-as-you-go rates that are lower than the savings plan rate. In these cases, Azure uses the lower of the two rates.
3737

3838
For example, VM _X_ has the highest savings plan discount of all savings plan-eligible resources you used in a particular hour. If you have an ACD rate that is lower than the savings plan rate, the ACD rate is applied to your hourly usage. The result is decremented from your hourly commitment. The approach ensures you always get the best available rate.
3939

4040
## Benefit allocation window
4141

42-
With a savings plan, you get significant and flexible discounts off your pay-as-you-go rates in exchange for a one or three-year spend commitment. When you use an Azure resource, usage details are periodically reported to the Azure billing system. The billing system is tasked with quickly applying your savings plan in the most beneficial manner possible. The plan benefits are applied to usage that has the largest discount percentage first. For the application to be most effective, the billing system needs visibility to your usage in a timely manner.
42+
With an savings plan, you get significant and flexible discounts off your pay-as-you-go rates in exchange for a one or three-year spend commitment. When you use an Azure resource, usage details are periodically reported to the Azure billing system. The billing system is tasked with quickly applying your savings plan in the most beneficial manner possible. The plan benefits are applied to usage that has the largest discount percentage first. For the application to be most effective, the billing system needs visibility to your usage in a timely manner.
4343

4444
The savings plan benefit application operates under a best fit benefit model. When your benefit application is evaluated for a given hour, the billing system incorporates usage arriving up to 48 hours after the given hour. During the sliding 48-hour window, you might see changes to charges, including the possibility of savings plan utilization that's greater than 100%. The situation happens because the system is constantly working to provide the best possible benefit application. Keep the 48-hour window in mind when you inspect your usage.
4545

articles/cost-management-billing/savings-plan/manage-savings-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: onwokolo
1212
---
1313

1414
# Manage savings plans
15-
After you buy a savings plan, with sufficient permissions, you can make the following types of changes to a savings plan:
15+
After you buy an savings plan, with sufficient permissions, you can make the following types of changes to a savings plan:
1616

1717
- Update a savings plan scope.
1818
- Change autorenewal settings.
@@ -93,9 +93,9 @@ Unlike reservations, you can't cancel or exchange savings plans. You can trade-i
9393
## Change billing subscription
9494
Currently, the billing subscription used for monthly payments of a savings plan can't be changed.
9595

96-
## Check billing subscription for a savings plan
96+
## Check billing subscription for an savings plan
9797

98-
To check the billing subscription for a savings plan:
98+
To check the billing subscription for an savings plan:
9999

100100
1. Sign in to the [Azure portal](https://portal.azure.com).
101101
2. Select **All services** > **Savings plans**.

articles/cost-management-billing/savings-plan/permission-buy-savings-plan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Permissions to buy a savings plan
2+
title: Permissions to buy an savings plan
33
titleSuffix: Microsoft Cost Management
4-
description: This article provides you with information to understand who can buy a savings plan.
4+
description: This article provides you with information to understand who can buy an savings plan.
55
author: nwokolo
66
ms.reviewer: onwokolo
77
ms.service: cost-management-billing
@@ -11,7 +11,7 @@ ms.date: 01/08/2026
1111
ms.author: onwokolo
1212
---
1313

14-
# Permissions to buy a savings plan
14+
# Permissions to buy an savings plan
1515

1616
Savings plan discounts only apply to resources associated with subscriptions purchased through an Enterprise Agreement, Microsoft Customer Agreement, or Microsoft Partner Agreement. You can buy a savings plan for an Azure subscription that's of type Enterprise Agreement (MS-AZR-0017P or MS-AZR-0148P), Microsoft Customer Agreement, or Microsoft Partner Agreement. To determine if you're eligible to buy a plan, [check your billing type](../manage/view-all-accounts.md#check-the-type-of-your-account).
1717

@@ -39,9 +39,9 @@ Microsoft Customer Agreement (MCA), Billing Profile Owners can restrict savings
3939

4040
Partners can use **Home** > **Savings plan** in the [Azure portal](https://portal.azure.com/) to purchase savings plans on behalf of their customers.
4141

42-
As of June 2023, partners can purchase a savings plan through the Partner Center. Previously, the savings plan was only supported for purchase through the Azure portal. Partners can now purchase a savings plan through the Partner Center portal or APIs. They can also continue to use the Azure portal.
42+
As of June 2023, partners can purchase an savings plan through the Partner Center. Previously, the savings plan was only supported for purchase through the Azure portal. Partners can now purchase an savings plan through the Partner Center portal or APIs. They can also continue to use the Azure portal.
4343

44-
To purchase a savings plan by using the Partner Center APIs, see [Purchase savings plans](/partner-center/developer/azure-purchase-savings-plan).
44+
To purchase an savings plan by using the Partner Center APIs, see [Purchase savings plans](/partner-center/developer/azure-purchase-savings-plan).
4545

4646
## Need help?
4747

0 commit comments

Comments
 (0)