How to run LLMs on Your Local Machine: A Hands-On Guide

In the rapidly evolving world of artificial intelligence, Large Language Models (LLMs) have emerged as powerful tools for a wide range of applications, from natural language processing to creative content generation. While these models are often associated with large-scale cloud computing resources, you might be surprised to learn that you can experiment with LLMs right on your local machine. This hands-on guide will walk you through the process, providing you with the knowledge and tools needed to harness the power of LLMs locally. [Read More]
AI  LLM 

Key Takeaways from Azure AI Discovery Day

Earlier this month I attended “Innovate with Azure Day Norway” at Microsoft’s office in Oslo. This was a thorough all-day session from Microsoft to explore how artificial intelligence can underpin business innovation, contributing to growth, security and scalability. It was also a nice opportunity to network and get to know new people. These are some key takeaways from the topics that was covered: Migrate to be AI-ready The place to start to get your organization AI ready, is to migrate your infrastructure to the cloud. [Read More]

Using Microsoft Teams to monitor Splunk Alerts

If you are using Splunk as your log management tool, creating Splunk alerts is a great way to monitor your apps and services for errors. The alerts can trigger different kind of actions. For instance sending a POST to a webhook or be sent as an e-mail. An easy way to monitor the alerts is to create a Microsoft Teams channel for your alerts. Each Teams channel has an e-mail address that can receive data that will be displayed in the channel. [Read More]

How to create a blog running on Azure Static Web Apps and Hugo

After receiving some questions about how this blog was implemented, I created this tutorial on how to create your own blog. This blog is hosted on Azure Static Web Apps, and it uses the framework Hugo for site generation. I use Visual Studio Code to edit the content and GitHub for source control. For Continuous Integration and Continuous Delivery (CI/CD) the site use GitHub Actions 1. About Azure Static Web Apps First, what is Azure Static Web Apps? [Read More]

An Introduction to Azure AI Capabilities

You have probably already used Microsoft Copilot, ChatGPT or GitHub Copilot, and you might be amazed by their AI-powered code suggestions and productivity enhancements. What if you could integrate AI into your own products and services? In this blog post I’ll scratch the surface of some of the capabilities that are available in Microsoft Azure. Azure AI Vision Azure AI Vision is a service you can use for image recognition and to extract information from your images. [Read More]
Azure  AI  .NET 

Create a Web Api Using a Http Triggered Azure Function App With vs Code

A step by step guide on how to create and test a simple Web API using Azure Functions with Visual Studio Code. How to create the function If you haven’t allready set up a development environment with Visual Studio Code on your computer, there are some prerequisites to get started. Install VS Code Install the Azure Functions extension and Azure Tools Install Core Tools from Microsoft Create a new folder for your project After creating the new folder, trust the folder. [Read More]
Azure  API 

Hello world

Hello world

This is my first post.