mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 01:37:42 +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:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user