Skip to content

Commit 0cb85c5

Browse files
Final edits
1 parent cfb3233 commit 0cb85c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

includes/storage-dev-guides/storage-dev-guide-create-client-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: pauljewellmsft
66
ms.service: azure-blob-storage
77
ms.topic: include
8-
ms.date: 08/19/2024
8+
ms.date: 08/20/2024
99
ms.author: pauljewell
1010
ms.custom: include file
1111
---
@@ -23,5 +23,5 @@ credential = DefaultAzureCredential()
2323
blob_service_client = BlobServiceClient(account_url, credential=credential)
2424
```
2525

26-
You can also create client objects for specific [containers](../../articles/storage/blobs/storage-blob-client-management.md?tabs=python#create-a-blobcontainerclient-object) or [blobs](../../articles/storage/blobs/storage-blob-client-management.md?tabs=python#create-a-blobclient-object). To learn more about creating and managing client objects, see [Create and manage client objects that interact with data resources](../../articles/storage/blobs/storage-blob-client-management.md).
26+
You can also create client objects for specific [containers](../../articles/storage/blobs/storage-blob-client-management.md?tabs=python#create-a-blobcontainerclient-object) or [blobs](../../articles/storage/blobs/storage-blob-client-management.md?tabs=python#create-a-blobclient-object), either directly or from the `BlobServiceClient` object. To learn more about creating and managing client objects, see [Create and manage client objects that interact with data resources](../../articles/storage/blobs/storage-blob-client-management.md).
2727

includes/storage-dev-guides/storage-dev-guide-prereqs-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: pauljewellmsft
66
ms.service: azure-blob-storage
77
ms.topic: include
8-
ms.date: 08/19/2024
8+
ms.date: 08/20/2024
99
ms.author: pauljewell
1010
ms.custom: include file
1111
---

includes/storage-dev-guides/storage-dev-guide-project-setup-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: pauljewellmsft
66
ms.service: azure-blob-storage
77
ms.topic: include
8-
ms.date: 08/19/2024
8+
ms.date: 08/20/2024
99
ms.author: pauljewell
1010
ms.custom: include file
1111
---

0 commit comments

Comments
 (0)