Skip to content

Commit 3b9e2c2

Browse files
authored
Merge pull request #120511 from abatishchev/patch-3
Removed acronym MITS from article about Managed Identities with Service Fabric
2 parents fb8b376 + 97666ef commit 3b9e2c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/service-fabric/how-to-managed-cluster-application-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Sample managed cluster templates are available here: [Service Fabric managed clu
2727
When a Service Fabric application is configured with [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md) and deployed to the cluster it will trigger automatic configuration of the *Managed Identity Token Service* on the Service Fabric managed cluster. This service is responsible for the authentication of Service Fabric applications using their managed identities, and for obtaining access tokens on their behalf. Once the service is enabled, you can see it in Service Fabric Explorer under the **System** section in the left pane, running under the name **fabric:/System/ManagedIdentityTokenService**.
2828

2929
>[!NOTE]
30-
>The first time an application is deployed with Managed Identities you should expect to see a one-time longer deployment due to the automatic cluster configuration change. You should expect this to take from 15 minutes for a zonal cluster to 45 minutes for a zone-spanning cluster. If there are any other deployments in flight, MITS configuration will wait for those to complete first.
30+
>The first time an application is deployed with Managed Identities you should expect to see a one-time longer deployment due to the automatic cluster configuration change. You should expect this to take from 15 minutes for a zonal cluster to 45 minutes for a zone-spanning cluster. If there are any other deployments in flight, the Managed Identity configuration will have to wait for those to complete first.
3131
3232
Application resource supports assignment of both SystemAssigned or UserAssigned and assignment can be done as shown in below snippet.
3333

articles/service-fabric/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@
898898
href: how-to-deploy-service-fabric-application-system-assigned-managed-identity.md
899899
- name: How to deploy application with a user-assigned managed identity
900900
href: how-to-deploy-service-fabric-application-user-assigned-managed-identity.md
901-
- name: Use MITS with Service Fabric application code
901+
- name: Use Managed Identity with Service Fabric application code
902902
href: how-to-managed-identity-service-fabric-app-code.md
903903
- name: Grant access to other Azure resources
904904
href: how-to-grant-access-other-resources.md

0 commit comments

Comments
 (0)