.NET Core command-line (CLI) tools
To install the template localy:
$ dotnet new -i Finaps.Templates.AspNetCore
$ dotnet new <short-name> -n <ProjectName> [OPTIONS]
- apiservice: Microservice template designed for containerized services
This template can be used with Azure Developers Spaces for Azure Kuberenetes Services (AKS). To prepare the project for this you need to first install devspaces locally:
az aks use-dev-spaces --resource-group debtco-staging --name debtco-staging --verbose
After ins
azds prep (--public)
The option public flag will enable ingresses
One of the benefits of using azds
is that we get free helm resources. Helm is the tooling we use to deploy and manage our kubernetes services in combination with kubectl
.