Tag: Azure

Integrating Azure AI Services into your .NET Applications
Integrating Azure AI Services into your .NET Applications
Blog Posts

Introduction In today’s rapidly evolving technological landscape, artificial intelligence (AI) has emerged as a game-changer across industries. Azure AI Services, offered by Microsoft Azure, provide developers with powerful tools and capabilities to incorporate AI into their applications. In this blog post, we will explore how to integrate Azure AI Services into your .NET applications, enabling you… READ MORE

Generative AI Tech Stack
Generative AI Tech Stack
Blog Posts

In my previous blogs I discussed the various use cases how organizations are adopting Generative AI . With Generative AI solutions the shift is towards anyone who can consume an API can infuse AI into their applications, you don’t need a data science team! It’s more about the application developers, another important team is the… READ MORE

Microsoft Defender for Cloud - part 1
Microsoft Defender for Cloud – part 1
Blog Posts

Table Of Contents Credits and sources Microsoft Learn https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-cloud-introduction TechTarget https://www.techtarget.com/searchsecurity/definition/Cloud-Security-Posture-Management-CSPM Intro In this blog series, I want to focus on how Microsoft Defender for Cloud (MDFC) can help secure your Azure environment. MDFC is a collection of Defender products that provides security and visibility into your security posture in Azure. Still, many security features… READ MORE

EXCHANGE SERVER IN AZURE – PART II
EXCHANGE SERVER IN AZURE – PART II
Blog Posts

In my previous blog I wrote about creating a virtual network in Microsoft Azure and a site-to-site VPN connection to connect your on-premises network to the virtual network in Azure. The next step is to create a Domain Controller and (optional) an Azure AD Connect server in Microsoft Azure. On a Domain Controller on-premises, create a new… READ MORE

EXCHANGE SERVER IN AZURE PART I
EXCHANGE SERVER IN AZURE PART I
Blog Posts

In my previous blog I wrote about creating a virtual network in Microsoft Azure and a site-to-site VPN connection to connect your on-premises network to the virtual network in Azure. The next step is to create a Domain Controller and (optional) an Azure AD Connect server in Microsoft Azure. On a Domain Controller on-premises, create a new… READ MORE

Installing Flux (GitOps) AKS cluster extension to a tainted node pool
Installing Flux (GitOps) AKS cluster extension to a tainted node pool
Blog Posts

I am starting to see GitOps more and more lately especially now it can be easily installed using an AKS cluster extension. Not sure what a cluster extension is? Check out this blog post. https://pixelrobots.co.uk/2022/02/azure-kubernetes-service-aks-addons-and-extensions-who-is-responsible/ One thing I have noticed is that when people have installed flux via the cluster extension and are using the best… READ MORE

Finding out what values were used on a deployed helm chart
Finding out what values were used on a deployed helm chart
Blog Posts

Let’s set the scene. You deployed the NGINX ingress controller a while ago onto an AKS cluster by following the Microsoft Docs https://learn.microsoft.com/azure/aks/ingress-basic and now need to update the nginx ingress controller but add a new configuration. If you read the doc page, you will notice the helm command is not using a values file but rather… READ MORE