-
Notifications
You must be signed in to change notification settings - Fork 46
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
Clarify setting ENV #1
Comments
Yep! The Azure and GCP scripts both read some data off the commandline, i'd like to make the Azure script run the way the GCP one does (you pass a file in as an ENV variable) and then it does the right thing. But haven't gotten there yet, it's on the todo list:
|
Okay, the script now takes credentials if they are required. So for example you do this:
likewise the Azure instructions are:
|
It sounds like we need a "how to use this repo" section in the README.md for the whole repo. So, see #9
|
Closing b/c the instructions have moved past this. |
@knowtheory
At the top of the azure.rb we need to clarify setting the ENV variable -- if you set it in a virtualenv will that stick? Are you assuming a virtualenv? Or will that AZURE_KEY be available globally?
The text was updated successfully, but these errors were encountered: