Snowpeak Blog

Sharing and discussing cutting-edge technologies of AI and cloud computing, and other interesting topics.

All Article

Deploy DeepSeek on Azure and Integrate with Open WebUI

DeepSeek is an open-source large language model released by Hangzhou DeepSeek Artificial Intelligence Infrastructure Technology Research Co., Ltd. It has been continuously popular recently, causing of...

Using Vision Plugin to Enable GitHub Copilot for Image Q&A

To extend Copilot's functionality, Microsoft released a plugin called Vision for Copilot Preview, which uses Copilot's Agent mechanism to connect with OpenAI's GPT 4o model for image recognition and Q...

Using Web Search Plugin to Extend GitHub Copilot Q&A

GitHub Copilot is an AI-powered code suggestion tool developed collaboratively by GitHub and OpenAI. It can provide code suggestions based on context and answer various technical questions. However, C...

Configuring Free Domain Email Using Tencent Enterprise Email

It's now common for developers to deploy their own personal websites and register their own domain names, but deploying an email server isn't that simple. The free version of Tencent Enterprise Email ...

Displaying Code Coverage in Azure Pipeline

Azure Pipeline is a hosted service responsible for automated pipelines in Microsoft's comprehensive DevOps toolset on the cloud, featuring complete pipeline management capabilities and convenient inte...

Protecting API Management APIs with Azure AD OAuth 2.0

Azure API Management is a hosted API gateway service on Microsoft Azure cloud with comprehensive API management capabilities. In terms of security, it can be tightly integrated with Azure Active Direc...

Customizing AKS Worker Nodes Using DaemonSet

Often we need to run supporting software on AKS (Azure Kubernetes Service) worker nodes, such as malware scanners, Policy Enforcers, etc. Currently, AKS worker nodes can only use operating system imag...

Azure DevOps Deploying Java Spring Applications to Azure App Service

Azure DevOps is an end-to-end enterprise-level development management platform on Microsoft Azure cloud platform, where Azure Pipelines is the core service for implementing CI/CD using pipelines. Azur...

Azure DevOps Comprehensive Management of ACR and AKS

Azure DevOps is Microsoft's fully managed DevOps pipeline service in the cloud, offering comprehensive pipeline management features and easy integration with various testing, build, and deployment too...

AKS Cluster Blue-Green Deployment for Version Upgrade (Part 2)

In the first part of this series, we introduced the basic concepts of AKS blue-green deployment and explained how to deploy related resources and integrate Application Gateway with AKS. For those who ...

AKS Cluster Blue-Green Deployment for Version Upgrade (Part 1)

Azure Kubernetes Service (AKS) is a managed Kubernetes cluster on Microsoft Azure cloud that can be used to quickly deploy Kubernetes clusters. Combined with other Azure services and features, it simp...

Azure DevOps Pipeline Combining Multiple Repositories (Part 5)

This is the final part of the series on combining multiple repositories with Azure DevOps pipeline. In our previous posts, we have included two source repositories of front-end and back-end projects, ...

Tools