Skip to content

Commit de2076a

Browse files
Merge pull request #301114 from PesalaPavan/patch-423596
(AzureCXP) fixes MicrosoftDocs/azure-docs#431834
2 parents 1752348 + cb4d29b commit de2076a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/functions-create-your-first-function-visual-studio.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Your function definition should now look like the following code:
7979
[Function("HttpExample")]
8080
public IActionResult Run([HttpTrigger(AuthorizationLevel.Anonymous, "get", "post")] HttpRequest req)
8181
{
82+
_logger. LogInformation("C# HTTP trigger function processed a request.");
8283
return new OkObjectResult("Hello, functions");
8384
}
8485
```

0 commit comments

Comments
 (0)