Update configure-spring-boot-starter-java-app-with-azure-storage.md

This commit is contained in:
Bruno Borges 2018-09-19 07:42:36 -07:00 коммит произвёл GitHub
Родитель 6c38707170
Коммит 2ee0a7e87e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -303,6 +303,7 @@ In this section, you create the necessary Java classes for storing a blob in you
}
}
```
Where the `@Value("blob://[container]/[blob]")` syntax respectively defines the names of the container and blob where you want to store the data.
1. Save and close the web controller Java file.