by CPI Staff | Apr 18, 2025 | Azure, Azure AI Services, Blog
In this post, we will show how to build AI applications using Azure AI Foundry and the benefits of using the SDK for Foundry. Introduction The world of Artificial Intelligence (AI) is expanding rapidly, and businesses are increasingly seeking ways to leverage this...
by CPI Staff | Apr 18, 2025 | Azure, Blog, MCP Server
In this blog post, we’ll delve into what MCP Server is, the benefits it offers, and guide you through setting up an Azure MCP Server and integrating it with Visual Studio Code (VS Code). What is Model Context Protocol (MCP) Server? Model Context Protocol (MCP)...
by CPI Staff | Oct 16, 2024 | Azure, Azure AI Services, Azure OpenAI, Blog, Terraform
In this Azure and Terraform blog post, we’ll show how to Deploy Azure OpenAI Resource and Model with Terraform. Terraform is an open-source infrastructure as a code software tool that enables you to safely and predictably create, change, and improve infrastructure....
by CPI Staff | Oct 14, 2024 | Azure, Blog, Postman
In this Postman and Azure REST API, I will show you how to auto-generate a bearer token for each Azure REST API request with Postman. Estimated reading time: 3 minutes Postman API client allows us to develop API requests to many cloud services using an intuitive...
by CPI Staff | Oct 11, 2024 | .NET, Azure, Blog, Entra ID
In this Azure REST API post, I will show you how to create an App Registration for Microsoft Azure SDK for .NET. Azure SDK for .NET allows us to manage Azure programmatically using .NET libraries. Using the SDK, we can create and manage any Azure resource. The Azure...
by CPI Staff | Oct 10, 2024 | .NET, Azure, Blog
In this Microsoft Azure article, we will create a storage container inside an Azure storage account using Azure SDK for .NET. Estimated reading time: 3 minutes Table of contentsCreating a Storage Container in Azure Using Azure SDK for .NETCreate Storage...