Tag: azure_apim
Bicep, loops, and defaults
I've been playing around a lot with bicep recently. I like it because it is much more readable than ARM templates and lets me modularize my deployments easily. Recently, I was…
Build a GraphQL API on Azure API Management using Bicep
When I build a service in the cloud, I describe the infrastructure as a blob of code. There are lots of solutions out there for this. Azure has the Azure Resource Manager (or…
Adding an API Key to Azure Mobile Apps with API Management
I've written in the past that API keys are not security. They do not authenticate the app or user and they are easily interceptable (or extracted from distributed mobile apps).…
Service Routing for Azure Mobile Apps with API Management
Todays topic is "how do I upgrade the service backend to support the new ASP.NET Core service without affecting my current customers?" Let's assume, for a moment, that I have…
Enabling caching for Azure Mobile Apps with API Management
In my last article I introduced API Management and showed how it can be used to provide a front door to the REST API that is exposed by Azure Mobile Apps. What I implemented was a…
Using API Management with Azure Mobile Apps
Over the years, I've been asked for several features within Azure Mobile Apps that I've been reluctant to support out of the box. Azure Mobile Apps provides a toolkit in the…