the app literally just shows and uses values from the env variables to show how they map to azure app services.
Update to dotnet 10 (use dotnet cli so we do not miss framework changes/updates)
Build out a cicd for github actions which will:
build/test with .net 10 for CI and for CD tow extra jobs (uat and prod envs) which will use existing managed identity for deploying AKS to an app service uat, then swap slots I want this file to be able to just be updated with app service name at the top
Remove references to local bootstrap files and reference latest min versions for all boostrap references
the app literally just shows and uses values from the env variables to show how they map to azure app services.
Update to dotnet 10 (use dotnet cli so we do not miss framework changes/updates)
Build out a cicd for github actions which will:
build/test with .net 10 for CI and for CD tow extra jobs (uat and prod envs) which will use existing managed identity for deploying AKS to an app service uat, then swap slots I want this file to be able to just be updated with app service name at the top
Remove references to local bootstrap files and reference latest min versions for all boostrap references