Handle secrets in Azure functions configuration
Problem T here are moments when you must include connection strings in your Azure function, such as for a ServiceBusTrigger. While developing locally,...
Problem T here are moments when you must include connection strings in your Azure function, such as for a ServiceBusTrigger. While developing locally,...
Cloud services make it easy to create and host your applications. But these benefits come with a cost. For instance underlying hardware is often shared between customers. This brings the...
Modern applications consist of lots of independent components. Microservice architecture brings great benefits but it also has its downsides. Developers must take care of communication...
Business websites use AD groups as authentication mechanism quite often. Before cloud era, ASP.NET translated AD groups into roles out of the box. This is no longer possible with Azure...