Forum Discussion
DanManson
1 year agoNew 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?tabs=net-core Attempting to host the sample code h...
Anonymous
1 year agoNot 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