mayu
mayu

Reputation: 83

Can I use Azure api management for gRPC communication?

I would like to place APIM between communications in gRPC. Is this possible?

Upvotes: 1

Views: 3023

Answers (2)

sa-es-ir
sa-es-ir

Reputation: 5052

As of now, it's possible to use gRPC with APIM, the announcement was for Nov 2023 here: https://techcommunity.microsoft.com/t5/azure-integration-services-blog/introducing-grpc-api-support-in-azure-api-management-self-hosted/ba-p/3975087

So when you want to add new API you can choose gRPC:

enter image description here

By uploading .proto file, the APIM able to use gRPC service:

enter image description here

Upvotes: 1

Ecstasy
Ecstasy

Reputation: 1864

As suggested by gunr2171, if it's not documented then as of now it's not possible.

You can refer to this feature request/feedback related to supporting gRPC in Azure API Management.

Upvotes: 1

Related Questions