Reputation: 83
I would like to place APIM between communications in gRPC. Is this possible?
Upvotes: 1
Views: 3023
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:
By uploading .proto
file, the APIM able to use gRPC service:
Upvotes: 1
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