0

I am looking for a way to fetch a JSON file in Azure Blob storage at APIM layer, make it a part of the payload then forward it to the Backend engine (Function App). Appreciate it if you guys can share a sample C# snippet with me. Thanks for the help

Hung Vu
  • 5,624
  • 2
  • 30
  • 27

1 Answers1

0

You can use the send request policy to fetch the blob

https://learn.microsoft.com/en-us/azure/api-management/api-management-sample-send-request#send-request

and then use the policy expression to append it to your requests

How to edit a json payload with set-body in azure api management

Mo Haidar
  • 3,748
  • 6
  • 37
  • 76