How to launch multiple Azure Functions apps on different ports
{
"profiles": {
"api": {
"commandName": "Project",
"commandLineArgs": "start --port 7072"
}
}
}PreviousHow to build project when content files changeNextC# script function apps beyond Azure portal
Last updated