Creates an Azure Functions project that will wrap a WebApi project, hosting your API inside of an Azure Function.
After installing the extension, open your WebApi solution. Add a new Project and choose the Azure Function WebApi Wrapper project template. Add a reference from the new project to your WebApi project. Then build and deploy. |