Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Azure Storage Emulator #638

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rijnhard
Copy link

https://docs.microsoft.com/en-gb/azure/storage/common/storage-use-emulator#addressing-resources-in-the-storage-emulator

This could help pave the way for using https://github.com/azure/azurite to test.

fixed the protocol handling while at it.

it still needs to be done for the Tables and Queues, if this is accepted I'll consider making the PR's for those as well.

https://docs.microsoft.com/en-gb/azure/storage/common/storage-use-emulator#addressing-resources-in-the-storage-emulator

This could help pave the way for using https://github.com/azure/azurite to test.

fixed the protocol handling while at it.

it still needs to be done for the Tables and Queues, if this is accepted I'll consider making the PR's for those as well.
@rijnhard
Copy link
Author

Just making a note, hardcoding it is fine since that's all the emulator supports.

* adds support for virtual/docker environments
* updated emulator setting description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants