Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
DanManson
New Member

Net Core PowerBI Embed in iFrame hosting on AKS

Hello, 

 

I am following the Microsoft tutorial  https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-your-organization?tab...

Attempting to host the sample code https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/.NET%20Core/Embed%20for%20your%20... in Azure AKS behind a NGINX ingress.  The sample code runs without issue on my local machine. 

 

Is it possible to run the PowerBI embed tutorial for User-Owns-Data code in Azure AKS behind an NGINX ingress?  

 

 

 

1 REPLY 1
Anonymous
Not applicable

Hi @DanManson ,

You need to combine the Power BI Embedded sample code with standard containerization and AKS deployment steps:

1. Get the Official Power BI Embedded “User Owns Data” Sample:

GitHub - microsoft/PowerBI-Developer-Samples: A collection of Power BI samples for developer use.

2. Containerize the Application

Introduction to Containers and Docker - .NET | Microsoft Learn

3. Create an AKS Cluster and Deploy Your App

Azure Kubernetes Service (AKS) documentation | Microsoft Learn

4. Configure NGINX Ingress in AKS

Create an unmanaged ingress controller - Azure | Microsoft Learn

Best Regards

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors