AzureAccess restrictions in Azure functionsIntroduction Secured access to azure functions is very important, especially when your distributed application can have a public-facing…
AzureDebugging an Event Grid Triggered Azure FunctionEvent grid trigger Azure function We can use Azure Event Grid with an Azure function as an endpoint to handle the events. With great…
AzureEvent grid Azure subscription filteringEvent grid Azure Event Grid is designed to build applications with event-based architectures. The events can be published from Azure or…
NuGetObfuscation using nugetObfuscation We are in the golden age of open source software and yet at least I (surely many others too) work at places where safeguarding…
GitHubGitHub Actions - Publishing to nuget.orgGitHub Actions GitHub provides GitHub Actions to help with automating workflows. We can design CI-CD pipelines and also apply policies on…
AzureAzure pipelines - security & compliance using templatesTemplates in Azure pipelines Templates are a great way to achieve what we could do using Task groups for builds and releases in classic…