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/service-fabric-containers-volume-logging-drivers.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Service Fabric Azure Files Volume Driver (Preview) | Microsoft Docs
2
+
title: Service Fabric Azure Files Volume Driver (GA) | Microsoft Docs
3
3
description: Service Fabric supports using Azure Files to backup volumes from your container. This is currently in preview.
4
4
services: service-fabric
5
5
author: athinanthny
@@ -12,10 +12,12 @@ ms.author: atsenthi
12
12
---
13
13
14
14
# Service Fabric Azure Files Volume Driver
15
-
The Azure Files volume plugin is a [Docker volume plugin](https://docs.docker.com/engine/extend/plugins_volume/) that provides [Azure Files](/azure/storage/files/storage-files-introduction) based volumes for Docker containers. This Docker volume plugin is packaged as a Service Fabric application that can be deployed to Service Fabric clusters. Its purpose is to provide Azure Files based volumes for other Service Fabric container applications that are deployed to the cluster.
15
+
The Azure Files volume plugin, a [Docker volume plugin](https://docs.docker.com/engine/extend/plugins_volume/) that provides [Azure Files](/azure/storage/files/storage-files-introduction) based volumes for Docker containers is now **GA (Generally Available)**.
16
+
17
+
This Docker volume plugin is packaged as a Service Fabric application that can be deployed to Service Fabric clusters. Its purpose is to provide Azure Files based volumes for other Service Fabric container applications that are deployed to the cluster.
16
18
17
19
> [!NOTE]
18
-
> Version 6.5.516.9494 of the Azure Files volume plugin is a preview release that is available with this document. As a preview release, it is **not** supported for use in production environments.
20
+
> Version 6.5.661.9590 of the Azure Files volume plugin is a GA(Generally available) release.
19
21
>
20
22
21
23
## Prerequisites
@@ -114,11 +116,11 @@ The Service Fabric application that provides the volumes for your containers can
114
116
4. Create the application, paying close attention to the **ListenPort** application parameter value. This value is the port on which the Azure Files volume plugin listens for requests from the Docker daemon. Ensure that the port provided to the application matches the VolumePluginPorts in the ClusterManifest and does not conflict with any other port that the cluster or your applications uses.
@@ -131,11 +133,11 @@ Follow steps 1-3 from the [above.](/azure/service-fabric/service-fabric-containe
131
133
The default service instance count for the Azure Files volume plugin application is -1, which means that there is an instance of the service deployed to each node in the cluster. However, when deploying the Azure Files volume plugin application on a local development cluster, the service instance count should be specified as 1. This can be done via the **InstanceCount** application parameter. Therefore, the command for creating the Azure Files volume plugin application on a local development cluster is:
0 commit comments