author | ms.service | ms.topic | ms.date | ms.author |
---|---|---|---|---|
ggailey777 |
azure-functions |
include |
03/06/2020 |
glenga |
-
To run your function, press F5 in Visual Studio. You might need to enable a firewall exception so that the tools can handle HTTP requests. Authorization levels are never enforced when you run a function locally.
-
Copy the URL of your function from the Azure Functions runtime output.
-
Paste the URL for the HTTP request into your browser's address bar. Append the query string
?name=<YOUR_NAME>
to this URL and run the request. The following image shows the response in the browser to the local GET request returned by the function: -
To stop debugging, press Shift+F5 in Visual Studio.