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/release-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ We are excited to announce the next release of Service Fabric. This release is l
33
33
## Key Annoucements
34
34
- General Availability of [**Service Fabric Managed Identities for Service Fabric applications**](https://docs.microsoft.com/en-us/azure/service-fabric/concepts-managed-identity)
35
35
-[**Support for Ubuntu 1804**](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-tutorial-create-vnet-and-linux-cluster)
36
-
- Support for declaration of [**Service Endpoint certificates of Service Fabric applications by subject common name**](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-secret-management).
36
+
- Support for declaration of [**Service Endpoint certificates of Service Fabric applications by subject common name**](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-secret-management).
37
37
-[**Preview: VMSS Ephemeral OS disk support**](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-azure-deployment-preparation#use-ephemeral-os-disks-for-virtual-machine-scale-sets): Ephemeral OS disks are storage created on the local virtual machine, and not saved to remote Azure Storage. They are recommended for all Service Fabric node types (Primary and Secondary), because compared to traditional persistent OS disks, ephemeral OS disks:
- Reduce overall costs (the disks are free and incur no additional storage cost)
41
-
- Endpoint certificates of [**Service Fabric applications can be declared by subject common name**](https:/docs.microsoft.com/azure/service-fabric/service-fabric-application-secret-management].
41
+
- Endpoint certificates of [**Service Fabric applications can be declared by subject common name**](https:/docs.microsoft.com/azure/service-fabric/service-fabric-application-secret-management).
42
42
-[**Support for Health Probes for containerized services**](https://docs.microsoft.com/azure/service-fabric/probes-codepackage): Support for Liveness Probe mechanism for containerized applications. Liveness Probe help announce the liveness of the containerized application and when they do not respond in a timely fashion, it will result in a restart.
43
43
-[**Support for Initializer Code Packages**](https://docs.microsoft.com/azure/service-fabric/initializer-codepackages) for [containers](https://review.docs.microsoft.com/en-us/azure/service-fabric/service-fabric-containers-overview) and [guest executable](https://review.docs.microsoft.com/en-us/azure/service-fabric/service-fabric-guest-executables-introduction) applications. This allows executing Code Packages (e.g. containers), in a specified order, to perform Service Package initialization.
44
44
-[**FabricObserver (FO) 2.0**](https://github.com/microsoft/service-fabric-observer). Bug fixes and enhancements, structured telemetry implementations for ApplicationInsights, LogAnalytics, EventSource. Production-ready, including [sfpkgs with Microsoft-signed binares](https://github.com/microsoft/service-fabric-observer/releases).
@@ -66,7 +66,7 @@ We are excited to announce the next release of Service Fabric. This release is l
66
66
67
67
## Breaking Changes
68
68
- For customers using service fabric managed identities, **please switch to new environment variables ‘IDENTITY_ENDPOINT’ and ‘IDENTITY_HEADER’**. The prior environment variables'MSI_ENDPOINT' and 'MSI_SECRET' are now removed.
69
-
-[Service Fabric Managed Identity](https://docs.microsoft.com/en-us/azure/service-fabric/concepts-managed-identity) endpoint is now secure(HTTPs). There is additional guidance on how to validate the MITS server certificate in the docs.
69
+
-[Service Fabric Managed Identity](https://docs.microsoft.com/en-us/azure/service-fabric/concepts-managed-identity) endpoint is now [secure(HTTPs)](https://docs.microsoft.com/en-us/azure/service-fabric/how-to-managed-identity-service-fabric-app-code#acquiring-an-access-token-using-rest-api). There is additional guidance on how to validate the MITS server certificate in the docs.
70
70
- Currently Service Fabric ships the following nuget packages as a part of our ASP.Net Integration and support:
0 commit comments