adding blobStore class to facilitate interaction with azure blob storage
All Submissions:
- [YES/NO] I have added an explanation of what changes in this merge do and why we should include it?
Adding BlobStore class which is similar to cosmosStore class. This class facilitates interaction with azure blob storage, namely blob creation, deletion and reading from blob. It is required in azure-core-lib as there are many services that require consumption of blob storage and each has it's own implementation of the same.
- [YES/NO] I have updated the documentation accordingly.
yes
- [YES/NO/NA] I have added tests to cover my changes.
yes, Unit tests.
- [YES/NO/NA] All new and existing tests passed.
Yes.
- [YES/NO/NA] My code follows the code style of this project.
Yes.
- [YES/NO/NA] I ran lint checks locally prior to submission.
yes
What is the issue or story related to the change?
Description:
Issue:
Does this introduce a breaking change?
- [YES/NO]
NO
Other information
FYI @kibattul , @polavishnu , @danielscholl , @dkodeih