-
Notifications
You must be signed in to change notification settings - Fork 102
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
Azure CLI integration #712
Comments
Azure CLI can be installed for Windows and MAC via command (devon az) The implementation for Linux is not done, because for different Linux distributions different package manager are needed to run the installation. (e.g. Ubuntu -> apt | Red Hat -> yum) This is a topic for the next sprint meeting. |
@tobka777 Please test the command on your MAC. I tried the installation for MAC on my virtual machine. There was an error at first because of virtualenv (Python). I was able to fix the error by running following command.
The following requirements are given for installation on MAC via bash. |
I have reported the error with the virtualenv in the macOS installation as a bug to the Azure team. |
As a devon IDE user, I want to have Azure CLI available in the devon IDE so that I and my team can easily ramp up our cloud environment and we are using the same and correct versions of the tool.
Acceptance criteria:
Linux, Windows,MAC)19.04
Linux3.5
The text was updated successfully, but these errors were encountered: