Skip to content

Commit 627ef6f

Browse files
Minor updates
1 parent 8dd9e10 commit 627ef6f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

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

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,13 @@ Next, we'll create a client object for the blob service with the options defined
5858

5959
:::code language="csharp" source="~/azure-storage-snippets/blobs/howto/dotnet/dotnet-v12/Retry.cs" id="Snippet_RetryOptionsCreateClientGRS":::
6060

61-
62-
63-
## [Section n heading]
61+
## Remarks
6462
<!-- Introduction paragraph -->
6563
1. <!-- Step 1 -->
6664
1. <!-- Step 2 -->
6765
1. <!-- Step n -->
6866

69-
<!-- 5. Next steps
70-
Required. Provide at least one next step and no more than three. Include some
71-
context so the customer can determine why they would click the link.
72-
-->
73-
7467
## Next steps
75-
<!-- Add a context sentence for the following links -->
68+
7669
- For architectural guidance and general best practices around retry policies, see [Transient fault handling](/azure/architecture/best-practices/transient-faults).
7770
- For guidance on implementing a retry pattern for transient failures, see [Retry pattern](/azure/architecture/patterns/retry).
78-
79-
<!--
80-
Remove all the comments in this template before you sign-off or merge to the
81-
main branch.
82-
-->

0 commit comments

Comments
 (0)