How to Enable Entra ID Login for Linux Virtual Machines in Azure

Microsoft entra id (Azure AD) integration for Linux virtual machines (VMs) is a powerful feature that enhances security and simplifies identity management. By enabling Azure AD login, you can streamline access control and eliminate the need for managing local credentials. In this guide, we’ll walk you through the step-by-step process of configuring Microsoft entra id … Read more

How to Create Custom Content Filters in Azure AI Foundry for Safer AI Applications

Previously we learned to deploy LLM via Azure AI foundry https://www.sysosx.com/blogs/deploy-azure-openai-gpt-4o-and-integrate-with-nextchat-or-chatbox-clients-build-your-personal-ai-companion/, https://www.sysosx.com/blogs/deploying-deepseek-r1-on-azure-ai-foundry-chatbox-integration/. but how to create custom content filters for your LLM. Ensuring safe and compliant usage of generative AI models is crucial for ethical AI applications. With Azure AI Content Filtering, users can leverage default filters or create custom configurations to moderate harmful content effectively. … Read more

Azure Powershell Script deleting unused or orphaned azure resources

Overview Managing unused or orphaned resources in Azure can significantly impact cloud spending and operational efficiency. The Azure Resource Cleanup tool is a comprehensive PowerShell script designed to help cloud administrators identify and deleting unused or orphaned azure resources, ensuring cost optimization and improved resource management. This script operates in a safe, non-destructive reporting mode by default, … Read more

Enhance Your Azure AI Agent with Bing Search Integration

In our previous article, we walked you through the process of creating an AI agent using Azure AI Foundry. Now, it’s time to take your agent to the next level! By integrating Grounding with Bing Search, you can supercharge your AI agent with real-time, web-based information. This ensures your agent delivers accurate, up-to-date, and contextually relevant responses for … Read more

How to Create an AI Agent Using Azure AI Foundry

Azure AI Foundry is a powerful platform that allows organizations to build and deploy AI agents tailored to their unique requirements. By leveraging Azure OpenAI resources, you can create intelligent agents equipped with advanced tools like code interpreters and custom functions. These agents can perform tasks such as running code, searching the web, and much … Read more

23. Deploying Ubuntu Server in the Cloud: A Step-by-Step Guide

Introduction Deploying Ubuntu Server in the Cloud has become a go-to choice for businesses and developers looking to harness the power of scalable and reliable cloud environments. As one of the most popular Linux distributions, Ubuntu Server is renowned for its stability, security, and extensive community support, making it ideal for hosting applications, databases, and … Read more

Troubleshooting Azure Disk Encryption Error: RUNTIME_E_KEYVAULT_SECRET_WRAP_WITH_KEK_FAILED

When enabling Azure Disk Encryption for your Virtual Machine (VM), you may encounter the following error: JSON’code’: ‘VMExtensionProvisioningError’, ‘message’: ‘VM has reported a failure when processing extension ‘AzureDiskEncryption’ (publisher ‘Microsoft.Azure.Security’ and type ‘AzureDiskEncryption’). Error message: ‘[2.5.0.3] Failed to enable Azure Disk Encryption on the VM with the following exception details:\n Microsoft.Cis.Security.BitLocker.BitlockerIaasVMExtension.BitlockerFailedToSendEncryptionSettingsException: The fault reason was: ‘0xc142506f RUNTIME_E_KEYVAULT_SECRET_WRAP_WITH_KEK_FAILED … Read more

Deploy Azure OpenAI GPT-4o and Integrate with NextChat or ChatBox Clients: Build Your Personal AI Companion

Deploy Azure OpenAI GPT-4o and Integrate with NextChat or ChatBox Clients: Build Your Personal AI Companion Azure OpenAI GPT-4o is a powerful generative AI model that enables intelligent conversational applications. By integrating GPT-4o with NextChat Client or ChatBox Client, you can transform your Windows PC into a gateway for seamless interactions with AI. These clients provide a polished, … Read more

How to Uninstall VMware Tools for Azure VM: Step-by-Step Guide

When migrating virtual machines (VMs) from VMware to Azure, one critical step often overlooked is uninstalling VMware Tools before the migration. If VMware Tools is not removed prior to migration, using standard uninstallation methods after the VM is already on Azure may fail. This can result in leftover services, files, and drivers that interfere with … Read more