How to Setup the Azure Function App on your localhost using Visual Studio 2019?
To run an Azure Function App locally on your localhost, you can use Visual Studio 2019, which provides a local development experience for creating, developing, testing, running, and debugging Azure Functions.
Here are the general steps to set up and run an Azure Function App on your localhost:
Steps:
1. Create a new Azure Function App
2. Go to the app properties
3. Select the Debug Option
4. Update the Application Arguments with host start –port 7074 –pause-on-error
5. Save the changes
Now you would be able to run and see your Azure Function App on your localhost.