AzureFinding out IPs of Azure functionIntroduction The IP address of an Azure function can be very useful, especially if you are using IP based network restrictions or any kind…
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…