From d7559db66d2538e5101cd474bc6b6c3a84cb6641 Mon Sep 17 00:00:00 2001 From: Piyush Nimbalkar Date: Fri, 15 Mar 2019 14:06:31 -0700 Subject: [PATCH] Adding readme to run azure tests --- pkg/storageops/azure/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pkg/storageops/azure/README.md diff --git a/pkg/storageops/azure/README.md b/pkg/storageops/azure/README.md new file mode 100644 index 000000000..1faa9b30a --- /dev/null +++ b/pkg/storageops/azure/README.md @@ -0,0 +1,14 @@ +### To test Azure + +You will first need to create a Azure instance and then provide details of this instance as below. + +```bash +export AZURE_INSTANCE_NAME= +export AZURE_SUBSCRIPTION_ID= +export AZURE_RESOURCE_GROUP_NAME= +export AZURE_ENVIRONMENT= +export AZURE_TENANT_ID= +export AZURE_CLIENT_ID= +export AZURE_CLIENT_SECRET= +go test +```