Skip to content

Commit 8ca3236

Browse files
Edits
1 parent 74013d6 commit 8ca3236

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

articles/storage/blobs/storage-blob-container-delete-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ To learn about deleting a blob container using asynchronous APIs, see [Delete a
2525

2626
## Set up your environment
2727

28-
| Setup task | Guidance |
28+
[!INCLUDE [storage-dev-guide-project-setup-python](../../../includes/storage-dev-guides/storage-dev-guide-project-setup-python.md)]
29+
30+
| | |
2931
|---|---|
3032
| Install packages | `pip install azure-storage-blob azure-identity` |
3133
| Add import statements | :::code language="python" source="~/azure-storage-snippets/blobs/howto/python/blob-devguide-py/blob_devguide_delete_container.py" id="Snippet_imports"::: |

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ms.date: 08/19/2024
99
ms.author: pauljewell
1010
ms.custom: include file
1111
---
12-
13-
#### Create a client object
14-
1512
To connect an app to Blob Storage, create an instance of [BlobServiceClient](/python/api/azure-storage-blob/azure.storage.blob.blobserviceclient). The following example shows how to create a client object using `DefaultAzureCredential` for authorization:
1613

1714
```python

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,3 @@ If you don't have an existing project, this section shows you how to set up a pr
1414

1515
To work with the code examples in this article, follow these steps to set up your project.
1616

17-
#### Install packages
18-
19-
Install the following packages using `pip install`:
20-
21-
```console
22-
pip install azure-storage-blob azure-identity
23-
```
24-

0 commit comments

Comments
 (0)