Skip to content

Commit 5c6344e

Browse files
committed
Updating various SF documents to include warnings for managed cluster configuration
1 parent c8ed8a6 commit 5c6344e

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ metadata:
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

14-
1514
sections:
1615
- name: General
1716
questions:
@@ -127,6 +126,10 @@ sections:
127126
answer: |
128127
Connecting to a Service Fabric Explorer (SFX) endpoint on a managed cluster will result in a certificate error 'NET::ERR_CERT_AUTHORITY_INVALID' regardless of certificate being used or cluster configuration. This is because the cluster nodes are using the managed 'cluster' certificate when binding FabricGateway (19000) and FabricHttpGateway (19080) TCP ports and is by design.
129128
129+
- question: |
130+
Can I manually make changes to a managed cluster's resources?
131+
answer: |
132+
No, manually making changes to a managed cluster's resource isn't supported.
130133
131134
- name: Applications
132135
questions:

articles/service-fabric/how-to-managed-cluster-configuration.md

Lines changed: 4 additions & 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 cluster configuration options
@@ -29,6 +29,9 @@ In addition to selecting the [Service Fabric managed cluster SKU](overview-manag
2929
* Configure [Dedicated Hosts](how-to-managed-cluster-dedicated-hosts.md) with managed cluster
3030
* Use [Ephemeral OS disks](how-to-managed-cluster-ephemeral-os-disks.md) for node types in managed cluster
3131

32+
> [!IMPORTANT]
33+
> Manually making changes to the resources in a managed cluster isn't supported.
34+
3235
## Next steps
3336

3437
[Service Fabric managed clusters overview](overview-managed-cluster.md)

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: ashank
66
author: ashank
77
ms.service: service-fabric
88
services: service-fabric
9-
ms.date: 05/31/2023
9+
ms.date: 03/12/2024
1010
---
1111

1212
# (Preview) Introduction to MaintenanceControl on Service Fabric managed clusters
@@ -25,10 +25,6 @@ as per their needs. All background maintenance operations will be allowed to exe
2525
* Maintenance window configuration needs to be defined only for the Service Fabric managed cluster resource
2626
* The minimum supported window size is 5 hours
2727

28-
>[!NOTE]
29-
>* This should only be enabled in the listed regions. In all other regions, configuring this will not have any impact on the maintenance operations. There is work underway to block creation of maintenance configuration for SFMC, where it is not supported right now.
30-
>* Supported Regions: eastus, eastus2, westus, westus2, westus3, southcentralus, centralus, westeurope, northeurope, ukwest, uksouth, australiaeast, australiasoutheast, northcentralus, eastasia, southeastasia, japaneast, japanwest, southindia, westindia, centralindia, brazilsouth, koreacentral, koreasouth, centralcanada, eastcanada, francecentral, francesouth, australiacentral, australiacentral2, southafricawest, southafricanorth, uaecentral, uaenorth, switzerlandwest, switzerlandnorth, germanynorth, germanywestcentral, norwayeast, norwaywest, brazilsoutheast, jioindiawest, jioindiacentral, swedensouth, swedencentral, qatarcentral, polandcentral
31-
3228
## How does MaintenanceControl work for SFMC
3329
* 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)
3430
* Using this maintenance configuration, an assignment resource is created to assign the maintenance configuration to the SFMC cluster resource.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ There is no additional cost for Service Fabric managed clusters beyond the cost
5454
> [!NOTE]
5555
> There is no migration path from existing Service Fabric clusters to managed clusters. You will need to create a new Service Fabric managed cluster to use this new resource type.
5656
57+
> [!IMPORTANT]
58+
> Manually making changes to the resources in a managed cluster isn't supported.
59+
5760
## Service Fabric managed cluster SKUs
5861

5962
Service Fabric managed clusters are available in both Basic and Standard SKUs.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ This command may take a few minutes to complete.
105105

106106
Once the deployment completes, find the Service Fabric Explorer value in the Service Fabric managed cluster resource overview page in Portal. When prompted for a certificate, use the certificate for which the client thumbprint was provided in the PowerShell command.
107107

108+
> [!IMPORTANT]
109+
> Manually making changes to the resources in a managed cluster isn't supported.
110+
108111
## Next steps
109112

110113
In this step we created and deployed our first Service Fabric managed cluster. To learn more about how to scale a cluster, see:

0 commit comments

Comments
 (0)