Add Azure function app project with test function

This commit is contained in:
2024-03-07 22:22:32 +00:00
parent 00417da7f9
commit aeb359506d
13 changed files with 425 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{
"profiles": {
"BeauFindlay.Api": {
"commandName": "Project",
"commandLineArgs": "--port 7197",
"launchBrowser": false
}
}
}