The following error occurred in a recent project that required integration with Azure Blob Storage and an existing Spring Boot application:
Error Status Code 400: AccountRequiresHttps
Resolution:
Apply azure.storage.enable-https=true
to your application.properties file
Resources: