We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcad35c commit a78736bCopy full SHA for a78736b
sdk/samples/EPRI dataset import/azure-import.py
@@ -13,7 +13,7 @@
13
bucket_name = os.getenv('BUCKET_NAME')
14
15
blob_service_client = BlobServiceClient.from_connection_string(connect_str)
16
-container_client = blob_service_client.get_container_client('bandmac')
+container_client = blob_service_client.get_container_client(bucket_name)
17
18
azure_image_list = container_client.list_blobs()
19
0 commit comments