/azurite_python_example

An azurite python example.

Primary LanguagePython

Azure Azurite Python Example

When I was at work I was trying to get Azurite to work locally, but I ran into a bunch of issues. Here's what worked.

$ mkdir -p "azurite"
$ docker-compose up -d azurite
$ pipenv --python 3.9.2
$ pipenv install
$ pipenv shell
$ ./main.py
$ pipenv --rm # deletes the virtualenv