From 2535155c04539ffe6bb898bcb2e65c2d9c57ec1b Mon Sep 17 00:00:00 2001 From: Abhinav Dahiya Date: Tue, 4 Jun 2019 06:20:35 -0700 Subject: [PATCH] docs/azure: include step to create vhd container in storage account --- docs/user/azure/install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user/azure/install.md b/docs/user/azure/install.md index e4eaecffae9..71540529a2d 100644 --- a/docs/user/azure/install.md +++ b/docs/user/azure/install.md @@ -18,6 +18,10 @@ OpenShift currently does not publish official build for [`Red Hat Enterprise Lin az storage account create --location centralus --name os4storage --kind StorageV2 --resource-group os4-common ``` + ```sh + az storage container create --name vhd --account-name os4storage + ``` + 1. Create a Resource Group for the image. ```sh