зеркало из https://github.com/Azure/vagrant-azure.git
Clarify vagrant powershell is supported on Windows VM only
This commit is contained in:
Родитель
97f4d125ae
Коммит
dfbea4eeb4
|
@ -96,8 +96,9 @@ $ vagrant up --provider=azure
|
|||
|
||||
This will bring up an Azure VM as per the configuration options set above.
|
||||
|
||||
You can now either SSH (if its a *Nix VM) using ```vagrant ssh```, RDP (if its a Windows VM) using ```vagrant rdp```
|
||||
or PowerShell ```vagrant powershell```.
|
||||
You can now either SSH (if its a *Nix VM) using ```vagrant ssh```,
|
||||
RDP (if its a Windows VM) using ```vagrant rdp``` or
|
||||
PowerShell (if its a Windows VM) using ```vagrant powershell```.
|
||||
|
||||
Normally, a lot of the options, e.g., ```vm_image_urn```, will be embedded in a box file and you just have to provide
|
||||
minimal options in the ```Vagrantfile```. Since, we're using a dummy box, there are no pre-configured defaults.
|
||||
|
|
Загрузка…
Ссылка в новой задаче