Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
10 | |
7 | |
4 | |
4 | |
4 |