Skip to content

Commit 3741978

Browse files
authored
Update articles/reliability/reliability-storage-queue.md
1 parent 1f48240 commit 3741978

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/reliability/reliability-storage-queue.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ To manage transient faults effectively when using Azure Queue Storage:
6161
- **Use visibility timeouts appropriately** when receiving messages to ensure messages become available for retry if your application encounters failures during processing.
6262

6363

64-
For detailed retry policy configuration for different programming languages, see [Implement a retry policy with .NET](/azure/storage/blobs/storage-retry-policy) and [Implement a retry policy with Java](/azure/storage/blobs/storage-retry-policy-java).
6564

6665
**Source:** [Performance and scalability checklist for Queue Storage](https://learn.microsoft.com/azure/storage/queues/storage-performance-checklist) and [Transient fault handling](https://learn.microsoft.com/azure/architecture/best-practices/transient-faults)
6766

0 commit comments

Comments
 (0)