From 4a9ec8171ddcd35f25e596be77b14c2b69e16304 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 24 Feb 2018 01:08:06 +0800 Subject: [PATCH] Update azure.md (#6053) --- docs/storage-drivers/azure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/storage-drivers/azure.md b/docs/storage-drivers/azure.md index d79d3a4d0..28363e55e 100644 --- a/docs/storage-drivers/azure.md +++ b/docs/storage-drivers/azure.md @@ -16,9 +16,9 @@ An implementation of the `storagedriver.StorageDriver` interface which uses [Mic | `realm` | no | Domain name suffix for the Storage Service API endpoint. For example realm for "Azure in China" would be `core.chinacloudapi.cn` and realm for "Azure Government" would be `core.usgovcloudapi.net`. By default, this is `core.windows.net`. | -## Related Information +## Related information * To get information about -[azure-blob-storage](http://azure.microsoft.com/en-us/services/storage/) visit +[azure-blob-storage](http://azure.microsoft.com/en-us/services/storage/), visit the Microsoft website. * You can use Microsoft's [Blob Service REST API](https://msdn.microsoft.com/en-us/library/azure/dd135733.aspx) to [create a storage container](https://msdn.microsoft.com/en-us/library/azure/dd179468.aspx).