Fixed a typo in the create storage account on Azure section
This commit is contained in:
Asad Mansoor 2018-05-10 04:41:34 -04:00 коммит произвёл Warren Zhu
Родитель 196cd12a94
Коммит cdc5a71049
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ This sample project demonstrates how to use Azure Storage via Spring Boot Starte
### Create storage account on Azure
1. Go to [Azure portal](https://portal.azure.com/) and create the account by following this [link](https://docs.microsoft.com/en-us/azure/storage/storage-create-storage-account).
2. In the `Acces keys` blade, mark down the `CONNECTION STRING`.
2. In the `Access keys` blade, mark down the `CONNECTION STRING`.
### Config the sample