Skip to content

Commit

Permalink
Adding readme to run azure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Nimbalkar committed Mar 15, 2019
1 parent d911299 commit d7559db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkg/storageops/azure/README.md
Original file line number Diff line number Diff line change
@@ -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=<instance-name>
export AZURE_SUBSCRIPTION_ID=<subscription-id>
export AZURE_RESOURCE_GROUP_NAME=<resource-group-name-of-instance>
export AZURE_ENVIRONMENT=<azure-cloud-environment>
export AZURE_TENANT_ID=<tenant-id>
export AZURE_CLIENT_ID=<client-id>
export AZURE_CLIENT_SECRET=<client-secret>
go test
```

0 comments on commit d7559db

Please sign in to comment.