From the repository root:
docker compose up -dDefault host ports:
| Service | Port |
|---|---|
| Blob | 10000 |
| Queue | 10001 |
| Table | 10002 |
Use the standard Azurite-style development connection string (account devstoreaccount1) unless you override credentials in configuration. Applications using azkit or Azure SDKs should point endpoints at http://127.0.0.1:1000x.
- Blob: create container and upload a block blob
- Table: insert entity via
azkit/tablesorkvAzure backend - Queue: enqueue and dequeue a message
mesh-core compose.yml references ghcr.io/fgrzl/fazure:latest for the fazure service — same ports and semantics as this repository's compose file.
- Configuration — data directory, logging, bindings