Skip to content

Commit eb81051

Browse files
Minor updates
1 parent e9b4b4f commit eb81051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-retry-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Implement a retry policy .NET
33
titleSuffix: Azure Storage
4-
description: Learn about retry policies and how to implement them for Blob Storage. This article helps you set up a retry policy for blob storage requests using the .NET v12 SDK.
4+
description: Learn about retry policies and how to implement them for Blob Storage. This article helps you set up a retry policy for Blob Storage requests using the .NET v12 SDK.
55
author: pauljewellmsft
66
ms.author: pauljewell
77
ms.service: storage
@@ -14,7 +14,7 @@ ms.subservice: blobs
1414

1515
Any application that runs in the cloud or communicates with remote services and resources must be able to handle transient faults. It's common for these applications to experience faults due to a momentary loss of network connectivity, a request timeout when a service or resource is busy, or other factors. Developers should build applications to handle transient faults transparently to improve stability and resiliency.
1616

17-
This article shows you how to use .NET client libraries to set up a retry policy for an application that connects to Azure blob storage. Retry policies define how the application handles failed requests, and should always be tuned to match the business requirements of the application and the nature of the failure.
17+
This article shows you how to use .NET client libraries to set up a retry policy for an application that connects to Azure Blob Storage. Retry policies define how the application handles failed requests, and should always be tuned to match the business requirements of the application and the nature of the failure.
1818

1919
> [!NOTE]
2020
> The examples in this article assume that you're working with an existing app or that you've created a sample console app using the guidance in the [Get started with Azure Blob Storage and .NET](storage-blob-dotnet-get-started.md) article.

0 commit comments

Comments
 (0)