Will Skelton
01/19/2022, 2:19 AMKevin Kho
01/19/2022, 2:23 AMAZ_CONNECTION_STRING
. If you were on Cloud, you would store the secret with us and it would be fetched. For Server, you need to set them locally like thisWill Skelton
01/19/2022, 2:43 AMWill Skelton
01/19/2022, 4:00 AMconnection_string = Secret("AZ_CONNECTION_STRING").get()
service = BlobServiceClient.from_connection_string(conn_str=connection_string)
service.get_service_stats(logging_enable=True)
Kevin Kho
01/19/2022, 4:03 AMWill Skelton
01/19/2022, 2:58 PM