Skip to content

Commit e729d81

Browse files
authored
Update AAD to MS tenant
1 parent abfe17a commit e729d81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-fabric/service-fabric-common-questions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ The following are means for your application to obtain credentials for authentic
127127
A. During your applications build/packing job, you can pull a certificate into your SF app's data package, and use this to authenticate to Key Vault.
128128
B. For virtual machine scale set MSI enabled hosts, you can develop a simple PowerShell SetupEntryPoint for your SF app to get [an access token from the MSI endpoint](../active-directory/managed-identities-azure-resources/how-to-use-vm-token.md), and then [retrieve your secrets from Key Vault](/powershell/module/azurerm.keyvault/get-azurekeyvaultsecret).
129129

130-
### Can I transfer my subscription to a different AAD tenant?
131-
No. At this time you would need to create a new Service Fabric cluster resource after the subscription has been transferred to a different AAD tenant.
130+
### Can I transfer my subscription to a different Microsoft Entra tenant?
131+
No. At this time you would need to create a new Service Fabric cluster resource after the subscription has been transferred to a different Microsoft Entra tenant.
132132

133-
### Can I move/migrate my cluster between Azure tenants?
133+
### Can I move/migrate my cluster between Microsoft Entra tenants?
134134
No. At this time you would need to create a new Service Fabric cluster resource under the new tenant.
135135

136136
### Can I move/migrate my cluster between subscriptions?

0 commit comments

Comments
 (0)