Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 448 Bytes

File metadata and controls

24 lines (18 loc) · 448 Bytes

api

Organization: phoenixvc
Environment: dev
Tech Stack: fastapi

Quick Start

cp .env.example .env
# Edit .env with your values

Deployment

az deployment group create \
  --resource-group phoenixvc-dev-api-weu-rg \
  --template-file infra/main.bicep \
  --parameters infra/parameters/dev.bicepparam

Generated from azure-project-template