From 077c932c5562d86b3355fad95f05a2e52d13cd25 Mon Sep 17 00:00:00 2001 From: Stephen Jennings Date: Thu, 2 Jul 2026 14:56:01 -0700 Subject: [PATCH] Fix typo: "Environment", not "Environmental" --- articles/app-service/configure-grpc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/app-service/configure-grpc.md b/articles/app-service/configure-grpc.md index 501ae473cb3dd..4b93a17c7ab93 100644 --- a/articles/app-service/configure-grpc.md +++ b/articles/app-service/configure-grpc.md @@ -49,8 +49,8 @@ The **HTTP version** setting restarts your application and configures the front App Service requires an application setting that specifically listens for HTTP/2 traffic in addition to HTTP/1.1 traffic. Use **App settings** to define the HTTP/2 port. -1. On the left navigation menu of your web app page, select **Settings** > **Environmental variables**. -1. On the **App settings** tab of the **Environmental variables** page, select **Add**. +1. On the left navigation menu of your web app page, select **Settings** > **Environment variables**. +1. On the **App settings** tab of the **Environment variables** page, select **Add**. 1. On the **Add/Edit application setting** screen, add the following app setting: - For **Name**, enter *HTTP20_ONLY_PORT*. - For **Value**, enter *8585*.