Skip to content

Commit 6d70e67

Browse files
Merge pull request #265991 from ManoharLakkoju-MSFT/patch-109
(AzureCXP) fixes MicrosoftDocs/azure-docs#119664
2 parents 0b4c152 + d2db43f commit 6d70e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ You can authorize access to data in your storage account using the following ste
151151
152152
```python
153153
from azure.identity import DefaultAzureCredential
154+
from azure.storage.blob import BlobServiceClient
154155
```
155156
156157
3. Add this code inside the `try` block. When the code runs on your local workstation, `DefaultAzureCredential` uses the developer credentials of the prioritized tool you're logged into to authenticate to Azure. Examples of these tools include Azure CLI or Visual Studio Code.

0 commit comments

Comments
 (0)