You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-grpc.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,14 @@ For gRPC client and server samples for each supported language, see the [documen
25
25
26
26
Create your [web app](getting-started.md) as you normally would. Choose your preferred runtime stack, and choose Linux as your operating system.
27
27
28
-
After you create your web app, you need to configure the following details to enable gRPC before deploying your application.
28
+
After you create your web app, configure the following details to enable gRPC before you deploy your application.
29
29
30
30
> [!NOTE]
31
-
> If you're deploying a .NET gRPC app to App Service by using Visual Studio, skip to step 3. Visual Studio sets the HTTP version and the HTTP 2.0 proxy configuration for you.
31
+
> If you're deploying a .NET gRPC app to App Service by using Visual Studio, skip to [step 3](#3-configure-the-http2-port). Visual Studio sets the HTTP version and the HTTP 2.0 proxy configuration for you.
32
32
33
33
## 1. Configure the HTTP version
34
34
35
-
The first setting you need to configure is the HTTP version:
35
+
The first setting that you need to configure is the HTTP version:
36
36
37
37
1. On the left pane of your web app, under **Settings**, go to **Configuration**.
38
38
2. On the **General Settings** tab, scroll down to **Platform settings**.
@@ -48,11 +48,11 @@ Next, you need to configure the HTTP 2.0 proxy:
48
48
1. In the same **Platform settings** section, find the **HTTP 2.0 Proxy** setting and select **gRPC Only**.
49
49
2. Select **Save**.
50
50
51
-
This setting configures your site to be forwarded HTTP/2 requests.
51
+
This setting configures your site to receive HTTP/2 requests.
52
52
53
53
## 3. Configure the HTTP/2 port
54
54
55
-
App Service requires an application setting that specifically listens for HTTP/2 traffic in addition to the HTTP/1.1 port. You define the HTTP/2 port in the app settings:
55
+
App Service requires an application setting that specifically listens for HTTP/2 traffic in addition to HTTP/1.1 traffic. You define the HTTP/2 port in the app settings:
56
56
57
57
1. On the left pane of your web app, under **Settings**, go to **Environment variables**.
58
58
2. On the **App settings** tab, add the following app settings to your application:
Copy file name to clipboardExpand all lines: articles/app-service/language-support-policy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This article describes the language runtime support policy for updating existing
15
15
16
16
## Updates to existing stacks
17
17
18
-
App Service updates existing stacks after they become available from each community. App Service updates major versions of stacks but can't guarantee any specific minor or patch versions. The platform controls minor and patch versions. For example, App Service updates node 18 but doesn't guarantee a specific Node 18.x.x version. If you need a specific minor or patch version, you can use a [custom container](quickstart-custom-container.md).
18
+
App Service updates existing stacks after they become available from each community. App Service updates major versions of stacks but can't guarantee any specific minor or patch versions. The platform controls minor and patch versions. For example, App Service updates Node 18 but doesn't guarantee a specific Node 18.x.x version. If you need a specific minor or patch version, you can use a [custom container](quickstart-custom-container.md).
19
19
20
20
## Retirements
21
21
@@ -28,7 +28,7 @@ App Service follows community support timelines for the lifecycle of the runtime
28
28
29
29
End-of-support dates for runtime versions are determined independently by their respective stacks and are outside the control of App Service. App Service sends reminder notifications to subscription owners for upcoming end-of-support runtime versions when they become available for each language.
30
30
31
-
Those who receive notifications include account administrators, service administrators, and co-administrators. Contributors, readers, or other roles don't directly receive notifications, unless they opt in to receive notification emails through [service health alerts](../service-health/alerts-activity-log-service-notifications-portal.md).
31
+
People who receive notifications include account administrators, service administrators, and co-administrators. Contributors, readers, or other roles don't directly receive notifications, unless they opt in to receive notification emails through [service health alerts](../service-health/alerts-activity-log-service-notifications-portal.md).
0 commit comments