How we planned and launched a Podcast - the technical story Paid Members Public
It's 2020, and podcasts are still a thing. I have never been an avid listener of Podcasts, but I appreciate others are, and I understand the value of the format. After doing some research, I figured it would be great to launch a podcast to see the uptake
A few tips for securing your remote workforce in a Microsoft cloud landscape Paid Members Public
Are you a CIO, CISO, or are you at any level responsible for security in your organization? Are you just getting started with Azure and the cloud, and having a remote workforce - or are you seasoned in the cloud, but your users are not? Here's a couple
Best Practices for building and designing Azure Functions Paid Members Public
The years fly by, and we continue to evolve how we design and architect our systems. As we learn more, and technology evolves, so does our processes and design considerations. In this post I want to make notes of a few best practices I've adopted and keep at
Re-use service instances by Implementing Dependency Injection in Azure Functions Paid Members Public
Imagine you have a Function App that has multiple Functions deployed. It's a common scenario, and depending on how you've built the architecture for the solution, it can come in handy to use Dependency Injection to instantiate a service once when the Function App (host) starts
Best Practices for security in Azure Container Registry Paid Members Public
Best Practices for security in Azure Container Registries is a list of real-world experiences in strengthening your security posture.
Embrace a Secure Software Development Lifecycle (SDLC) for Azure Paid Members Public
While threats are ever-increasing, so are the capabilities, methodologies, and technologies we have at our disposal to mitigate risks at a higher cadence than ever before. In this article, I'll talk about the responsibility we have as developers, solution architects, DevOps engineers, and anyone else involved in your
Issues with "Cannot bind parameter 'log' to type ILogger." after upgrading Azure Functions to v3 Paid Members Public
I have a lot of Azure Functions. Most of them are running on v2 with support for .NET Core 2.2 and netstandard2.0. During the upgrade process of my projects, I stumbled onto this several times across different projects: Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'log'
Use the new Azure SDKs with Managed Identities Paid Members Public
Over the years there's been a plethora of API's and approaches to work with artifacts and resources in Azure. In July this year (2019), Microsoft announced the availability of the new Azure SDK API Standards, which is a new set of SDK's in the
Recent comments