From ec5ab25b483748e99ec53d012ef9416b753709da Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Wed, 5 Dec 2018 11:49:05 +0100 Subject: [PATCH] Add link to Azure Storage tutorial in the docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 477cb8f..888d9b4 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ You need to have the newest versions available of both: * [Docker](https://www.docker.com/get-started) * [Docker Compose](https://docs.docker.com/compose/) -Populate the following in `brizo.env` file: -* All of the `AZURE_`... related variables: necessary for `Brizo` to serve consume requests +Populate the following in the `brizo.env` file: + +* All of the `AZURE_`... related variables: necessary for `Brizo` to serve consume requests. You will get the values if you go through the [Azure Storage tutorial in the Ocean Protocol docs](https://docs.oceanprotocol.com/tutorials/azure-for-brizo/). ## Get Started