Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
r-manimaran committed Jan 9, 2025
1 parent 59f948e commit 33e2b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AzFuncDevOps/CICDFunc/Greetings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public Greetings(ILogger<Greetings> logger)
public IActionResult Run([HttpTrigger(AuthorizationLevel.Anonymous, "get", "post")] HttpRequest req)
{
_logger.LogInformation("C# HTTP trigger function processed a request.");
return new OkObjectResult("Welcome to Azure Functions!");
return new OkObjectResult("Welcome to Azure Functions - CI!");
}
}
}

0 comments on commit 33e2b5e

Please sign in to comment.