Merge pull request #2327 from ajeetraina/ajeetraina-patch-1

Updated document with the right LinuxKit command for pushing VHD to Azure Platform
This commit is contained in:
Rolf Neugebauer 2017-08-01 08:24:47 +01:00 committed by GitHub
commit 9b19164609

View File

@ -34,7 +34,7 @@ This will output a `azure.vhd` image.
To deploy the `azure.vhd` image on Azure, invoke the following command:
```
linuxkit run azure --resource-group <resource-group-name> --storage-account <storage-account-name> --location westeurope <path-to-your-azure.vhd>
linuxkit run azure -resourceGroupName <resource-group-name> -accountName <storage-account-name> -location westeurope <path-to-your-azure.vhd>
```
Sample output of the command: