The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?
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