The Azure AI Foundry portal is a cohesive environment for developing AI solutions, enabling users to create Hubs and Projects that facilitate collaboration among data scientists, developers, and engineers. It integrates services like Azure Open AI, offering shared resources and role-based access management while streamlining AI services' deployment and management processes.
Category: Azure
GPU Virtual Machines For KAITO Models on AKS
The blog discusses the Kubernetes AI Toolchain Operator (KAITO) setup on AKS, detailing the NVIDIA GPU VM instance types for node pools hosting AI inference models. It emphasizes cost efficiency and GPU specifications for deploying large models.
Effortlessly Setup Kaito v0.3.1 on Azure Kubernetes Service To Deploy A Large Language Model
KAITO simplifies the deployment of large language models (LLMs) in Azure Kubernetes Service (AKS) environments with preset GPU configurations. This tool automates the setup process, including node provisioning and identity management, essential for data experiments while ensuring security compliance. It enhances efficiency, allowing engineers to focus on AI/ML model experimentation. #azure #kubernetes #AI #genAI #mvpbuzz
Did My Apps Go Down During AKS Upgrade?
I did an experiment of running a load test against 4 applications and while executing a Azure Kubernetes Cluster Upgrade to see the affects and any downtime. The applications hosted in my AKS cluster are AKS Helloworld - super simple application Voting App - simple application with Redis backend Bookinfo Istio demo - microservices architecture …
Fixing A Failed State AKS Cluster
If you ever encounter the following error, I'll show you one way that helped me resolve my AKS cluster. The cluster is in a failed state. If you didn't do an operation, AKS may resolve the provisioning status automatically if your cluster applications continue to run. To further troubleshoot, you can refer to https://github.com/MicrosoftDocs/SupportArticles-docs/blob/main/support/azure/azure-kubernetes/cluster-node-virtual-machine-failed-state.md For …
Installing Kubelogin in WSL Ubuntu 20.04
I like to share in hoping to have helped the small minority that couldn't get kubelogin setup properly with the struggles that I have been having. My desktop environment WSL on Windows 10 Ubuntu 20.04 Here's my error ~/linux-scripts $ kubelogin convert-kubeconfigerror: unknown command "convert-kubeconfig" for "kubelogin" I should have paid attention that the kubelogin …
Upgrading My Azure Kubernetes Service Cluster
The process of upgrading an AKS cluster involves careful consideration due to its complexity, especially in production environments. Manual control plane and node pool upgrades are essential, requiring meticulous monitoring and careful planning. Consider the extensive documentation for detailed guidance.
Scripting Azure CLI with 6 Features in GitHub Copilot
GitHub Copilot is your AI programmer and I use it via an VS Code extension. I find this to be the most effective AI tool that I have come across so far. I have used this in scenarios when I am scripting with Azure PowerShell, Az CLI and Azure SDK for Python. Here are my …
Continue reading Scripting Azure CLI with 6 Features in GitHub Copilot
Using Log Analytics Workspace with Azure Open AI Application
This post showcases practical scenarios of using Azure Log Analytics Workspace to monitor the AKS Demo Store application with Azure Open AI for product descriptions. The post covers configuring settings, querying metrics and logs, and managing data usage for cost efficiency.
Deploying Azure Kubernetes Service Demo Store App with Azure Open AI – Part 2
This blog post is a continuation of Deploying Azure Kubernetes Service Demo Store App with Azure Open AI – Part 1. It dives into the Python code that calls the Azure Open AI Service and highlights the use of Semantic Kernel. The AKS Demo Store uses the AI functionality to generate product descriptions. The article emphasizes the benefits of using Azure Kubernetes Service (AKS) to support AI Ops platform.