You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use the Microsoft DataScience VM, you must first accept the license agreement. The simplest way to do so is to run the following Azure CLI commands:
For Linux CentOS
az vm image accept-terms --publisher microsoft-ads --offer linux-data-science-vm --plan linuxdsvm
For Ubuntu
az vm image accept-terms --publisher microsoft-ads --offer linux-data-science-vm-ubuntu --plan linuxdsvmubuntu
For Windows
az vm image accept-terms --publisher microsoft-ads --offer windows-data-science-vm --plan windows2016
The text was updated successfully, but these errors were encountered:
In my mind this isn't even a docs issue - the Cycle Server web portal should have check boxes to accept the licence terms if they have not already been accepted (in the same way a new blade would open on the Azure Portal the first time a licence needs accepting)?
There is a work around to agree to Azure MarketPlace images
For the DSVM a workaround is at
https://github.com/Azure/cyclecloud-data-science-vm/blob/master/README.md
To use the Microsoft DataScience VM, you must first accept the license agreement. The simplest way to do so is to run the following Azure CLI commands:
For Linux CentOS
az vm image accept-terms --publisher microsoft-ads --offer linux-data-science-vm --plan linuxdsvm
For Ubuntu
For Windows
az vm image accept-terms --publisher microsoft-ads --offer windows-data-science-vm --plan windows2016
The text was updated successfully, but these errors were encountered: