One button. A live backend.
Deploy to Azure and get a public URL, ready to use.
orders-api.avora.exampleRun an Azure-hosted backend preview, inspect logs, and connect PostgreSQL to browse records and review schema changes from your Avora workspace.
Your backend runs in its own preview container on Azure. Avora handles the setup and health checks, giving you a live endpoint to test and share.
Explore deploymentDeploy to Azure and get a public URL, ready to use.
orders-api.avora.exampleOpen build and runtime logs directly from your workspace.
[build]Workspace validated
[build]FastAPI project prepared
[azure]Preview container started
[health]GET /health 200 OK
[ready]Public URL ready
Monitor hosted usage and service health in one place.
Connect PostgreSQL with your own credentials. Inspect and manage your data through Avora, with access limited to signed-in members of your workspace.
postgresql://••••••••••••••••Inspect records and work with your data, right where you build your backend.
Typed fields, enums, and relationships.
Field filters, sorting, and pagination.
CSV and JSON, directly from your tables.
Review proposed changes before applying.
| id | customer | total | status |
|---|---|---|---|
| Mira Chen | 129.00 | PAID | |
| Sam Rivera | 84.50 | PENDING | |
| Nora Ellis | 245.00 | FULFILLED | |
| Leo Park | 67.00 | PAID | |
| Ayan Shah | 189.00 | PENDING |
Set database URLs, API keys, and runtime settings in your workspace environment.
Compare the connected database with your model and see where the schema differs.
Protected Mode is on by default. Confirm with your workspace name before a reset.
Export the source and Docker setup, or publish to GitHub.