| title | Enable Continuous Availability on existing Azure NetApp Files SMB volumes | |
|---|---|---|
| description | Describes how to enable SMB Continuous Availability on existing Azure NetApp Files SMB volume. | |
| services | azure-netapp-files | |
| author | b-hchen | |
| ms.service | azure-netapp-files | |
| ms.topic | how-to | |
| ms.date | 05/31/2025 | |
| ms.author | anfdocs | |
| ms.custom |
|
You can enable the SMB Continuous Availability (CA) feature when you create a new SMB volume. You can also enable SMB CA on an existing SMB volume; this article shows you how to do so.
Important
Custom applications are not supported with SMB Continuous Availability.
For more information, see Enable Continuous Availability.
[!INCLUDE SMB Continuous Availability warning]
-
Select the SMB volume that you want to have SMB CA enabled. Then select Edit.
-
On the Edit window that appears, select the Enable Continuous Availability checkbox.

-
Reboot the Windows systems connecting to the existing SMB share.
[!NOTE] Selecting the Enable Continuous Availability option alone does not automatically make the existing SMB sessions continuously available. After selecting the option, be sure to reboot the server immediately for the change to take effect.
-
Use the following command to verify that CA is enabled and used on the system that’s mounting the volume:
get-smbconnection | select -Property servername,ContinuouslyAvailableYou might need to install a newer PowerShell version.
If you know the server name, you can use the
-ServerNameparameter with the command. See the Get-SmbConnection PowerShell command details.