From c9e89bd85f2dc47636e0bb3096d9f018af21af88 Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Wed, 5 May 2021 22:01:49 +0200 Subject: [PATCH] Changed the text in the hello-medium function. --- HelloMedium/Function.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloMedium/Function.cs b/HelloMedium/Function.cs index 7e09004..1a5f362 100644 --- a/HelloMedium/Function.cs +++ b/HelloMedium/Function.cs @@ -13,7 +13,7 @@ public static async Task Run( [HttpTrigger(AuthorizationLevel.Anonymous, "get", "post")] HttpRequest req) { - return new OkObjectResult("Hello Medium!"); + return new OkObjectResult("Hello Medium from a feature environment 👀!"); } } } \ No newline at end of file