Create a remote container

In this exercise, you'll create a container in which to run the Lamp API in an Azure Functions project locally. Azure Functions requires a specific setup in order to work, including .NET Core, Azure Functions Core Tools and the Azure Functions extension. All of these things will be isolated in the container.

  • Add the Remote Development configuration files to the "start" project

  • Include all of the dependencies to run an Azure Functions project

  • Open the project in the container

  • Run the API as a Serverless Function

Last updated