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.78KViews1like6CommentsDeploy 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.39KViews11likes2CommentsEverything 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.37KViews8likes10CommentsComprehensive 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!28KViews8likes2CommentsAzure Red Hat OpenShift Reference Architecture & Reference Implementation
Intent of this blog is to showcase Azure Red Hat OpenShift (ARO) Reference Architecture and Reference Implementation. This will allow customers to gain confidence and deploy ARO and dependent Azure services following some of the recommended best practices.27KViews4likes4Comments