Azure trainings!
Infused with experience from the field, brought with lots of passion!

My 10 favorite Azure API Management Tips and Tricks!

My 10 favorite Azure API Management Tips and Tricks!

Last week, I’ve presented at INTEGRATE my 10 favorite tips and tricks for Azure API Management.  I want to share them here with you! Automate your backups Dynamically expose your Open API definitions  Send API Inspector Traces to Application Insights Hide stack...
Hide stack traces in a smart way in Azure API Management

Hide stack traces in a smart way in Azure API Management

Stack traces are a nice gift for hackers, because they reveal details about the underlying technology that you are using.  From a security perspective, it is good to remove stack traces when exceptions occur and just return a generic error message, like I described in...
Send API inspector traces to Application Insights

Send API inspector traces to Application Insights

In the December 2020 release of Azure API Management, there was a release note that drew my attention: You can now log API inspector traces to Application Insights and Azure Monitor by setting the verbosity property of the service/diagnostics resource to debug. Azure...