Skip to content

Commit f0783cc

Browse files
committed
SMB CA cleanup
1 parent a3599cb commit f0783cc

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

articles/storage/files/files-smb-protocol.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about file shares hosted in Azure Files using the Server Mess
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: concept-article
7-
ms.date: 01/15/2026
7+
ms.date: 03/02/2026
88
ms.author: kendownie
99
ms.custom: devx-track-azurepowershell
1010
# Customer intent: As an IT admin, I want to implement SMB file shares in Azure Files, so that I can provide scalable and secure file storage solutions for my organization's applications and end-user needs.
@@ -58,9 +58,11 @@ Azure Files offers multiple settings that affect the behavior, performance, and
5858

5959
### SMB Continuous Availability
6060

61-
Azure Files supports SMB Continuous Availability (CA) to help applications remain available during transient infrastructure events. Continuous availability is a capability of the SMB protocol that allows open file handles to survive brief interruptions, such as server failovers or short network disruptions. All Azure Files SMB shares are continuously available by default. This setting can't be disabled.
61+
Azure Files supports SMB Continuous Availability (CA) to help applications remain available during transient infrastructure events. Continuous availability is a capability of the SMB protocol that allows open file handles to survive brief interruptions, such as server failovers or short network disruptions. All SMB Azure file shares are continuously available by default. This setting can't be disabled.
6262

63-
**What continuous availability provides:**
63+
#### What continuous availability provides
64+
65+
Continuous availability provides the following benefits:
6466

6567
- Persistent file handles that survive transient failures
6668
- Transparent recovery of I/O operations after failover
@@ -69,26 +71,26 @@ Azure Files supports SMB Continuous Availability (CA) to help applications remai
6971

7072
If a brief connectivity interruption occurs, SMB clients automatically retry operations and reestablish access to open files without requiring the application to reopen them. This behavior is particularly important for workloads that maintain long-running file sessions.
7173

72-
**How continuous availability works**
74+
#### How continuous availability works
7375

74-
Continuous availability relies on persistent SMB handles. During a transient interruption (typically lasting up to several minutes):
76+
Continuous availability relies on persistent SMB handles. During a transient interruption, which typically lasts up to several minutes, the following statements apply:
7577

7678
- Open file handles remain valid.
7779
- The SMB client retries pending I/O operations.
7880
- Azure Files transparently resumes operations once connectivity is restored.
7981

8082
Because Azure Files prioritizes correctness and durability, the client waits and retries instead of immediately failing the operation.
8183

82-
**Timeout behavior during connectivity loss**
84+
#### Timeout behavior during connectivity loss
8385

84-
Due to the retry behavior required for continuous availability, SMB operations might take longer to time out during network interruptions.
86+
Due to the retry behavior that continuous availability requires, SMB operations might take longer to time out during network interruptions.
8587

86-
For example:
88+
For example, you might experience the following:
8789

88-
- Windows SMB clients may retry operations for several minutes before returning an error.
90+
- Windows SMB clients might retry operations for several minutes before returning an error.
8991
- Applications might appear to pause temporarily while the connection is reestablished.
9092

91-
This behavior is by design and helps preserve handle integrity and prevent data corruption. Workloads that frequently disconnect (such as roaming laptops or unstable network connections) might observe longer wait times before failures are returned.
93+
This behavior is by design because it helps preserve handle integrity and prevent data corruption. Workloads that frequently disconnect, such as roaming laptops or unstable network connections, might observe longer wait times before failures are returned.
9294

9395
### SMB Multichannel
9496

0 commit comments

Comments
 (0)