You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/faq-managed-cluster.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ metadata:
6
6
ms.author: micraft
7
7
author: craftyhouse
8
8
ms.service: service-fabric
9
-
ms.date: 8/23/2021
9
+
ms.date: 2/14/2022
10
10
ms.custom: references_regions
11
11
12
12
title: Service Fabric managed clusters frequently asked questions
@@ -61,27 +61,27 @@ sections:
61
61
- question: |
62
62
I want to have an internal-only load balancer, is that possible?
63
63
answer: |
64
-
This is supported with the 2021-07-01-preview release. See [Configure network settings for Service Fabric managed clusters](./how-to-managed-cluster-networking.md#byolb)
64
+
Yes, you can configure internal-only load balancer. See [Configure network settings for Service Fabric managed clusters](./how-to-managed-cluster-networking.md#byolb)
65
65
66
66
- question: |
67
-
Can I change the Azure AD tenant after initial deployment?
67
+
Can I change the Azure AD tenant after initial deployment?
68
68
answer: |
69
69
No. At this time you would need to create a new Service Fabric managed cluster resource.
70
70
71
71
- question: |
72
72
I want to enable IPv6, is that possible?
73
73
answer: |
74
-
This is supported with the 2021-07-01-preview release. See [Configure network settings for Service Fabric managed clusters](./how-to-managed-cluster-networking.md#ipv6)
74
+
Yes, see [Configure network settings for Service Fabric managed clusters](./how-to-managed-cluster-networking.md#ipv6)
75
75
76
76
- question: |
77
77
I want to use an existing VNet for a Service Fabric managed cluster, can I do that?
78
78
answer: |
79
-
This is supported with the 2021-07-01-preview release. See [Configure network settings for Service Fabric managed clusters](./how-to-managed-cluster-networking.md#byolb)
79
+
Yes, see [Configure network settings for Service Fabric managed clusters](./how-to-managed-cluster-networking.md#byolb)
80
80
81
81
- question: |
82
82
Can I autoscale my cluster?
83
83
answer: |
84
-
Autoscaling is [available](./how-to-managed-cluster-autoscale.md)
84
+
Yes, you can enable [autoscaling](./how-to-managed-cluster-autoscale.md)
85
85
86
86
- question: |
87
87
Can I deploy my cluster across availability zones?
Copy file name to clipboardExpand all lines: articles/service-fabric/how-to-managed-cluster-autoscale.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
title: Configure autoscaling for Service Fabric managed cluster nodes
3
3
description: Learn how to configure autoscaling policies on Service Fabric managed cluster.
4
4
ms.topic: how-to
5
-
ms.date: 10/25/2021
5
+
ms.date: 2/14/2022
6
6
---
7
7
8
-
# Introduction to Autoscaling on Service Fabric managed clusters (preview)
8
+
# Introduction to Autoscaling on Service Fabric managed clusters
9
9
[Autoscaling](../azure-monitor/autoscale/autoscale-overview.md) gives great elasticity and enables addition or reduction of nodes on demand on a secondary node type. This automated and elastic behavior reduces the management overhead and potential business impact by monitoring and optimizing the amount of nodes servicing your workload. You configure rules for your workload and let autoscaling handle the rest. When those defined thresholds are met, autoscale rules take action to adjust the capacity of your node type. Autoscaling can be enabled, disabled, or configured at any time. This article provides an example deployment, how to enable or disable autoscaling, and how to configure an example autoscale policy.
10
10
11
11
12
12
**Requirements and supported metrics:**
13
-
*In order to use autoscaling on managed clusters, you need to be using API version `2021-07-01-preview` or later.
13
+
*The Service Fabric managed cluster resource apiVersion should be **2022-01-01** or later.
14
14
* The cluster SKU must be Standard.
15
15
* Can only be configured on a secondary node type in your cluster.
16
16
* After enabling autoscale for a node type, configure `vmInstanceCount` property to `-1` when redeploying the resource.
@@ -134,7 +134,7 @@ The following example will set a policy for `nodeType2Name` to be at least 3 nod
Copy file name to clipboardExpand all lines: articles/service-fabric/how-to-managed-cluster-enable-disk-encryption.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
title: Enable Disk Encryption for Service Fabric managed cluster nodes
3
3
description: Learn how to enable disk encryption for Azure Service Fabric managed cluster nodes in Windows using an ARM template.
4
4
ms.topic: how-to
5
-
ms.date: 11/8/2021
5
+
ms.date: 2/14/2022
6
6
ms.custom: devx-track-azurepowershell
7
7
---
8
8
# Enable disk encryption for Service Fabric managed cluster nodes
9
9
10
10
Service Fabric managed clusters support two disk encryption options to help safeguard your data to meet your organizational security and compliance commitments. The recommended option is Encryption at host, but also supports Azure Disk Encryption. Review the [disk encryption options](../virtual-machines/disk-encryption-overview.md) and make sure the selected option meets your needs.
11
11
12
12
13
-
## Enable encryption at host (preview)
13
+
## Enable encryption at host
14
14
15
15
This encryption method improves on [Azure Disk Encryption](how-to-managed-cluster-enable-disk-encryption.md) by supporting all OS types and images, including custom images, for your VMs by encrypting data in the Azure Storage service. This method does not use your VMs CPU nor does it impact your VMs performance enabling workloads to use all of the available VMs SKU resources.
Copy file name to clipboardExpand all lines: articles/service-fabric/how-to-managed-cluster-managed-disk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Select managed disk types for Service Fabric managed cluster nodes
3
3
description: Learn how to select managed disk types for Service Fabric managed cluster nodes and configure in an ARM template.
4
4
ms.topic: how-to
5
-
ms.date: 11/19/2021
5
+
ms.date: 2/14/2022
6
6
---
7
7
8
8
# Select managed disk types for Service Fabric managed cluster nodes
@@ -24,7 +24,7 @@ Azure Service Fabric manged clusters support the following managed disk types:
24
24
* Premium SSD locally redundant storage. Best for production and performance sensitive workloads.
25
25
26
26
>[!NOTE]
27
-
> Any temp disk associated with VM Size will *not* be used for storing any Service Fabric or application related data
27
+
> Any temp disk associated with VM Size will *not* be used for storing any Service Fabric or application related data by default. [Stateless node types](how-to-managed-cluster-stateless-node-type.md) do support temp disks if required.
28
28
29
29
## Specifying a Service Fabric managed cluster disk type
Copy file name to clipboardExpand all lines: articles/service-fabric/how-to-managed-cluster-modify-node-type.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Configure or modify a Service Fabric managed cluster node type
3
3
description: This article walks through how to modify a managed cluster node type
4
4
ms.topic: how-to
5
-
ms.date: 12/10/2021
5
+
ms.date: 2/14/2022
6
6
---
7
7
8
8
# Service Fabric managed cluster node types
@@ -192,15 +192,15 @@ You can choose to enable automatic OS image upgrades to the virtual machines run
192
192
193
193
To enable automatic OS upgrades:
194
194
195
-
* Use the`2021-05-01`(or later) version of *Microsoft.ServiceFabric/managedclusters* and *Microsoft.ServiceFabric/managedclusters/nodetypes* resources
195
+
* Use apiVersion`2021-05-01` or later version of *Microsoft.ServiceFabric/managedclusters* and *Microsoft.ServiceFabric/managedclusters/nodetypes* resources
196
196
* Set the cluster's property `enableAutoOSUpgrade` to *true*
197
197
* Set the cluster nodeTypes' resource property `vmImageVersion` to *latest*
@@ -339,7 +339,7 @@ Service Fabric managed cluster does not support in-place modification of the VM
339
339
*[Delete old node type via portal or PowerShell](how-to-managed-cluster-modify-node-type.md#remove-a-node-type). To remove a primary node type you will have to use PowerShell.
340
340
341
341
342
-
## Configure multiple managed disks (preview)
342
+
## Configure multiple managed disks
343
343
Service Fabric managed clusters by default configure one managed disk. By configuring the following optional property and values, you can add more managed disks to node types within a cluster. You are able to specify the drive letter, disk type, and size per disk.
344
344
345
345
Configure more managed disks by declaring `additionalDataDisks` property and required parameters in your Resource Manager template as follows:
@@ -348,7 +348,7 @@ Configure more managed disks by declaring `additionalDataDisks` property and req
348
348
* Lun must be unique per disk and can not use reserved lun 0
349
349
* Disk letter cannot use reserved letters C or D and cannot be modified once created. S will be used as default if not specified.
350
350
* Must specify a [supported disk type](how-to-managed-cluster-managed-disk.md)
351
-
* The Service Fabric managed cluster resource apiVersion must be **2021-11-01-preview** or later.
351
+
* The Service Fabric managed cluster resource apiVersion should be **2022-01-01** or later.
352
352
353
353
```json
354
354
{
@@ -369,12 +369,12 @@ Configure more managed disks by declaring `additionalDataDisks` property and req
369
369
370
370
See [full list of parameters available](/azure/templates/microsoft.servicefabric/2021-11-01-preview/managedclusters)
371
371
372
-
## Configure the Service Fabric data disk drive letter (preview)
372
+
## Configure the Service Fabric data disk drive letter
373
373
Service Fabric managed clusters by default configure a Service Fabric data disk and automatically configure the drive letter on all nodes of a node type. By configuring this optional property and value, you can specify and retrieve the Service Fabric data disk letter if you have specific requirements for drive letter mapping.
374
374
375
375
**Feature Requirements**
376
376
* Disk letter cannot use reserved letters C or D and cannot be modified once created. S will be used as default if not specified.
377
-
* The Service Fabric managed cluster resource apiVersion must be **2021-11-01-preview** or later.
377
+
* The Service Fabric managed cluster resource apiVersion should be **2022-01-01** or later.
0 commit comments