Anssi Pannula's Avatar

Anssi Pannula

@anssitehti.eu

Azure Architect | Developer Blog at anssitehti.eu

25
Followers
32
Following
15
Posts
11.11.2024
Joined
Posts Following

Latest posts by Anssi Pannula @anssitehti.eu

Make your Fabric environment more secure without need to use PrivateLink. 🥳

05.02.2026 10:31 👍 0 🔁 0 💬 0 📌 0
Preview
Building Interactive Agent UIs with AG-UI and Microsoft Agent Framework | Microsoft Community Hub Introduction Picture this: You've built an AI agent that analyzes financial data. A user uploads a quarterly report and asks: "What are the top three expense...

Building Interactive Agent UIs with AG-UI and Microsoft Agent Framework by Pratik Panda techcommunity.microsoft.com/t5/microsoft...

01.02.2026 17:25 👍 0 🔁 1 💬 0 📌 0
Preview
Microsoft Test Platform (MTP) - New Way to Run Unit Tests - Panu Oksala Explore Microsoft Test Platform (MTP), a streamlined way to run .NET unit tests by embedding the test runner directly into project executables.

New Blog Post 🚀:
𝗠𝗶𝗰𝗿𝗼𝘀𝗼𝗳𝘁 𝗧𝗲𝘀𝘁 𝗣𝗹𝗮𝘁𝗳𝗼𝗿𝗺 (𝗠𝗧𝗣) – 𝗡𝗲𝘄 𝗪𝗮𝘆 𝘁𝗼 𝗥𝘂𝗻 𝗨𝗻𝗶𝘁 𝗧𝗲𝘀𝘁𝘀
Improve your unit test performance with MTP test runner.

oksala.net/2026/01/14/m...

#mtp #dotnet #unittesting

14.01.2026 17:37 👍 3 🔁 1 💬 0 📌 0
How to Automate OneLake Shortcuts for Eventhouse (Step-by-Step) - Anssi Pannula Automate OneLake shortcuts for Eventhouse with a two-step REST API approach. Complete guide with code examples and authentication details.

Automating OneLake shortcuts for Eventhouse? While the UI is one-click, automation needs two REST calls: shortcut creation + KQL external table. Here's the complete step-by-step guide 👇

anssitehti.eu/how-to-autom...

#MicrosoftFabric #OneLake #RealTimeaAalytics

07.01.2026 15:07 👍 1 🔁 1 💬 0 📌 0

I got the answer. We also need to create an external table. I am working on a blog post to explain the flow in more detail.

06.01.2026 18:13 👍 1 🔁 0 💬 0 📌 0

Not yet. I have posted the question in the RTI Teams channel in the Fabric Partner Community. I will get back to you when I have some news.

05.01.2026 06:12 👍 1 🔁 0 💬 1 📌 0

Have you been able to create OneLake shortcuts in an Eventhouse pointing to Lakehouse tables via the REST API? It works in the Fabric UI/Portal, does the same work via API? 🤔

#MicrosoftFabric

27.12.2025 15:38 👍 0 🔁 0 💬 1 📌 0

Nice, docker compose support! For me, this is important. Using the same tools and workflow locally and in production makes the development experience seamless.

28.11.2025 08:47 👍 1 🔁 0 💬 0 📌 0
Project Lightning Talk: Dapr: Start Building Distributed Applications With Ease Using... Marc Duiker
Project Lightning Talk: Dapr: Start Building Distributed Applications With Ease Using... Marc Duiker Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon events in Amsterdam, The Netherlands (23-26 March, 2026). Connect with our current graduated, incubating, and sandbox…

KubeCon NA presentation: "Project Lightning Talk: Dapr: Start Building Distributed Applications With Ease Using Building Block APIs" by Marc Duiker www.youtube.com/watch?v=N7oc...
#CNCF

26.11.2025 14:15 👍 0 🔁 1 💬 0 📌 0
Preview
Containerization Assist MCP Server - Your Personal Platform Engineer - Anssi Pannula Learn how to use Containerization Assist MCP Server as your personal Platform engineer to create secure Dockerfiles and Kubernetes manifests with AI assistance through GitHub Copilot

Can AI scaffold your Dockerfiles and K8s manifests? I gave the Containerization Assist MCP Server a test drive with a Python app.

👉 anssitehti.eu/containeriza...

#MCP #AI #Kubernetes #Docker #AIAgents

11.11.2025 11:49 👍 1 🔁 0 💬 0 📌 0
Preview
GitHub - Matonen/ohmylinkki Contribute to Matonen/ohmylinkki development by creating an account on GitHub.

🚀 OhMyLinkki now runs on the Microsoft Agent Framework!
Azure AI assistant for Jyväskylä’s Linkki buses 🚌
→ Real-time locations
→ AI chat for route questions
Built with .NET, Azure AI, MCP and the Agent Framework.
🔗 github.com/Matonen/ohmy...
#Azure #AI #MicrosoftAgentFramework #dotnet #MCP

01.11.2025 11:15 👍 1 🔁 0 💬 0 📌 0
Code-First CI/CD in Microsoft Fabric with fabric-cicd – Anssi Pannula

🚀 New blog post! 🚀

Learn how to build CI/CD with fabric-cicd. Say goodbye to ClickOps!

Read it here: anssitehti.eu/code-first-c...

#MicrosoftFabric #fabriccicd

06.09.2025 08:07 👍 0 🔁 0 💬 0 📌 0
Preview
Autoscale Billing for Spark in Microsoft Fabric (Generally Available) | Microsoft Fabric Blog | Microsoft Fabric We’re thrilled to announce the general availability (GA) of Autoscale Billing for Apache Spark in Microsoft Fabric — a serverless billing model designed to offer greater flexibility, transparency,...

Autoscale Billing for Spark in #MicrosoftFabric Generally Available by Santhosh Kumar Ravindran #Azure blog.fabric.microsoft.com/en-GB/blog/n...

15.08.2025 02:15 👍 0 🔁 1 💬 0 📌 0

Finally! We have been waiting for this. Maybe next what-if v2? 😏

07.08.2025 18:02 👍 0 🔁 0 💬 0 📌 0
Post image

Local Deploy is a new Bicep feature that lets you deploy Bicep code, without connecting to Azure - Crazy! buff.ly/Yo9yC3t

18.06.2025 20:36 👍 2 🔁 2 💬 0 📌 0
Preview
Azure Bicep optional module names explained Naming every module in Azure Bicep used to be mandatory. With the release of the optional module names setting an explicit module deployment name is now optional. With Azure Bicep version…

🚀 New blog! Did you know you can let Azure Bicep handle Azure deployment names for you? In this blog, you will learn all about optional module names and how they work.

🔗 Read the blog post here: johnlokerse.dev/2025/04/01/a...

Enjoy the read!

#azure #azurebicep #infrastructureascode #MVPBuzz

01.04.2025 07:32 👍 5 🔁 2 💬 1 📌 0
fabric-cli ⚡ Microsoft Fabric CLI

Microsoft Fabric CLI is a new tool for automating your Fabric environment. I've been waiting for something like this for a while. Gotta take it for a test drive! 😃

microsoft.github.io/fabric-cli/

#MicrosoftFabric

02.04.2025 18:49 👍 0 🔁 0 💬 0 📌 0
Preview
Fabric March 2025 Feature Summary | Microsoft Fabric Blog | Microsoft Fabric Welcome to the March Feature Summary! From the innovative Variable library (Preview) to the powerful Service Principal support in the CI/CD features, there’s a lot to explore. Dive in and di...

Now, that is a serious update! So many important things in there! Love it and start building my testing plan for the coming months 😁 blog.fabric.microsoft.com/en-us/blog/f...

#FabCon #MicrosoftFabric

31.03.2025 17:25 👍 3 🔁 1 💬 0 📌 0
Preview
Deploy Dynatrace OneAgent on your Container Apps | Microsoft Community Hub TOC Introduction Setup References   1. Introduction Dynatrace OneAgent is an advanced monitoring tool that automatically collects performance data...

Deploy Dynatrace OneAgent on your Container Apps by Ringe Chen #Docker #ContainerRegistry #AzureContainerRegistry techcommunity.microsoft.com/t5/apps-on-a...

26.03.2025 17:25 👍 0 🔁 1 💬 0 📌 0
Setting Up Azure SQL Mirroring in Fabric: A Zero-ETL Approach – Anssi Pannula

🚀 New blog post! 🚀

Is ETL becoming obsolete? Fabric mirroring enables real-time data sync without traditional ETL. Learn how it works and follow a step-by-step guide to set up Azure SQL Mirroring in Fabric!

🔗 Read more: anssitehti.eu/setting-up-a...

#fabric #azuresql #azure

20.03.2025 16:09 👍 0 🔁 0 💬 0 📌 0
RBAC with Azure Cosmos DB for NoSQL – Anssi Pannula

🚀 New blog post! 🚀

Learn how to secure Azure Cosmos DB for NoSQL using RBAC with Microsoft Entra ID. No more access keys!

anssitehti.eu/rbac-with-az...

#Azure #BicepLang #CosmosDB

18.02.2025 17:39 👍 1 🔁 1 💬 0 📌 0
Preview
Fabric Security: How to Access Private Network Azure Resources - Panu Oksala In Azure it is good practice (well I would say mandatory practice) to restrict database and Key Vault access by setting network restrictions for the Azure resource. Typically enterprises has their own...

𝗡𝗲𝘄 𝗯𝗹𝗼𝗴 𝗽𝗼𝘀𝘁:
Fabric Security🔏: How to Access Private Network Azure Resources

In this post I am diving into the Microsoft Fabric Managed Private Endpoint feature.

oksala.net/2025/02/09/f...

#fabric #azure

09.02.2025 11:16 👍 2 🔁 1 💬 0 📌 0

Deploying custom domains with managed certificates in container apps isn't as straightforward as it sounds. But don't worry, help is on the way this month!

github.com/microsoft/az...

#biceplang #azure

11.01.2025 10:31 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

Say goodbye to those “adding changes” commit messages 👋

Copilot can suggest a commit message for you based on the changes you made.

Available to everyone today with GitHub Copilot Free. Learn more: aka.ms/copilot-free

31.12.2024 16:00 👍 46 🔁 10 💬 7 📌 3
Preview
Reflections on 2024: A Year of Growth and Success? - Panu Oksala Year 2024 has come to an end. In general 2024 was a hard year for lots of people. Macro economy wasn’t that good here in Finland, lots of my friends were having troubles or disturbs in their personal ...

New blog post:

Reflections on Year 2024. Was it that bad?

Spoiler: It was not.

oksala.net/2024/12/31/r...

31.12.2024 13:19 👍 1 🔁 1 💬 0 📌 0
Enhance your Azure Container App security with Private Endpoints – Anssi Pannula

🚀 New blog post! 🚀

Learn how to enable private endpoints in Azure Container App.

🔗 anssitehti.eu/enhance-your...

#azure #aca #bicep

27.12.2024 11:54 👍 5 🔁 2 💬 0 📌 0