Skip to content

Commit d3a4fc2

Browse files
authored
Update README.md
1 parent 111f2be commit d3a4fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace MySecuredApp
5555
[HttpTrigger(AuthorizationLevel.Anonymous, "get", "post", Route = null)] HttpRequest req,
5656
ILogger log)
5757
{
58-
string responseMessage = $"Hello, {name}. This HTTP triggered function is protected.";
58+
string responseMessage = $"Hello. This HTTP triggered function is protected.";
5959

6060
return new OkObjectResult(responseMessage);
6161
}

0 commit comments

Comments
 (0)