? 'This HTTP triggered function executed successfully. String responseMessage = string.IsNullOrEmpty(name) String requestBody = await new StreamReader(req.Body).ReadToEndAsync() ĭynamic data = JsonConvert.DeserializeObject(requestBody)
Log.LogInformation('C# HTTP trigger function processed a request.') I have created one function in my Visual Studio 2019 named HTTPAzureFunction. By default, the local HTTP triggered Azure functions host listens for HTTP requests on port 7071. It will by default run on the local port 7071. It is cool to run a single Azure Function. It will not create any issue while running. Well, we can create an Azure function using Visual Studio and We can run it easily.
Close the process using that port, or specify another port using –port