Skip to content

Commit

Permalink
Fix storage file datalake readme and samples issues (Azure#12512)
Browse files Browse the repository at this point in the history
* Fix storage file datalake readme issues

* Update README.md
  • Loading branch information
v-xuto authored and rakshith91 committed Sep 4, 2020
1 parent ec604d1 commit f605cb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdk/storage/azure-storage-file-datalake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ or [Azure CLI](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-
# if using an existing resource group, skip this step
az group create --name my-resource-group --location westus2

# Install the extension 'Storage-Preview'
az extension add --name storage-preview

# Create the storage account
az storage account create -n my-storage-account-name -g my-resource-group --hierarchical-namespace true
az storage account create --name my-storage-account-name --resource-group my-resource-group --sku Standard_LRS --kind StorageV2 --hierarchical-namespace true
```

### Authenticate the client
Expand Down

0 comments on commit f605cb9

Please sign in to comment.