From 91678476d3abe0b9430d908ef7b5178c559de9e5 Mon Sep 17 00:00:00 2001 From: tproell <93333032+tproell@users.noreply.github.com> Date: Thu, 28 Oct 2021 09:15:44 -0500 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7f8a1f2e8..8f4a6d159 100644 --- a/app.py +++ b/app.py @@ -3,4 +3,4 @@ @app.route("/") def hello(): - return "Hello, World!" + return "Hello, Azure!"