Skip to content

consuming new methods defined in BlobStore class

Aman Verma requested to merge users/amaverma/useNewBlobMethods into master

All Submissions:


  • [YES/NO] I have added an explanation of what changes in this merge do and why we should include it? YES
  • [YES/NO] I have updated the documentation accordingly. YES
  • [YES/NO/NA] I have added tests to cover my changes. YES
  • [YES/NO/NA] All new and existing tests passed. YES
  • [YES/NO/NA] My code follows the code style of this project. YES

What is the issue or story related to the change?


High level design: The BlobStore class container two types of methods for interacting with blob storage. One where we can supply the container name as parameter and other where it is not needed. Going forward, the second types of methods are being deprecated, hence updating all the blob storage related method calls to first type.

Issue: N/A

Change details:

  1. Calling *FromStorageContainer methods instead of *FromBlob methods
  2. Updated UTs.
  3. Minor fixes: defining the storage container name in application.properties instead of hard coding it in code; reading the port number from environment variable rather than keeping it in properties file.

Test coverage:


Unit test coverage: 89% All integration tests passing locally.

Does this introduce a breaking change?


  • [YES/NO] NO

Pending items


Similar changes are required for WKS service

Reviewer request


  • Please provide an ETA when you plan to review this MR. Write a comment to decline or provide an ETA.
  • Block the MR if you feel there is less testing or no details in the MR
  • Please cover the following aspects in the MR -- Coding design: <Reviewer1> -- Backward Compatibility: <Reviewer2> -- Feature Logic: <Logic design> -- <Any other context mention here> OR -- <Component 1>: <Reviewer1> -- <CosmosDB>: <Reviewer2> -- <ServiceBus> <Reviewer3> -- <Mention any other component and owner>

Other information


FYI @kibattul , @polavishnu ,@danielscholl , @dkodeih , @harshit283

Merge request reports