Skip to content

Commit 81b29fc

Browse files
committed
Fix bug in azure functions
1 parent e6a7751 commit 81b29fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

investing_algorithm_framework/deployment/azure/azure_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def deploy_to_azure_functions(azure_credentials_json, azure_function_path):
6969
},
7070
{
7171
"name": "AzureWebJobsStorage",
72-
"value": "DefaultEndpointsProtocol=https;" + \
73-
f"AccountName={STORAGE_ACCOUNT_NAME}" + \
72+
"value": "DefaultEndpointsProtocol=https;" +
73+
f"AccountName={STORAGE_ACCOUNT_NAME}" +
7474
";AccountKey=account_key>",
7575
}
7676
]

0 commit comments

Comments
 (0)