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
Asked
Active
Viewed 321 times
1 Answers
0
You can use the send request policy to fetch the blob
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