Skip to content

Commit

Permalink
Merge pull request openshift#1813 from abhinavdahiya/azure_docs
Browse files Browse the repository at this point in the history
docs/azure: include step to create vhd container in storage account
  • Loading branch information
openshift-merge-robot committed Jun 4, 2019
2 parents dfaaa42 + 2535155 commit 98e9958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/azure/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98e9958

Please sign in to comment.