ammitit2006 wrote:
I am confused here that when we created the workspace then on the portal it shows the [1 workspace] created. But when I imported the report then it's not showing the report or dataset that was created. How this be done. If I want to see the report imported to the workspace, I selected the option 6 and imported the file. it showed me the sccess message but I cannot see any
report in the workspace. If I want to run it from workspace on Azure portal then how can I do so.
In Azure portal, you can only the workspacecollection and workspace, the imported datasets are not shown.
Have you changed any code in the sample? It works fine in my test. Please follow
- Clear the workspace initial value by below setting in the App.config file.
<add key="workspaceId" value="" />
- Start the application.
- Choose option 4 to list workspace ids.
- Choose option 8 to list datasets in the workspace.