From a317e040a586f9924bc7e54548f868ca21ee8766 Mon Sep 17 00:00:00 2001 From: Willie Xu Date: Thu, 21 Jun 2018 10:57:06 -0700 Subject: [PATCH] readme changes (#214) --- src/storage-preview/{readme.md => README.md} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename src/storage-preview/{readme.md => README.md} (81%) diff --git a/src/storage-preview/readme.md b/src/storage-preview/README.md similarity index 81% rename from src/storage-preview/readme.md rename to src/storage-preview/README.md index 26c30f810d8..1f224bbde81 100644 --- a/src/storage-preview/readme.md +++ b/src/storage-preview/README.md @@ -8,11 +8,11 @@ az extension add --name storage-preview ``` ### Included Features -**OAuth** +**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) -**WORM(Write-Once-Read-Many)** -Manage immutability storage with Azure blobs: [more info](https://azure.microsoft.com/en-us/blog/azure-immutable-blob-storage-now-in-public-preview/) +**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) -**Management Policy** +**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) \ No newline at end of file