Skip to content

Commit da902d6

Browse files
Merge pull request #265528 from apatrush/apatrush-update-sf-doc
Add subscription transfer questions to Service Fabric FAQ
2 parents 3f2f6c5 + 0b95121 commit da902d6

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

articles/role-based-access-control/transfer-subscription.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Several Azure resources have a dependency on a subscription or a directory. Depe
8282
| App registrations | Yes | Yes | | |
8383
| Microsoft Dev Box | Yes | No | | You cannot transfer a dev box and its associated resources to a different directory. Once a subscription moves to another tenant, you will not be able to perform any actions on your dev box |
8484
| Azure Deployment Environments | Yes | No | | You cannot transfer an environment and its associated resources to a different directory. Once a subscription moves to another tenant, you will not be able to perform any actions on your environment |
85+
| Azure Service Fabric | Yes | No | | You must re-create the cluster. For more information, see [SF Clusters FAQ](../service-fabric/service-fabric-common-questions.md) or [SF Managed Clusters FAQ](../service-fabric/faq-managed-cluster.yml) |
8586
| Azure Service Bus | Yes | Yes | |You must delete, re-create, and attach the managed identities to the appropriate resource. You must re-create the role assignments. |
8687
| Azure Synapse Analytics Workspace | Yes | Yes | | You must update the tenant ID associated with the Synapse Analytics Workspace. If the workspace is associated with a Git repository, you must update the [workspace's Git configuration](../synapse-analytics/cicd/source-control.md#switch-to-a-different-git-repository). For more information, see [Recovering Synapse Analytics workspace after transferring a subscription to a different Microsoft Entra directory (tenant)](../synapse-analytics/how-to-recover-workspace-after-tenant-move.md). |
8788

articles/service-fabric/faq-managed-cluster.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,26 @@ sections:
6767
answer: |
6868
No. At this time you would need to create a new Service Fabric managed cluster resource.
6969
70+
- question: |
71+
Can I transfer my subscription to a different Microsoft Entra tenant?
72+
answer: |
73+
No. At this time you would need to create a new Service Fabric managed cluster resource after the subscription has been transferred to a different Microsoft Entra tenant.
74+
75+
- question: |
76+
Can I move/migrate my cluster between Microsoft Entra tenants?
77+
answer: |
78+
No. At this time you would need to create a new Service Fabric managed cluster resource under the new tenant.
79+
80+
- question: |
81+
Can I move/migrate my cluster between subscriptions?
82+
answer: |
83+
No. At this time you would need to create a new Service Fabric managed cluster resource under the new subscription.
84+
85+
- question: |
86+
Can I move/migrate my cluster or cluster resources to other resource groups or rename them?
87+
answer: |
88+
No. At this time you would need to create a new Service Fabric managed cluster resource under the new resource group/name.
89+
7090
- question: |
7191
I want to enable IPv6, is that possible?
7292
answer: |

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,18 @@ 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 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.
132+
133+
### Can I move/migrate my cluster between Microsoft Entra tenants?
134+
No. At this time you would need to create a new Service Fabric cluster resource under the new tenant.
135+
136+
### Can I move/migrate my cluster between subscriptions?
137+
No. At this time you would need to create a new Service Fabric cluster resource under the new subscription.
138+
139+
### Can I move/migrate my cluster or cluster resources to other resource groups or rename them?
140+
No. At this time you would need to create a new Service Fabric cluster resource under the new resource group/name.
141+
130142
## Application Design
131143

132144
### What's the best way to query data across partitions of a Reliable Collection?
@@ -188,4 +200,4 @@ Follow the [Service Fabric blog](https://techcommunity.microsoft.com/t5/azure-se
188200

189201
## Next steps
190202

191-
Learn about [Service Fabric runtime concepts and best practices](/shows/building-microservices-applications-on-azure-service-fabric/run-time-concepts)
203+
Learn about [Service Fabric runtime concepts and best practices](/shows/building-microservices-applications-on-azure-service-fabric/run-time-concepts)

0 commit comments

Comments
 (0)