Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor storage readme changes #228

Merged
merged 1 commit into from
Jul 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/storage-preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ az extension add --name storage-preview

### Included Features
**OAuth:**
Allow use of login credentials for authorization of storage operations: [more info](https://docs.microsoft.com/en-us/rest/api/storageservices/authenticate-with-azure-active-directory)
Allow use of login credentials for authorization of storage operations: [more info](https://docs.microsoft.com/en-us/rest/api/storageservices/authenticate-with-azure-active-directory)\
*Examples:*
```
az storage container list \
Expand All @@ -18,7 +18,7 @@ az storage container list \
```

**Immutable Storage-WORM(Write-Once-Read-Many):**
Manage immutability storage with Azure blobs: [more info](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-immutable-storage)
Manage immutability storage with Azure blobs: [more info](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-immutable-storage)\
*Examples:*
```
az storage container immutability-policy create \
Expand All @@ -39,7 +39,7 @@ az storage container legal-hold set \
```

**Management Policy:**
Manage data policy rules associated with a storage account: [more info](https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts)
Manage data policy rules associated with a storage account: [more info](https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts)\
*Examples:*
```
az storage account management-policy create \
Expand All @@ -49,7 +49,7 @@ az storage account management-policy create \
```

**Static Website:**
Manage static website configurations.
Manage static website configurations.\
*Examples:*
```
az storage blob service-properties update \
Expand All @@ -60,7 +60,7 @@ az storage blob service-properties update \
```

**Hierarchical Namespace:**
Enable the blob service to exhibit filesystem semantics.
Enable the blob service to exhibit filesystem semantics.\
*Examples:*
```
az storage account create \
Expand Down