Skip to content

Commit 189b583

Browse files
committed
acrolinx
1 parent 5c6344e commit 189b583

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: tomvcassidy
88
ms.service: service-fabric
99
services: service-fabric
10-
ms.date: 07/11/2022
10+
ms.date: 03/12/2024
1111
title: Service Fabric managed clusters frequently asked questions
1212
summary: Here are some frequently asked questions (FAQs) and answers for Service Fabric managed clusters.
1313

@@ -27,20 +27,20 @@ sections:
2727
- question: |
2828
Can I do an in-place migration of my existing Service Fabric cluster to a managed cluster resource?
2929
answer: |
30-
No. You will need to create a new Service Fabric cluster resource to use the new Service Fabric managed cluster resource type.
30+
No, you need to create a new Service Fabric cluster resource to use the new Service Fabric managed cluster resource type.
3131
3232
- question: |
3333
Is there an additional cost for Service Fabric managed clusters?
3434
answer: |
35-
No. There is no additional cost associated with a Service Fabric managed cluster beyond the cost of the underlying compute, storage, and networking resources that are required for the cluster.
35+
No, there's no additional cost associated with a Service Fabric managed cluster beyond the cost of the underlying compute, storage, and networking resources that are required for the cluster.
3636
3737
- question: |
3838
Is there a new SLA introduced by the Service Fabric managed cluster resource?
3939
answer: |
4040
The SLA doesn't change from the current Service Fabric resource model.
4141
4242
- question: |
43-
What is the difference between a Basic, and Standard SKU cluster?
43+
What's the difference between a Basic, and Standard SKU cluster?
4444
answer: |
4545
Basic SKU clusters are intended to be used for testing and pre production environments with support for minimal configuration change. A Standard SKU cluster allows users to configure the cluster to specifically meet their needs. For more information, see [Service Fabric managed cluster SKUs](./overview-managed-cluster.md#service-fabric-managed-cluster-skus).
4646
@@ -64,27 +64,27 @@ sections:
6464
- question: |
6565
Can I change the Microsoft Entra tenant after initial deployment?
6666
answer: |
67-
No. At this time you would need to create a new Service Fabric managed cluster resource.
67+
No, you need to create a new Service Fabric managed cluster resource.
6868
6969
- question: |
7070
Can I transfer my subscription to a different Microsoft Entra tenant?
7171
answer: |
72-
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.
72+
No, you need to create a new Service Fabric managed cluster resource after the subscription has been transferred to a different Microsoft Entra tenant.
7373
7474
- question: |
7575
Can I move/migrate my cluster between Microsoft Entra tenants?
7676
answer: |
77-
No. At this time you would need to create a new Service Fabric managed cluster resource under the new tenant.
77+
No, you need to create a new Service Fabric managed cluster resource under the new tenant.
7878
7979
- question: |
8080
Can I move/migrate my cluster between subscriptions?
8181
answer: |
82-
No. At this time you would need to create a new Service Fabric managed cluster resource under the new subscription.
82+
No, you need to create a new Service Fabric managed cluster resource under the new subscription.
8383
8484
- question: |
8585
Can I move/migrate my cluster or cluster resources to other resource groups or rename them?
8686
answer: |
87-
No. At this time you would need to create a new Service Fabric managed cluster resource under the new resource group/name.
87+
No, you need to create a new Service Fabric managed cluster resource under the new resource group/name.
8888
8989
- question: |
9090
I want to enable IPv6, is that possible?

articles/service-fabric/how-to-managed-cluster-maintenance-control.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Configure maintenance control for Service Fabric managed cluster
33
description: Learn how to configure maintenance control for Service Fabric managed cluster
44
ms.topic: how-to
5-
ms.author: ashank
6-
author: ashank
5+
ms.author: tomcassidy
6+
author: tomvcassidy
77
ms.service: service-fabric
88
services: service-fabric
99
ms.date: 03/12/2024
@@ -13,7 +13,7 @@ ms.date: 03/12/2024
1313
Service Fabric managed clusters have multiple background operations that are necessary to the keep all the cluster updated, thus ensuring security and reliability. Even though these operations are critical, but executing in the background can result in the service replica to move to a different node. This failover results in
1414
undesired and unnecessary interruptions, if the maintenance operation executes during the peak business hours. With the support for MaintenanceControl in Service Fabric managed clusters, customers would be able to define a recurring (daily, weekly, monthly) and custom maintenance window for their SFMC cluster resource,
1515
as per their needs. All background maintenance operations will be allowed to execute only during this maintenance window. MaintenanceControl is applicable to these background operations:
16-
* Automatic OSUpgrade
16+
* Automatic OS Upgrade
1717
* Automatic extension upgrade
1818
* Automatic SF runtime version updates
1919
* Automatic cluster certificate update
@@ -27,7 +27,7 @@ as per their needs. All background maintenance operations will be allowed to exe
2727

2828
## How does MaintenanceControl work for SFMC
2929
* Customers need to define a maintenance configuration that contains the schedule and the recurrence rule for the maintenance window, by creating a maintenance configuration resource with the maintenance RP. [More details](../virtual-machines/maintenance-and-updates.md)
30-
* Using this maintenance configuration, an assignment resource is created to assign the maintenance configuration to the SFMC cluster resource.
30+
* With this maintenance configuration, an assignment resource is created to assign the maintenance configuration to the SFMC cluster resource.
3131
* on the creation of the assignment resource, the maintenance RP notifies the ServiceFabric RP about the link and maintenance control is then enabled on the SFMC cluster. All background maintenance operations are blocked outside the maintenance window.
3232
* Whenever the maintenance window is activated as per the schedule in the maintenance configuration, the maintenance RP notifies the ServiceFabric RP that activates the maintenance window on corresponding SFMC cluster. All background operations are allowed to execute during this window.
3333

articles/service-fabric/overview-managed-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: tomcassidy
66
author: tomvcassidy
77
ms.service: service-fabric
88
services: service-fabric
9-
ms.date: 07/11/2022
9+
ms.date: 03/12/2024
1010
---
1111

1212
# Service Fabric managed clusters

articles/service-fabric/tutorial-managed-cluster-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: tomcassidy
66
author: tomvcassidy
77
ms.service: service-fabric
88
services: service-fabric
9-
ms.date: 07/14/2022
9+
ms.date: 03/12/2024
1010
---
1111

1212
# Tutorial: Deploy a Service Fabric managed cluster

0 commit comments

Comments
 (0)