Open laurentkempe opened 1 year ago
[x] Start with a simple .NET Web app
[x] Containerize the Web app using .NET SDK
[ ] Build the Web app using Nuke and GitHub Actions See https://github.com/flcdrg/sdk-container-demo/blob/main/Properties/PublishProfiles/github.pubxml for a way to define settings with Profile
[ ] Containerize the Web app using .NET SDK, Nuke, and GitHub Actions and save it to GitHub Docker registry
[ ] Deploy the Web app to Azure Containers App using Pulumi, Nuke, and GitHub Actions
[ ] Add a backend Web Api
[ ] Add Dapr
[ ] Extend Web App calling Web Api using Dapr
[ ] Add web api tests and run those https://github.com/timheuer/MyCoolApi
See https://github.com/timheuer/SimpleDockerBuild for its workflow and using <EnableSdkContainerSupport>true</EnableSdkContainerSupport> in csproj
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
[x] Start with a simple .NET Web app
[x] Containerize the Web app using .NET SDK
[ ] Build the Web app using Nuke and GitHub Actions See https://github.com/flcdrg/sdk-container-demo/blob/main/Properties/PublishProfiles/github.pubxml for a way to define settings with Profile
[ ] Containerize the Web app using .NET SDK, Nuke, and GitHub Actions and save it to GitHub Docker registry
[ ] Deploy the Web app to Azure Containers App using Pulumi, Nuke, and GitHub Actions
[ ] Add a backend Web Api
[ ] Add Dapr
[ ] Extend Web App calling Web Api using Dapr
[ ] Add web api tests and run those https://github.com/timheuer/MyCoolApi
See https://github.com/timheuer/SimpleDockerBuild for its workflow and using
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
in csproj