App
132 TopicsAzure Functions - Part 2 - Unit and Integration Testing
A unit test usually involves writing code to test a specific function or method, using input data and expected output data. The test code then executes the function or method with the input data, compares the resulting output to the expected output, and reports any discrepancies as errors or failures. This approach allows developers to test each unit of code in isolation, ensuring that their code is modular, well-designed, and functioning as intended.74KViews1like6CommentsDeploy and run a Azure OpenAI/ChatGPT app on AKS with Terraform
This article shows how to deploy an Azure Kubernetes Service(AKS) cluster and Azure OpenAI Service via Terraform and how to deploy a Terraform chatbot that authenticates against Azure OpenAI using Azure AD workload identity and calls the Chat Completion API of a ChatGPT model.51KViews13likes13CommentsDeploy and run a Azure OpenAI/ChatGPT application on AKS via Bicep
This article shows how to deploy an Azure Kubernetes Service(AKS) cluster and Azure OpenAI Service via Bicep and how to deploy a Python chatbot that authenticates against Azure OpenAI using Azure AD workload identity and calls the Chat Completion API of a ChatGPT model.38KViews11likes2CommentsEverything you want to know about ephemeral OS disks and Azure Kubernetes Service (AKS)
This article analyzes in-depth the available configuration settings for the ephemeral OS disk in Azure Kubernetes Service (AKS). With ephemeral OS disks, you see lower read/write latency on the OS disk of AKS agent nodes since the disk is locally attached.34KViews8likes10CommentsComprehensive End-to-End Testing in Azure: Introduction
Are you looking for a comprehensive guide to end-to-end testing in Azure? Look no further! In this series of blog posts, I'll show you how to use Playwright, Azure Load Testing, and Chaos Studio to test your web applications and services from start to finish. Don't miss out on the latest techniques and best practices for end-to-end testing in Azure!27KViews8likes2CommentsIntegrating Azure Front Door WAF with Azure Container Apps
Azure Container Apps (ACA) provides a fully-managed container orchestration platform built on top of Azure Kubernetes Service (AKS). Whilst ACA provides automatic ingress deployment for public (external) and private (internal) ACA environments, the service doesn't currently offer any Web Application Firewall (WAF) or Globally distributed ingress routing. This blob post describes how to integrate Azure Front Door WAF with a private (internal) Azure Container App environment to security harden Azure Container App ingress.26KViews6likes19Comments