api design
31 TopicsHow To: Send requests to Azure Storage from Azure API Management
In this How To, I will show a simple mechanism for writing a payload to Azure Blob Storage from Azure API Management. Some examples where this is useful is implementing a Claim-Check pattern for large messages or to support message logging when Application Insights is not suitable.How To: Retrieve from CosmosDB using Azure API Management
In this How To, I will show a simple mechanism for reading items from CosmosDB using Azure API Management (APIM). There are many scenarios where you might want to do this in order to leverage the capabilities of APIM while having a highly scalable, flexible data store.Protect, Augment, and Build GraphQL APIs with Azure API Management
REST APIs have been with us for over 20 years now. In that time, our expectations of client applications have grown. We expect client applications to run on mobile devices with low bandwidth yet still be responsive. Unfortunately, REST APIs restrict us in three basic ways: It takes too many requests to fulfill the data needs for a single page. The REST API returns too much data for the page being rendered. The client application needs to poll to get new information. There have been various attempts to solve these issues, and the current favorite is GraphQL. Azure API Management makes it easy to protect your GraphQL APIs and to build new GraphQL APIs from your existing REST APIs.Build a no-code GraphQL service with Azure API Management
Synthetic GraphQL allows you to build a GraphQL API from your existing REST, SOAP, or other HTTP APIs. It allows your API to coexist while you migrate your client applications to GraphQL. Learn how you can leverage Synthetic GraphQL with Azure API Management.