microsoft / spring-cloud-azure

Spring Cloud Azure is an open-source project that provides seamless Spring integration with Azure services.
https://microsoft.github.io/spring-cloud-azure
MIT License
217 stars 105 forks source link

Azure Storage Emulator #131

Closed shizhMSFT closed 6 years ago

shizhMSFT commented 6 years ago

Does spring-cloud-azure-storage support Azure Storage Emulator?

warrenzhu25 commented 6 years ago

I haven't seen any relationship between both. Could you specify?

shizhMSFT commented 6 years ago

Azure Storage Emulator is used to develop apps leveraging the Azure Storage locally without an Azure subscription or incurring any costs. Similarly, as a developer, how do I create/test an app based on spring-cloud-azure-storage locally without a subscription? I don't want to pay before my app is in production.

shizhMSFT commented 6 years ago

Please read the related doc: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator?toc=%2fazure%2fstorage%2fqueues%2ftoc.json

shizhMSFT commented 6 years ago

This issue is out of the scope of this project.