1

I'm learning Python and I wanna print the list of all my blob storage in Azure. Find the sample code from here.

I have done this step:

  1. set connection string:enter image description here
  2. After the run I received this error enter image description here

Note: Like my experience, your problem solved after the restart.

1
  • This problem solved with a restart VS code. Commented Apr 22, 2021 at 16:03

1 Answer 1

1

Your code is correct. Just restart your VS Code and run it again. It will work. You error cause by setx command. It can't work in the current command window. You can refer to Why is setx path not working?

On a local system, variables created or modified by this tool will be available in future command windows but not in the current CMD.exe command window.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.