Affordable Innovation: Unveiling the Pricing of Phi-3 SLMs on Models as a Service

At this year’s Microsoft Build, we introduced the Phi-3 series of small language models (SLMs), a groundbreaking addition to our Azure AI model catalog. The Phi-3 models, which include Phi-3-mini, Phi-3-medium, represent a significant advancement in th… Continue reading Affordable Innovation: Unveiling the Pricing of Phi-3 SLMs on Models as a Service

Create a Jenkins pipeline to deploy Desktop Apps as MSIX – Part 2: Packaging a Visual Studio solutio

Parts:

Setup the Jenkins environment: install Jenkins and the required tools.
Packaging a Visual Studio solution: for applications that use Visual Studio IDE, like Windows Forms and WPF.
Packaging a solution developed outside Visual Studio:&nbsp… Continue reading Create a Jenkins pipeline to deploy Desktop Apps as MSIX – Part 2: Packaging a Visual Studio solutio

Lesson Learned #500: Connection Leaks and Query Execution using HikariCP

Other lesson learned about HikariCP has been when we enabled setLeakDetectionThreshold working on a service request was receiving the following error message: 20:21:42.089 [AppExample-ConnectionPooling housekeeper] WARN com.zaxxer.hikari.pool.Prox… Continue reading Lesson Learned #500: Connection Leaks and Query Execution using HikariCP

Lesson Learned #499: HikariCP Retry Policy – The connection is closed

Today, I worked on a service request that our customer got the following error message: 
 

19:28:43.232 [main] WARN com.zaxxer.hikari.pool.PoolBase – AppExample-ConnectionPooling – Failed to validate connection ConnectionID:3 ClientConnectio… Continue reading Lesson Learned #499: HikariCP Retry Policy – The connection is closed