How can I use Azurite in a command line application?

David Thielen 3,211 Reputation points
2023-08-07T18:19:33.18+00:00

For my unit tests I want to use Azurite to create & verify BLOBs. The instructions only show how to do this for an ASP.NET app. How can I do it for a command line app?

thanks - dave

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
{count} votes

1 answer

Sort by: Most helpful
  1. shiva patpi 13,366 Reputation points Microsoft Employee Moderator
    2023-08-08T23:43:07.2533333+00:00

    @David Thielen

    I just tried out opening the Azurite in the command line and by default it started listening to their default ports:

    User's image

    and the rest of the APIs interactions are same as mentioned in the above document:

    https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio#azure-sdks


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.