Run a backend preview. Manage PostgreSQL data.

Run an Azure-hosted backend preview, inspect logs, and connect PostgreSQL to browse records and review schema changes from your Avora workspace.

Microsoft Azure

Deploy on Azure.
Keep building in Avora.

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 deployment
orders-apiPreview deployment
Running
Deployed onMicrosoft Azure
Infrastructure
Azure Container Instances
Backend
FastAPI
Health check
Passed
Azure infrastructure. Managed from your workspace.

One button. A live backend.

Deploy to Azure and get a public URL, ready to use.

orders-apiRunning
orders-api.avora.example
Public URL ready to use
Interactive example · click Deploy

Your logs, one window away.

Open build and runtime logs directly from your workspace.

Backend logs

[build]Workspace validated

[build]FastAPI project prepared

[azure]Preview container started

[health]GET /health 200 OK

[ready]Public URL ready

Explore deployment logs

Usage & health.Soon

Monitor hosted usage and service health in one place.

Hosting overview
Usage—
Health—
Monitoring is coming soon

Your database.
Connected on your terms.

Connect PostgreSQL with your own credentials. Inspect and manage your data through Avora, with access limited to signed-in members of your workspace.

Workspace member accessConnection details masked by default
Use your saved connection or choose another PostgreSQL target.
PostgreSQLYour database
AvoraYour workspace
Connection inspectedorders_db
Database URL
postgresql://••••••••••••••••

See the data behind your backend.

Inspect records and work with your data, right where you build your backend.

Edit records

Typed fields, enums, and relationships.

Filter & sort

Field filters, sorting, and pagination.

Export your data

CSV and JSON, directly from your tables.

Get help from AI

Review proposed changes before applying.

Explore the database workspace
orders_dbpublicConnected

Order

5 records
Example order records
idcustomertotalstatus
Mira Chen129.00PAID
Sam Rivera84.50PENDING
Nora Ellis245.00FULFILLED
Leo Park67.00PAID
Ayan Shah189.00PENDING
Selected record

Order #1042

PAID
Customer
Mira Chenmira@example.com
Created
2026-09-10
Total
$129.00
Example data · select an order to inspect its fields.

More control over what changes.

Configure through variables

Set database URLs, API keys, and runtime settings in your workspace environment.

Inspect before making changes

Compare the connected database with your model and see where the schema differs.

Protect against unwanted resets

Protected Mode is on by default. Confirm with your workspace name before a reset.

Prefer your own infrastructure?

Take your backend with you.

Export the source and Docker setup, or publish to GitHub.

Explore code generation