Publish a Blazor .NET App With VS Code to Azure

Publish a Blazor .NET App With VS Code to Azure

In this Microsoft Azure blog post, we’ll walk through how to publish a Blazor .NET app using Visual Studio Code (VS Code) to Azure. VS Code, with its rich ecosystem of extensions and integrations, is more than just a code editor. It enables developers to build, test,...
Setting Up Azure MCP Server with VS Code

Setting Up Azure MCP Server with VS Code

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)...
Auto-Generate Azure Bearer Token with Postman

Auto-Generate Azure Bearer Token with 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...