Skip to content

Commit c94b714

Browse files
Update articles/search/search-reliability.md
Co-authored-by: Anastasia Harris <[email protected]>
1 parent 1d82a34 commit c94b714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-reliability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Azure AI Search doesn't provide a service-level agreement for the Free tier, whi
3232

3333
## Transient faults
3434

35-
Transient faults are short, intermittent failures in components. They occur frequently in a distributed environment like the cloud, and they're a normal part of operations. They correct themselves after a short period of time. It's important that your applications handle transient faults, usually by retrying affected requests.
35+
[!INCLUDE [Transient fault description](includes/reliability-transient-fault-description-include.md)]
3636

3737
All cloud-hosted applications should follow the Azure transient fault handling guidance when communicating with any cloud-hosted APIs, databases, and other components. For more information, see [Recommendations for handing transient faults](/azure/well-architected/design-guides/handle-transient-faults).
3838

0 commit comments

Comments
 (0)