Background
We need a template for C# developers to quickly scaffold a .NET Web API that is ready to be deployed to our Kubernetes cluster via Tekton and ArgoCD.
Specific Steps
Expected Output
A working Backstage software template where a user can input a name and get a Git repo with a compiled .NET API that automatically parses injected Database credentials.
Background
We need a template for C# developers to quickly scaffold a .NET Web API that is ready to be deployed to our Kubernetes cluster via Tekton and ArgoCD.
Specific Steps
apps/portal/examples/dotnet-template/content/source.docker-composefile so dev can start local environment easily for development.appsettings.jsonto read Database connection variables dynamically from environment variables (DB_HOST,DB_USER,DB_PASSWORD,DB_NAME).template.yaml(copying the structure from existing Node.js templates) and register it inapp-config.yaml.Expected Output
A working Backstage software template where a user can input a name and get a Git repo with a compiled .NET API that automatically parses injected Database credentials.