🚧This project is under development.🚧
- Run the app
dapr run --app-id myapp --components-path ./source/components/ --app-port 5000 -- dotnet run --project ./source/
- Open the project dev container in VS Code.
- Create the Azure Container Registry.
az deployment sub create \ --location eastus \ --template-file ./infra/registry.bicep \ --parameters name=myacasample location=eastus - Run
azd provisionto provision the remaining Azure resources.
- Dev container inspired by https://github.com/microsoft/vscode-dev-containers/tree/main/containers/dapr-dotnet (used Dapr setup script).