This repository includes a dev container definition for use with VS Code Dev Containers extension or GitHub Codespaces.
Inside the .devcontainer
folder, the devcontainer.json
uses the docker-compose.yaml
to set up a local Azurite server inside the container and sets the AZURE_STORAGE_CONNECTION_STRING
environment variable to point to it.
You can then use the Python script main.py
along with the azure-storage-blob Python SDK to interact with the Azurite server.