
“The cloud is not secure!”: a management summary
This content may be outdated. Please, read this page keeping its age in your mind.“We cannot store our sensitive data in the cloud, it’s not secure!“. This is a statement I’m confronted with on a regular basis and it’s usually brought up by CIOs or IT Managers which haven’t had much experience with cloud technologies…

Azure Functions (v3): Request Localization
This content may be outdated. Please, read this page keeping its age in your mind.Returning a localized response, based on a language selection is one of the most common business requirements a software developer has to deal with. This article explains how to perform request localization with Azure Functions RESX files and the default asp.net…

Azure Functions (v3): Response Caching
This content may be outdated. Please, read this page keeping its age in your mind.This article describes how to add response caching to an Azure Functions v3 App. Response Caching can reduce the number of requests to your Functions significantly which helps you save costs and boosts performance.