Skip to content

Commit f5fbbb0

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 8b109cc + 65be502 commit f5fbbb0

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

articles/cosmos-db/autoscale-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ sections:
9494
9595
**Migration from standard (manual) provisioned throughput to autoscale**
9696
97-
For a container, use the following formula to estimate the initial autoscale max RU/s: ``MAX(1000, current manual provisioned RU/s, maximum RU/s ever provisioned / 10, storage in GB * 10)``, rounded to the nearest 1000 RU/s. The actual initial autoscale max RU/s may vary depending on your account configuration.
97+
For a container, use the following formula to estimate the initial autoscale max RU/s: ``MAX(1000, current manual provisioned RU/s, maximum RU/s ever provisioned / 10, storage in GB * 100)``, rounded to the nearest 1000 RU/s. The actual initial autoscale max RU/s may vary depending on your account configuration.
9898
9999
Example #1: Suppose you have a container with 10,000 RU/s manual provisioned throughput, and 25 GB of storage. When you enable autoscale, the initial autoscale max RU/s is: 10,000 RU/s, which can scale between 1000 - 10,000 RU/s.
100100
-69.4 KB
Loading
Binary file not shown.

articles/frontdoor/standard-premium/tier-comparison.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
---
22
title: Azure Front Door tier comparison
3-
description: This article provides an overview of Azure Front Door tiers and feature differences between them.
3+
description: This article provides a comparison between the different Azure Front Door tiers and their features.
44
services: frontdoor
55
author: duongau
66
ms.service: frontdoor
77
ms.topic: article
88
ms.workload: infrastructure-services
9-
ms.date: 03/20/2022
9+
ms.date: 04/04/2023
1010
ms.author: duau
1111
---
1212

13-
# Overview of Azure Front Door tier
13+
# Azure Front Door tier comparison
1414

15-
16-
Azure Front Door is offered in 2 different tiers, Azure Front Door Standard and Azure Front Door Premium. Azure Front Door Standard and Premium tier combines capabilities of Azure Front Door (classic), Azure CDN Standard from Microsoft (classic), and Azure WAF into a single secure cloud CDN platform with intelligent threat protection.
15+
Azure Front Door offers two different tiers, Standard and Premium. Both Azure Front Door tier combines capabilities of Azure Front Door (classic), Azure CDN Standard from Microsoft (classic), and Azure WAF into a single secure cloud CDN platform with intelligent threat protection.
1716

1817
:::image type="content" source="../media/tier-comparison/architecture.png" alt-text="Diagram of Azure Front Door architecture.":::
1918

2019
> [!NOTE]
21-
> In order to switch between tiers, you will need to recreate the Azure Front Door profile.
20+
> To switch between tiers, you will need to recreate the Azure Front Door profile. Currently in Public Preview, you can use the [**migration capability**](../migrate-tier.md) to move your existing Azure Front Door profile to the new tier. For more information about upgrading from Standard to Premium, see [**upgrade capability**](../tier-upgrade.md).
2221
>
2322
2423
## Feature comparison between tiers

articles/healthcare-apis/fhir/how-to-run-a-reindex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ POST {{FHIR_URL}}/$reindex
2424

2525
{
2626

27-
resourceType”: “Parameters,
27+
"resourceType": "Parameters",
2828

29-
parameter: []
29+
"parameter": []
3030

3131
}
3232
```

0 commit comments

Comments
 (0)