Skip to content

Commit 5485c26

Browse files
Merge pull request #310664 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-20 18:00 UTC
2 parents b871b2d + 71f8f1f commit 5485c26

42 files changed

Lines changed: 1019 additions & 156 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CODEOWNERS

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# Each line is a file pattern followed by one or more owners.
33

44
# Folder paths in this list have been migrated to new repositories and content can no longer be created for these services in this repo.
5-
/articles/aks @tynevi @thomps23 @jasonwhowell
6-
/articles/defender-for-cloud @tynevi @thomps23 @jasonwhowell
7-
/articles/attestation @tynevi @thomps23 @jasonwhowell
8-
/articles/confidential-ledger @tynevi @thomps23 @jasonwhowell
9-
/articles/dedicated-hsm @tynevi @thomps23 @jasonwhowell
10-
/articles/key-vault @tynevi @thomps23 @jasonwhowell
11-
/articles/payment-hsm @tynevi @thomps23 @jasonwhowell
12-
/articles/postgresql @tynevi @thomps23 @jasonwhowell
13-
/articles/cosmos-db @tynevi @thomps23 @jasonwhowell
14-
/articles/dms @tynevi @thomps23 @jasonwhowell
15-
/articles/mariadb @tynevi @thomps23 @jasonwhowell
16-
/articles/mysql @tynevi @thomps23 @jasonwhowell
17-
/articles/managed-instance-apache-cassandra @tynevi @thomps23 @jasonwhowell
5+
/articles/aks @thomps23 @jasonwhowell
6+
/articles/defender-for-cloud @thomps23 @jasonwhowell
7+
/articles/attestation @thomps23 @jasonwhowell
8+
/articles/confidential-ledger @thomps23 @jasonwhowell
9+
/articles/dedicated-hsm @thomps23 @jasonwhowell
10+
/articles/key-vault @thomps23 @jasonwhowell
11+
/articles/payment-hsm @thomps23 @jasonwhowell
12+
/articles/postgresql @thomps23 @jasonwhowell
13+
/articles/cosmos-db @thomps23 @jasonwhowell
14+
/articles/dms @thomps23 @jasonwhowell
15+
/articles/mariadb @thomps23 @jasonwhowell
16+
/articles/mysql @thomps23 @jasonwhowell
17+
/articles/managed-instance-apache-cassandra @thomps23 @jasonwhowell
1818
/articles/virtual-machines @jasonwhowell @thomps23
1919
/articles/virtual-machines-scale-sets @jasonwhowell @thomps23
2020
/articles/container-instances @jasonwhowell @thomps23
@@ -37,3 +37,4 @@
3737
/articles/quotas @jasonwhowell @thomps23
3838
/articles/container-registry @jasonwhowell @thomps23
3939
/articles/kubernetes-fleet @MicrosoftDocs/azure-docs-codeowners
40+
/articles/reliability @thomps23

articles/active-directory-b2c/add-api-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Content-type: application/json
160160
}
161161
```
162162

163-
The exact claims sent to the API depend on the information is provided by the identity provider. 'email' is always sent.
163+
The exact claims sent to the API depend on the information provided by the identity provider. 'email' is always sent.
164164

165165
### Expected response types from the web API at this step
166166

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-dedicated-sku.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Currently, you're limited to 25 task hubs when using the Dedicated SKU. For more
7575

7676
You have an orchestration with 5 activities, plus error handling, and averaging 12 actions per orchestration (orchestrator and activity invocations). Let's calculate running 20 million orchestrations per month.
7777

78-
| | Calculation | Result |
78+
| Activity | Calculation | Result |
7979
| - | ----------- | ------ |
8080
| Monthly actions | 20,000,000 × 12 | 240,000,000 actions |
8181
| Actions per second | 240,000,000 ÷ 2,628,000 (seconds in a month) | ≈ 91 actions/second |
@@ -85,7 +85,7 @@ You have an orchestration with 5 activities, plus error handling, and averaging
8585

8686
A large enterprise runs 500 million complex orchestrations monthly, with an average of 15 actions per orchestration (multiple activities with orchestrator coordination).
8787

88-
| | Calculation | Result |
88+
| Activity | Calculation | Result |
8989
| - | ----------- | ------ |
9090
| Monthly actions | 500 million × 13 | 6.5 billion actions |
9191
| Actions per second | 6.5 billion ÷ 2,628,000 | ≈ 2,473 actions/second |
@@ -95,7 +95,7 @@ A large enterprise runs 500 million complex orchestrations monthly, with an aver
9595

9696
A Software as a Service (SaaS) platform supports 800 million orchestrations monthly, each with an average of 15 actions (user interactions, background processing, and external API calls).
9797

98-
| | Calculation | Result |
98+
| Activity | Calculation | Result |
9999
| - | ----------- | ------ |
100100
| Monthly actions | 800 million × 15 | 12 billion actions |
101101
| Actions per second | 12 billion ÷ 2,628,000 | ≈ 4,571 actions/second |
@@ -122,7 +122,7 @@ Currently, you're limited to 5 task hubs when using the Consumption SKU. For mo
122122

123123
A development team is testing simple orchestrations, each with three actions (using [the "Hello City" pattern](https://github.com/Azure-Samples/Durable-Task-Scheduler/tree/main/quickstarts/durable-functions/dotnet/HelloCities)), and runs 10,000 orchestrations per month.
124124

125-
| | Calculation | Result |
125+
| Activity | Calculation | Result |
126126
| - | ----------- | ------ |
127127
| Monthly actions | 10,000 × 3 | 30,000 actions |
128128
| Cost | 30,000 × $0.003 | **$90/month** |
@@ -131,7 +131,7 @@ A development team is testing simple orchestrations, each with three actions (us
131131

132132
An e-commerce application experiences dynamic workload scaling during promotional sales events, especially on weekends. It uses an orchestration comprising seven total actions, which executes approximately 20,000 times per month.
133133

134-
| | Calculation | Result |
134+
| Activity | Calculation | Result |
135135
| - | ----------- | ------ |
136136
| Monthly actions | 20,000 × 7 | 140,000 actions |
137137
| Cost | 140,000 × $0.003 | **$420/month** |

articles/azure-netapp-files/azure-netapp-files-create-volumes-smb.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ Before creating an SMB volume, you need to create an Active Directory connection
3434
![Navigate to Volumes](./media/shared/azure-netapp-files-navigate-to-volumes.png)
3535

3636
2. Select **+ Add volume** to create a volume.
37+
3738
The Create a Volume window appears.
3839

40+
:::image type="content" source="../media/azure-netapp-files/azure-netapp-files-new-volume.png" alt-text="Screenshot of create new volume interface." lightbox="../media/azure-netapp-files/azure-netapp-files-new-volume.png":::
41+
3942
3. In the Create a Volume window, select **Create** and provide information for the following fields under the Basics tab:
4043
* **Volume name**
4144
Specify the name for the volume that you are creating.

articles/azure-netapp-files/ransomware-configure.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 12/11/2025
8+
ms.date: 01/20/2026
99
ms.author: anfdocs
1010
ms.custom: references_regions
1111
---
@@ -71,7 +71,6 @@ Advanced ransomware protection's alert mechanisms enable you to stay vigilant in
7171
- UK South
7272
- UK West
7373
- West Europe
74-
- West India
7574
- West US
7675
- West US 2
7776
- West US 3
@@ -126,4 +125,4 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
126125
127126
1. Navigate to the volume for which you want to pause ransomware protection. Select Advanced Ransomware Protection under the Storage services menu in the sidebar.
128127
1. Select **Disable Ransomware Protection**.
129-
<!-- Confirm the status of your ransomware protection in the Volume overview? -->
128+
<!-- Confirm the status of your ransomware protection in the Volume overview? -->

articles/azure-resource-manager/bicep/bicep-core-diagnostics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ ms.custom:
77
- devx-track-bicep
88
- devx-track-arm-template
99
- build-2025
10-
ms.date: 01/15/2026
10+
ms.date: 01/16/2026
1111
---
1212

1313
# Bicep core diagnostics
1414

1515
If you need more information about a particular diagnostic code, select the **Feedback** button in the upper-right corner of the page and specify the code.
1616

17+
You can suppress Bicep diagnostic codes by using the `disable-next-line` directive. See [`disable-next-line`](./file.md#disable-next-line).
18+
1719
| Code | Level | Description |
1820
|------------|-------|-------------|
1921
| <a id='BCP001' />BCP001 | Error | The following token isn't recognized: `{token}`. |

0 commit comments

Comments
 (0)