App
132 TopicsAzure App Service Patterns and Features for the Azure Well-Architected Framework
Applying the Azure Well-Architected Framework to your application workloads is critical and should be considered during initial architecture design and deployment and monitored over time to ensure compliance.15KViews14likes0CommentsDeploy 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.51KViews13likes13CommentsAKS Review - 1.1: Networking - Ingress / Egress
Azure Kubernetes Service (AKS) is a managed service, meaning that Microsoft manages the control plane components (i.e., API Server, Controller Manager, etcd DB & Scheduler) for you and offloads significant operational overhead from you as an administrator. There are also agent nodes that live inside the cluster, which run your application workloads and are customer managed. Those are going to basically get placed into your own secure Virtual Network (VNET) in Azure and they're going to be exposed with private IP addresses.7.5KViews12likes2CommentsDeploy 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.38KViews11likes2CommentsIs your availability zone "1" equal to my "1"? Understanding the `checkZonePeers` API...
Azure availability zone numbers only make sense within a single subscription. If you want to understand how your AZ 1 maps to the AZs in a different subscription, you should use the checkZonePeers API to determine how the mapping works.11KViews10likes0Comments