Skip to content

Commit

Permalink
change to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Mar 8, 2024
1 parent fa5437d commit 5caa805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2eshark/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def loadE2eSharkCheckDictionary():
return e2esharkDict

def uploadToBlobStorage(file_path, file_name, testName, uploadDict):
connection_string = "DefaultEndpointsProtocol=https;AccountName=e2esharkuserartifacts;AccountKey=/Bm7PcsKeZOqN5S03R6xJIBgvFMQK06ZddzLMzsFbX+bQ0+RuNseJiaZQVfLpT2V0B61ce+1BUm2+AStFsSVBA==;EndpointSuffix=core.windows.net"
connection_string = os.getenv("AZURE_CONNECTION_STRING")
container_name = "e2esharkuserartifacts"

blob_service_client = BlobServiceClient.from_connection_string(connection_string)
Expand Down

0 comments on commit 5caa805

Please sign in to comment.