Skip to content

Commit 790d32b

Browse files
committed
fix warnings
Signed-off-by: Hannah Hunter <[email protected]>
1 parent f7212ad commit 790d32b

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

articles/azure-functions/durable/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
href: what-is-durable-task.md
88
- name: Choose your hosting model
99
href: choose-orchestration-framework.md
10+
- name: About Durable Functions
11+
href: durable-functions-overview.md
12+
- name: About the Durable Task SDKs
13+
href: ./durable-task-scheduler/durable-task-overview.md
1014
- name: Quickstarts
1115
items:
1216
- name: Durable Functions
@@ -87,8 +91,6 @@
8791
items:
8892
- name: Overview
8993
items:
90-
- name: About Durable Functions
91-
href: durable-functions-overview.md
9294
- name: About Azure Functions
9395
href: ../functions-overview.md?toc=/azure/azure-functions/durable/toc.json
9496
- name: Versions
@@ -229,8 +231,6 @@
229231
href: https://azure.microsoft.com/updates/?product=functions&updatetype=&platform=
230232
- name: Durable Task SDKs
231233
items:
232-
- name: About the Durable Task SDKs
233-
href: ./durable-task-scheduler/durable-task-overview.md
234234
- name: Tutorials
235235
items:
236236
- name: Configure autoscale for Azure Container Apps hosting

articles/azure-functions/durable/durable-functions-http-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ At runtime, the configured token source automatically returns an OAuth 2.0 acces
543543

544544
You can find a more complete example in the [precompiled C# RestartVMs sample](https://github.com/Azure/azure-functions-durable-extension/blob/dev/samples/precompiled/RestartVMs.cs).
545545

546-
Managed identities aren't limited to Azure resource management. You can use managed identities to access any API that accepts Microsoft Entra bearer tokens, including Azure services from Microsoft and web apps from partners. A partner's web app can even be another function app. For a list of Azure services from Microsoft that support authentication with Microsoft Entra ID, see [Azure services that support Microsoft Entra authentication](/entra/identity/managed-identities-azure-resources/services-support-managed-identities#azure-services-that-support-microsoft-entra-authentication).
546+
Managed identities aren't limited to Azure resource management. You can use managed identities to access any API that accepts Microsoft Entra bearer tokens, including Azure services from Microsoft and web apps from partners. A partner's web app can even be another function app. For a list of Azure services from Microsoft that support authentication with Microsoft Entra ID, see [Azure services that support Microsoft Entra authentication](/entra/identity/managed-identities-azure-resources/managed-identities-status#services-supporting-managed-identities).
547547

548548
### Limitations
549549

articles/azure-functions/durable/durable-task-scheduler/includes/function-app-integrated-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 03/19/2025
77

88
1. Navigate to the Function app creation blade.
99

10-
:::image type="content" source="../media/create-durable-task-scheduler/function-app-hosted-app-service.png" alt-text="Screenshot of hosting models for Function apps.":::
10+
:::image type="content" source="../media/create-durable-task-scheduler/function-app-hosted-app-service.png" alt-text="Screenshot of hosting options for Function apps.":::
1111

1212
1. In the **Create Function App (Flex Consumption)** blade, fill in the information in the **Basics** tab.
1313

redirects/.openpublishing.redirection.azure-functions.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@
105105
"redirect_url": "/azure/azure-functions/durable/durable-functions-perf-and-scale",
106106
"redirect_document_id": false
107107
},
108-
{
109-
"source_path_from_root": "/articles/azure-functions/durable/durable-functions-overview.md",
110-
"redirect_url": "/azure/azure-functions/durable/what-is-durable-task",
111-
"redirect_document_id": false
112-
},
113108
{
114109
"source_path_from_root": "/articles/azure-functions/durable/durable-task-scheduler/choose-orchestration-framework.md",
115110
"redirect_url": "/azure/azure-functions/durable/choose-orchestration-framework",

0 commit comments

Comments
 (0)