This commit is contained in:
Peter Pogorski 2021-02-17 17:16:58 -08:00
Родитель 2c3e9a4e0e
Коммит a3c8f13389
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# Microsoft Azure Service Fabric managed clusters first refresh release (Preview)
The first refresh release for Microsoft Azure Service Fabric managed clusters is now available. We first introduced Service Fabric managed clusters in October, 2020. Service Fabric managed clusters enable customers to deploy Service Fabric clusters as a single ARM resource, and reduce the complexity associated with common cluster operations such as scaling, and certificate rollovers. In this refresh we are bringing additional capabilities that will allow you to focus even more on application development, and deployment such as support for ARM application deployments, automatic OS upgrades, and scale set managed identities.
The first refresh release for Microsoft Azure Service Fabric managed clusters is now available. We first introduced Service Fabric managed clusters in October, 2020. Service Fabric managed clusters enable customers to deploy Service Fabric clusters as a single ARM resource, and reduce the complexity associated with common cluster operations such as scaling, and certificate rollovers. In this refresh we are bringing additional capabilities such as ARM application deployments, automatic OS upgrades, and Virtual Machine Scale Set managed identities that enable you to focus on application development, and deployment.
To utilize these new features, you must update the API version in the ARM template to *2021-01-01-preview*.
@ -18,10 +18,10 @@ The following APIs are updated as part of this release:
## Features
* [ARM application deployments](https://docs.microsoft.com/azure/service-fabric/how-to-managed-cluster-app-deployment-template) - Service Fabric applications can now be deployed to Service Fabric managed clusters as an ARM resource. With ARM application deployments, you do not have to wait for the cluster to be ready before deploying; application registration, provisioning, and deployment can all happen in one step. Using ARM is the best way to manage your application lifecycle as it provides greater control of resource properties and ensure that you have a consistent resource model.
* [Disk encryption](https://docs.microsoft.com/azure/service-fabric/how-to-enable-managed-cluster-disk-encryption?tabs=azure-powershell) - Disk encryption can now be enabled on the nodes in a Service Fabric managed cluster using the Azure Disk encryption capability for Virtual Machine Scale Sets through Azure Resource Manager (ARM) templates.
* [Automatic OS image upgrades](https://docs.microsoft.com/azure/service-fabric/how-to-managed-cluster-configuration#enable-automatic-os-image-upgrades) - You can now opt into Virtual Machine Scale Set automatic OS image upgrades for your Service Fabric managed cluster. If a new OS version is available, the cluster node types will be upgrade one at a time.
* [VMSS Managed Identities](https://docs.microsoft.com/azure/service-fabric/how-to-managed-identity-managed-cluster-virtual-machine-scale-sets) - Each node type in a Service Fabric managed cluster is backed by a Virtual Machine Scale Set. To allow managed identities to be used with a managed cluster node type, a property vmManagedIdentity has been added to node type definitions containing a list of identities that may be used such as userAssignedIdentities.
* [ARM application deployments](https://docs.microsoft.com/azure/service-fabric/how-to-managed-cluster-app-deployment-template) - You can now use ARM to deploy applications to Service Fabric managed clusters. Using ARM provides greater control of resource properties, and ensures consistent resource model. With ARM application deployments, you do not have to wait for the cluster to be ready before deploying; application registration, provisioning, and deployment can all happen in one step.
* [Disk encryption](https://docs.microsoft.com/azure/service-fabric/how-to-enable-managed-cluster-disk-encryption?tabs=azure-powershell) - Disk encryption can now be enabled on nodes in a Service Fabric managed cluster to meet compliance requirements.
* [Automatic OS image upgrades](https://docs.microsoft.com/azure/service-fabric/how-to-managed-cluster-configuration#enable-automatic-os-image-upgrades) - Virtual Machine Scale Set automatic OS image upgrades for your Service Fabric managed cluster are now available. If a new OS version is available, the cluster node types will be upgraded one at a time. With this feature you have the option for your cluster node types to automatically be upgraded when a new OS version is available.
* [Virtual Machine Scale Set Managed Identities](https://docs.microsoft.com/azure/service-fabric/how-to-managed-identity-managed-cluster-virtual-machine-scale-sets) - Each node type in a Service Fabric managed cluster is backed by a Virtual Machine Scale Set. To enable managed identities to be used with a managed cluster node type, a property vmManagedIdentity has been added to node type definitions. This is a list that contains user defined identities such as Azure userAssignedIdenties.
* [NSG rule configuration](https://docs.microsoft.com/en-us/azure/service-fabric/how-to-managed-cluster-configuration#networking-configurations) - You can now customize Network Security Group rules enabling you to meet any compliance requirements for your scenarios.
## Known Issues