Azure / aca-dotnet-workshop

A Dotnet Azure Container Apps workshop showcasing how to accelerate developers' ability to develop and ship distributed applications.
https://azure.github.io/aca-dotnet-workshop/
MIT License
97 stars 76 forks source link

Use Workload Profiles #123

Closed simonkurtz-MSFT closed 11 months ago

simonkurtz-MSFT commented 11 months ago

This PR moves from Consumption Only to using the newer Workload Profiles environment type.

The plan type will be Consumption as we do not need Dedicated. Using Consumption inside Workload Profiles still gives us access to controlled routing for egress (more on that in a subsequent module). Network Security Groups will also be in a subsequent module.

The PR is in draft, but you can already get an idea of where it's going.

Resolves #116

github-actions[bot] commented 11 months ago

PR Preview Action v1.4.4 :---: Preview removed because the pull request was closed. 2023-11-03 22:17 UTC

simonkurtz-MSFT commented 11 months ago

Successfully running three container apps in the workload profile environment with consumption. External access via static IP. This is all according to the direction we wanted to take with this.

image

image