- Install the aspire cli
- Install Azure CLI
- Install dotnet 10 SDK
- Install Azure Funciton CLI
- Login to Azure CLI with
az loginand make sure you have access to the subscription where you want to deploy the function app.
Run aspire deploy in the folder ./aspire/AppHost/.
Follow the instructions on your terminal.
Configure the parameters via environment variables like:
$env:Parameters__AzureSubscriptionId="your subscription id"Run aspire deploy --non-interactive in the folder ./aspire/AppHost/.
Some tools maybe need after deployment additional configuration. For that look in the tool specific documentation.