Skip to content

Commit 0b6f94e

Browse files
authored
Merge pull request #314245 from MicrosoftDocs/main
OOB Publish - 4/3 - 2:50 PM PDT
2 parents b38cf3a + 7eae82a commit 0b6f94e

326 files changed

Lines changed: 3147 additions & 1948 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.

.openpublishing.redirection.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,11 @@
516516
"redirect_url": "/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-billing",
517517
"redirect_document_id": false
518518
},
519+
{
520+
"source_path": "articles/azure-functions/durable/durable-task-scheduler/quickstart-work-item-filtering-durable-task.md",
521+
"redirect_url": "/azure/durable-task/scheduler/quickstart-work-item-filtering-durable-task",
522+
"redirect_document_id": false
523+
},
519524
{
520525
"source_path": "articles/azure-functions/durable/durable-functions-cloud-backup.md",
521526
"redirect_url": "/azure/azure-functions/durable/durable-functions-fan-in-fan-out",
@@ -531,6 +536,11 @@
531536
"redirect_url": "/azure/azure-functions/durable/durable-functions-human-interaction",
532537
"redirect_document_id": false
533538
},
539+
{
540+
"source_path": "articles/azure-functions/durable/tutorial-durable-text-analysis-azure-files.md",
541+
"redirect_url": "/azure/azure-functions/durable-functions/tutorial-durable-text-analysis-azure-files",
542+
"redirect_document_id": false
543+
},
534544
{
535545
"source_path": "articles/expressroute/expressroute-troubleshooting-arp-resource-manager.md",
536546
"redirect_url": "/troubleshoot/azure/expressroute/expressroute-troubleshooting-arp-resource-manager",
@@ -7572,6 +7582,6 @@
75727582
"source_path": "articles/certification/edge-secured-core-get-certified.md",
75737583
"redirect_url": "/azure/certification/requirements-edge-secured-core",
75747584
"redirect_document_id": false
7575-
},
7585+
}
75767586
]
75777587
}

articles/api-management/api-management-capacity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ Use capacity metrics for making decisions whether to scale an API Management ins
170170
+ Ignore sudden spikes that are most likely not related to an increase in load (see [Capacity metric behavior](#capacity-metric-behavior) section for explanation).
171171
+ As a general rule, upgrade or scale your instance when a capacity metric value exceeds **60% - 70%** for a long period of time (for example, 30 minutes). Different values may work better for your service or scenario.
172172
+ If your instance or workspace gateway is configured with only 1 unit, upgrade or scale it when a capacity metric value exceeds **40%** for a long period. This recommendation is based on the need to reserve capacity for guest OS updates in the underlying service platform.
173-
+ Use [available diagnostics](monitor-api-management.md) to monitor the response times of API calls. Consider adjusting scaling thresholds if you notice degraded response times with increasing value of capacity metric.
173+
+ Use [available diagnostics](monitor-api-management.md) to monitor the response times of API calls. Consider adjusting scaling thresholds if you notice degraded response times with increasing value of capacity metric.
174+
+ For classic tiers, discard the most recent 1‑minute data point when reading raw Azure API Management capacity metrics because the derived value can be invalid if source data isn’t available at aggregation time; do not base operational or scaling decisions on 1‑minute values — for autoscaling use average aggregation windows of 30 minutes or longer, evaluate sustained conditions before scaling, and annotate dashboards to exclude the final 1‑minute point so trends reflect reliable data.
174175

175176
> [!TIP]
176177
> If you are able to estimate your traffic beforehand, test your API Management instance or workspace gateway on workloads you expect. You can increase the request load gradually and monitor the value of the capacity metric that corresponds to your peak load. Follow the steps from the previous section to use Azure portal to understand how much capacity is used at any given time.

articles/automation/automation-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Provides a serverless, event-driven compute platform for automation that allows
155155

156156
- You can use a variety of languages to write functions in a language of your choice, such as C#, Java, JavaScript, PowerShell, or Python, and focus on specific pieces of code. Functions runtime is an open source.
157157
- You can choose the hosting plan according to your function app scaling requirements, functionality, and resources required.
158-
- You can orchestrate complex workflows through [durable functions](../azure-functions/durable/durable-functions-overview.md?tabs=csharp).
158+
- You can orchestrate complex workflows through [durable functions](../azure-functions/durable-functions/durable-functions-overview.md?tabs=csharp).
159159
- You should avoid large and long-running functions that can cause unexpected timeout issues. [Learn more](../azure-functions/functions-best-practices.md?tabs=csharp#write-robust-functions).
160160
- When you write PowerShell scripts within the Function Apps, you must tweak the scripts to define how the function behaves, such as how it's triggered and its input and output parameters. [Learn more](../azure-functions/functions-reference-powershell.md?tabs=portal).
161161

@@ -197,7 +197,7 @@ Provides a serverless, event-driven compute platform for automation that allows
197197

198198
- You can use a variety of languages to write functions in a language of your choice, such as C#, Java, JavaScript, PowerShell, or Python, and focus on specific pieces of code. Functions runtime is an open source.
199199
- You can choose the hosting plan according to your function app scaling requirements, functionality, and resources required.
200-
- You can orchestrate complex workflows through [durable functions](../azure-functions/durable/durable-functions-overview.md?tabs=csharp).
200+
- You can orchestrate complex workflows through [durable functions](../azure-functions/durable-functions/durable-functions-overview.md?tabs=csharp).
201201
- You should avoid large and long-running functions that can cause unexpected timeout issues. [Learn more](../azure-functions/functions-best-practices.md?tabs=csharp#write-robust-functions).
202202
- When you write PowerShell scripts within Function Apps, you must tweak the scripts to define how the function behaves, such as how it's triggered and its input and output parameters. [Learn more](../azure-functions/functions-reference-powershell.md?tabs=portal).
203203

0 commit comments

Comments
 (0)