Skip to content

Commit c6d00b4

Browse files
committed
review comments, auth assistant edits
1 parent 21490ec commit c6d00b4

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

articles/api-management/grpc-api.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: how-to
9-
ms.date: 10/06/2025
9+
ms.date: 02/18/2026
1010
ms.author: danlep
1111
ms.custom:
1212
- devx-track-arm-template
@@ -30,9 +30,9 @@ To add a gRPC API to API Management, you need to:
3030
API Management supports pass-through with the following types of gRPC service methods: unary, server streaming, client streaming, and bidirectional streaming. To learn more about gRPC, see [Introduction to gRPC](https://grpc.io/docs/what-is-grpc/introduction/).
3131

3232
> [!NOTE]
33-
> * Currently, gRPC APIs are supported in the self-hosted gateway and in the managed gateway for classic tier instances created starting February 2026.
33+
> * The self-hosted gateway and the managed gateway for classic tier instances created starting January 2026 support gRPC APIs. Contact support to enable gRPC API support in the managed gateway for classic tier instances created before this date. gRPC APIs currently aren't supported in the v2 tiers.
3434
> * Currently, testing gRPC APIs isn't supported in the test console of the Azure portal or in the API Management developer portal.
35-
> * Import is limited to a single protobuf (*.proto*) file.
35+
> * Import is limited to a single protobuf (*.proto*) file.
3636
3737
## Prerequisites
3838

@@ -42,9 +42,11 @@ API Management supports pass-through with the following types of gRPC service me
4242

4343
* A gRPC protobuf (*.proto*) file available locally, and gRPC service that's accessible over HTTPS.
4444

45+
* HTTP/2 protocol support enabled for client traffic. For more information, see [Manage protocols and ciphers in Azure API Management](api-management-howto-manage-protocols-ciphers.md).
46+
4547
## Add a gRPC API
4648

47-
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
49+
1. In the [Azure portal](https://portal.azure.com), go to your API Management instance.
4850

4951
1. Under **APIs** in the sidebar menu, select **APIs**.
5052

@@ -54,7 +56,7 @@ API Management supports pass-through with the following types of gRPC service me
5456

5557
1. In the **Create a gRPC API window**, select **Full**.
5658

57-
1. For a gRPC API, you must specify the following settings:
59+
1. For a gRPC API, specify the following settings:
5860

5961
1. Enter a display name.
6062

@@ -67,15 +69,15 @@ API Management supports pass-through with the following types of gRPC service me
6769
> [!IMPORTANT]
6870
> In public preview, you can only select a self-hosted gateway. The **Managed** gateway isn't supported.
6971
70-
1. Enter any remaining settings to configure your API. These settings are explained in the [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api) tutorial.
72+
1. Enter any remaining settings to configure your API. The [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api) tutorial explains these settings.
7173

7274
1. Select **Create**.
7375

74-
The API is added to the **APIs** list. You can view update your settings by going to the **Settings** tab of the API.
76+
The portal adds the API to the **APIs** list. You can view and update your settings by going to the **Settings** tab of the API.
7577

76-
## Call gRPC services with .NET
78+
## Call gRPC services by using .NET
7779

78-
For information about calling gRPC services with .NET, see the following articles:
80+
For information about calling gRPC services by using .NET, see the following articles:
7981

8082
* [Tutorial: Create a gRPC client and server in ASP.NET Core](/aspnet/core/tutorials/grpc/grpc-start)
8183
* [Troubleshoot gRPC on .NET](/aspnet/core/grpc/troubleshoot#calling-grpc-services-hosted-in-a-sub-directory)

0 commit comments

Comments
 (0)