Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1005 Bytes

File metadata and controls

28 lines (18 loc) · 1005 Bytes

Deployment

Prerequisites

Interactive Deployment

Run aspire deploy in the folder ./aspire/AppHost/. Follow the instructions on your terminal.

CI/CD Deployment

Configure the parameters via environment variables like:

$env:Parameters__AzureSubscriptionId="your subscription id"

Run aspire deploy --non-interactive in the folder ./aspire/AppHost/.

After Deployment

Some tools maybe need after deployment additional configuration. For that look in the tool specific documentation.