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/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-dedicated-sku.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Currently, you're limited to 25 task hubs when using the Dedicated SKU. For more
75
75
76
76
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.
| 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
85
85
86
86
A large enterprise runs 500 million complex orchestrations monthly, with an average of 15 actions per orchestration (multiple activities with orchestrator coordination).
| 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
95
95
96
96
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).
| 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
122
122
123
123
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.
124
124
125
-
|| Calculation | Result |
125
+
|Activity| Calculation | Result |
126
126
| - | ----------- | ------ |
127
127
| Monthly actions | 10,000 × 3 | 30,000 actions |
128
128
| Cost | 30,000 × $0.003 |**$90/month**|
@@ -131,7 +131,7 @@ A development team is testing simple orchestrations, each with three actions (us
131
131
132
132
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.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-create-volumes-smb.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,11 @@ Before creating an SMB volume, you need to create an Active Directory connection
34
34

35
35
36
36
2. Select **+ Add volume** to create a volume.
37
+
37
38
The Create a Volume window appears.
38
39
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
+
39
42
3. In the Create a Volume window, select **Create** and provide information for the following fields under the Basics tab:
40
43
***Volume name**
41
44
Specify the name for the volume that you are creating.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/ransomware-configure.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-ahibbard
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 12/11/2025
8
+
ms.date: 01/20/2026
9
9
ms.author: anfdocs
10
10
ms.custom: references_regions
11
11
---
@@ -71,7 +71,6 @@ Advanced ransomware protection's alert mechanisms enable you to stay vigilant in
71
71
- UK South
72
72
- UK West
73
73
- West Europe
74
-
- West India
75
74
- West US
76
75
- West US 2
77
76
- West US 3
@@ -126,4 +125,4 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
126
125
127
126
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.
128
127
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? -->
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-core-diagnostics.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@ ms.custom:
7
7
- devx-track-bicep
8
8
- devx-track-arm-template
9
9
- build-2025
10
-
ms.date: 01/15/2026
10
+
ms.date: 01/16/2026
11
11
---
12
12
13
13
# Bicep core diagnostics
14
14
15
15
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.
16
16
17
+
You can suppress Bicep diagnostic codes by using the `disable-next-line` directive. See [`disable-next-line`](./file.md#disable-next-line).
18
+
17
19
| Code | Level | Description |
18
20
|------------|-------|-------------|
19
21
| <aid='BCP001' />BCP001 | Error | The following token isn't recognized: `{token}`. |
0 commit comments