.NET 7, Dapr, and Azure Container Apps Sample

🚧This project is under development.🚧

Getting Started

Run locally

  1. Run the app
    dapr run --app-id myapp --components-path ./source/components/ --app-port 5000 -- dotnet run --project ./source/
    

Deploy Azure resources

  1. Open the project dev container in VS Code.
  2. Create the Azure Container Registry.
    az deployment sub create \
                  --location eastus \
                  --template-file ./infra/registry.bicep \
                  --parameters name=myacasample location=eastus
  3. Run azd provision to provision the remaining Azure resources.

Resources