Skip to content

Commit 05ef495

Browse files
authored
Merge pull request #110475 from mike-urnun-msft/patch-126
(Azure CXP) resolves #51471
2 parents 1db885a + ab95aea commit 05ef495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ At runtime, the configured token source automatically returns an OAuth 2.0 acces
227227
* Tokens are never stored in the durable orchestration state.
228228
* You don't need to write any code to manage token acquisition.
229229

230-
You can find a more complete example in the [precompiled C# RestartVMs sample](https://github.com/Azure/azure-functions-durable-extension/blob/v2/samples/v2/precompiled/RestartVMs.cs).
230+
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).
231231

232232
Managed identities aren't limited to Azure resource management. You can use managed identities to access any API that accepts Azure AD 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 Azure AD, see [Azure services that support Azure AD authentication](../../active-directory/managed-identities-azure-resources/services-support-managed-identities.md#azure-services-that-support-azure-ad-authentication).
233233

0 commit comments

Comments
 (0)