You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: azureblobstoragedownload/README.md
+16-18
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ Download a file from a Blob Storage container in an Azure storage account.
14
14
* Python 3
15
15
* Azure SDKs for Python
16
16
17
-
*Install the Azure SDKs for Python.
17
+
*You install individual Azure library packages on a per-project basis depending on your needs. It is recommended using Python virtual environments for each project. There is no standalone "SDK" installer for Python.
18
18
19
-
Install the latest stable version (supports Python 2.7 and 3.x) via pip:
19
+
*Install the specified python packages.
20
20
21
21
```bash
22
-
pip install azure
22
+
pip install -r requirements.txt
23
23
```
24
24
25
25
## Using the code
@@ -95,41 +95,39 @@ Download a file from a Blob Storage container in an Azure storage account.
95
95
96
96
1. Navigate to `Storage Account`.
97
97
2. Select your storage account.
98
-
3. Select `Access keys` and you can see your Storage account name, connection strings and account keys.
98
+
3. Select `Access keys` and you can see your Storage account connection string.
0 commit comments