Skip to content

Commit 25ee262

Browse files
authored
Merge pull request #110469 from athinanthny/patch-50
removed preview
2 parents 982a866 + 0a556d7 commit 25ee262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/how-to-managed-identity-service-fabric-app-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: article
66
ms.date: 10/09/2019
77
---
88

9-
# How to leverage a Service Fabric application's managed identity to access Azure services (preview)
9+
# How to leverage a Service Fabric application's managed identity to access Azure services
1010

1111
Service Fabric applications can leverage managed identities to access other Azure resources which support Azure Active Directory-based authentication. An application can obtain an [access token](../active-directory/develop/developer-glossary.md#access-token) representing its identity, which may be system-assigned or user-assigned, and use it as a 'bearer' token to authenticate itself to another service - also known as a [protected resource server](../active-directory/develop/developer-glossary.md#resource-server). The token represents the identity assigned to the Service Fabric application, and will only be issued to Azure resources (including SF applications) which share that identity. Refer to the [managed identity overview](../active-directory/managed-identities-azure-resources/overview.md) documentation for a detailed description of managed identities, as well as the distinction between system-assigned and user-assigned identities. We will refer to a managed-identity-enabled Service Fabric application as the [client application](../active-directory/develop/developer-glossary.md#client-application) throughout this article.
1212

@@ -377,4 +377,4 @@ See [Azure services that support Azure AD authentication](../active-directory/ma
377377
## Next steps
378378
* [Deploy an Azure Service Fabric application with a system-assigned managed identity](./how-to-deploy-service-fabric-application-system-assigned-managed-identity.md)
379379
* [Deploy an Azure Service Fabric application with a user-assigned managed identity](./how-to-deploy-service-fabric-application-user-assigned-managed-identity.md)
380-
* [Grant an Azure Service Fabric application access to other Azure resources](./how-to-grant-access-other-resources.md)
380+
* [Grant an Azure Service Fabric application access to other Azure resources](./how-to-grant-access-other-resources.md)

0 commit comments

Comments
 (0)