-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with BlobServiceClient from azure.storage.blob during deployment to Azure (on Windows with WSL2 running Ubuntu 22 LTS) #14682
Comments
I've encountered with the same issue, and got it working with the change from this PR. |
I still have this issue today. Though I'm running the command through ansible-playbook. When I execute this on Ubuntu 22.04.3 LTS, I receive this error:
So I didn't install lookup as part of setting up the dependencies. Full log of algo install afterwards:
|
Describe the bug
Deployment to Azure fails with an error (on Windows with WSL2 running Ubuntu 22 LTS). The message is as follows:
I have already got the auth token from Azure using
azure-cli
'saz login
(although algo didn't guide me through that either, and I think it should have, but that would be the topic of another issue).To Reproduce
Steps to reproduce the behavior:
virtualenv
and more.azure-cli
. Receive auth token from Azure withaz login
../algo
.TASK [cloud-azure : Create AlgoVPN Server]
, the provided in the code block above in the description is generated.Expected behavior
The installation should continue.
Additional context
Full log
This is the whole output of
./algo
. There is another one from./algo -vvv
beneath it.The output of
./algo -vvv
, but only the part where the error is raised (the rest is too long for me to find and eliminate sensitive bits):The text was updated successfully, but these errors were encountered: