mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
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:
commit
9b19164609
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user