Skip to content

Commit a5d76bf

Browse files
Edits
1 parent d645741 commit a5d76bf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

articles/storage/blobs/storage-blobs-tune-upload-download-python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,6 @@ During a download, the Storage client libraries make one download range request
131131

132132
## Next steps
133133

134+
- This article is part of the Blob Storage developer guide for Python. See the full list of developer guide articles at [Build your app](storage-blob-python-get-started.md#build-your-app).
134135
- To understand more about factors that can influence performance for Azure Storage operations, see [Latency in Blob storage](storage-blobs-latency.md).
135136
- To see a list of design considerations to optimize performance for apps using Blob storage, see [Performance and scalability checklist for Blob storage](storage-performance-checklist.md).

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ The following code example shows how to configure the retry options using an ins
7373

7474
:::code language="python" source="~/azure-storage-snippets/blobs/howto/python/blob-devguide-py/blob_devguide_retry.py" id="Snippet_retry_linear":::
7575

76-
## Related content
76+
## Next steps
7777

78+
- This article is part of the Blob Storage developer guide for Python. See the full list of developer guide articles at [Build your app](storage-blob-python-get-started.md#build-your-app).
7879
- For architectural guidance and general best practices for retry policies, see [Transient fault handling](/azure/architecture/best-practices/transient-faults).
7980
- For guidance on implementing a retry pattern for transient failures, see [Retry pattern](/azure/architecture/patterns/retry).

includes/storage-dev-guides/storage-dev-guide-next-steps-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.custom: include file
1212

1313
## Next step
1414

15-
- This article is part of the Blob Storage developer guide for Python. To find other articles in the series, see [Build your app](../../articles/storage/blobs/storage-blob-python-get-started.md#build-your-app).
15+
- This article is part of the Blob Storage developer guide for Python. See the full list of developer guide articles at [Build your app](../../articles/storage/blobs/storage-blob-python-get-started.md#build-your-app).

0 commit comments

Comments
 (0)