Step-by-Step Using Azure SDK for Python in Windows VS Code – Part 4

In building a python script demo in Part 3, I want to show how to package up the python script into a windows executable with command line arguments. This is so what it can be run in windows command prompt or PowerShell session. The python packages to use is Click and Setuptools Click is a …

Continue reading Step-by-Step Using Azure SDK for Python in Windows VS Code – Part 4