Skip to content

Commit 0b9bdee

Browse files
Update articles/storage/blobs/storage-quickstart-blobs-python.md
1 parent 4079a33 commit 0b9bdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-quickstart-blobs-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ From an empty directory, follow these steps to initialize the `azd` template, pr
154154

155155
At this point, the resources are deployed to Azure and the code is almost ready to run. Follow these steps to install packages, update the name of the storage account in the code, and run the sample console app:
156156

157-
- **Install packages**: In the local directory, install packages for the Azure Blob Storage and Azure Identity client libraries using the following `pip install` command: `pip install azure-storage-blob azure-identity`
157+
- **Install packages**: In the local directory, install packages for the Azure Blob Storage and Azure Identity client libraries using the following command: `pip install azure-storage-blob azure-identity`
158158
- **Update the storage account name**: In the local directory, edit the file named **blob_quickstart.py**. Find the `<storage-account-name>` placeholder and replace it with the actual name of the storage account created by the `azd up` command. Save the changes.
159159
- **Run the project**: Execute the following command to run the app: `python blob_quickstart.py`.
160160
- **Observe the output**: This app creates a test file in your local *data* folder and uploads it to a container in the storage account. The example then lists the blobs in the container and downloads the file with a new name so that you can compare the old and new files.

0 commit comments

Comments
 (0)