Using Streamlit Chatbot UI with AKS KAITO Language Model Inferences

Using Streamlit Chatbot UI with AKS KAITO Language Model Inferences

This blog post discusses setting up a chatbot UI using Streamlit alongside a deployed language model inference service in Azure Kubernetes. It details the process of testing the inference service with curl commands, implementing a Streamlit app, and configuring ingress rules for external access, highlighting Streamlit's user-friendly capabilities for chatbot development.

Visual Studio Code “Failed to Connect to the remote Extension host server”

I have a Windows 11 PC and use Visual Studio Code connected to Windows Subsystem for Linux (WSL). Occasionally, I wake up my PC from sleep mode. I then try to reconnect to WSL from VS Code. And I would get the following error. Failed to connect to the remote extension host server (Error: WebSocket …

Continue reading Visual Studio Code “Failed to Connect to the remote Extension host server”

Resolving Errors In Azure AI Search Indexer Against Blob Storage Account

When creating an indexer in Azure AI Search to read files such as JSON and PDFs, I encountered the following error: Operation:Web Api response status: 'Unauthorized', Web Api response details: '{"error":{"code":"PermissionDenied","message": "Principal does not have access to API/Operation."}}' Message:Could not execute skill because the Web Api request failed. Details:Web Api response status: 'Unauthorized', Web Api …

Continue reading Resolving Errors In Azure AI Search Indexer Against Blob Storage Account

Exploring Azure Verified Module for Azure Kubernetes Service

I have been testing out the Azure Verified Module for Azure Kubernetes Service that can be found in the Terraform Registry at https://registry.terraform.io/modules/Azure/avm-res-containerservice-managedcluster. This module came out in October 2024 so its fairly new. This module is suitable for enterprise-grade production environments, applies Microsoft best practices, features RBAC, complex monitoring. Also it is supported by …

Continue reading Exploring Azure Verified Module for Azure Kubernetes Service

Well Architected Framework With The Azure Verified Module For Azure Kubernetes

I came across the Azure Verified Module for Azure Kubernetes Service and in its Github repo I found a Well Architected Framework (WAF) Aligned example for deploying this Terraform module. So asked myself, "What exactly makes this example of deploying AKS WAF Aligned?" Before I get into that, let me explain what is WAF.  It …

Continue reading Well Architected Framework With The Azure Verified Module For Azure Kubernetes

Azure Verified Module Storage Account: Firewalls and Virtual Network Configuration

I have been trying out the Azure Verified Module avm-res-storage-storageaccount. module's repo: https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount/tree/main Hashicorp Terraform Registry: https://registry.terraform.io/modules/Azure/avm-res-storage-storageaccount/azurerm/latest?tab=inputs I like show some simple networking scenarios in the Firewalls and Virtual networks configuration in terms of this modules parameters. This configuration is found at The module input parameters to discuss are the following: public_network_access_enabled bool Description: (Optional) Whether the …

Continue reading Azure Verified Module Storage Account: Firewalls and Virtual Network Configuration

Permissions with Azure AI Foundry: Safety And Security

As I was starting to try out Azure Foundry Safety and Security feature, I confronted with the error "Your account does not have access to this resource, please contact your resource owner to get access". And so I went to the Management Center, to check user permissions and yet I have owner permissions at the …

Continue reading Permissions with Azure AI Foundry: Safety And Security