Vortex.Solution.Template
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install Vortex.Solution.Template@1.0.0
This package contains a .NET Template Package you can call from the shell/command line.
Vortex Solution Template
The goal of this template is to make the transition from ASP.NET Web APIs to Azure Functions as seamless as possible.
If you find this project useful, please give it a star. Thanks! ⭐
Getting Started
The easiest way to get started is to install the .NET template:
dotnet new install Vortex.Solution.Template::1.0.0
To create a new solution:
dotnet new vtx-sln -n YourSolutionName
Add the following to the FunctionApp project:
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
}
}
Technologies
Support
If you are having problems, please let me know by raising a new issue.
License
Feel free to do what you want.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.