-
IDE/code editor. We recommend using Visual Studio Code.
Follow the steps on aka.ms/EmbedForCustomer
-
Open IDE.
-
Open AppOwnsData folder.
-
Open terminal and install required dependencies by executing the following command.
npm install
-
Fill in the required parameters in the config.json file related to AAD app, Power BI report, workspace, and user account information.
-
Run the following command in CMD/PowerShell to start the application.
npm start
-
Open http://localhost:5300 in browser or refer to logs to check the port on which the application is running.
-
Google Chrome
-
Microsoft Edge
-
Mozilla Firefox
For security reasons, in a real world application, passwords and secrets should not be stored in config files. Instead, consider securing your credentials with an application such as Key Vault.