AWS Ingesting and Processing Emails In our last blog entry I covered creating AzDO work items from a static feedback form and then using AWS SES and Azure Logic Apps to send email. However, we may want to
Azure DevOps Feedback Forms to AzDO: Adding Email In our last post we created a feedback form that updated Azure DevOps with a new work item (feature) based on content from a static web form. Next we would like to expand
dapr Dapr Part 4: Service Discovery and Bindings We've covered pubsub and secrets in detail. Dapr can also provide service-to-service discovery and routing much like istio (less the encryption). Dapr's binding component allows us to route to external services for input
dapr Dapr Part 3: Digging into Secrets Dapr provides a basic but very functional secrets abstraction component we can use in our services. In our last topic we furthered the pub/sub knowledge with a custom perl subscriber. Today we
Azure DevOps Azure DevOps: Secrets in Files We've discussed AKV and Hashi Vault, but one simple pattern for secrets storage and decimation is to use encrypted file storage. While not as elegant, it can be more than sufficient, fast and
AKS Helm 3 : Creating and Sharing Charts Helm offers a fantastic way to install charts in a repeatable way, but often it can seem daunting to get started creating charts. And once one has charts, there are a variety of
Getting Started Azure Arc for Servers (Preview) Azure Arc is a preview feature for Azure that will let you manage in Azure resources outside of Azure. So far they’ve discussed Arc for databases, servers and Kubernetes. I was recently