This is an ASP.NET MVC Application that has an integrated Power BI Embedded Report.
What you need is to update 3 keys in the web.config:
<add key="powerbi:AccessKey" value="FROM_AZURE_PORTAL" />
<add key="powerbi:ApiUrl" value="https://api.powerbi.com" />
<add key="powerbi:WorkspaceCollection" value="YOUR_DATASET_NAME" />
<add key="powerbi:WorkspaceId" value="FROM_AZURE_PORTAL" />
Then, Run the app and you will be able to embed first report you have imported in Power BI workspace collection in Azure.
Detailed blog post is here: http://www.mostafaelzoghbi.com/2016/04/power-bi-embedded-step-by-step.html
####A screen shot of the running application: