Forum Discussion

mohankumarc143's avatar
mohankumarc143
Frequent Visitor
9 years ago
Solved

Workspace ID is not generated after creating workspace.

Used Free Trial power bi embedded version to create the workspace but when Customer finished creating Workspace, not able to see any workspace Id. Without workspace, not able to move forward.   ...
  • Eric_Zhang's avatar
    Eric_Zhang
    9 years ago

    mohankumarc143

    Line 106 in ProvisionSample is

    await CreateWorkspaceCollection(subscriptionId, resourceGroup, workspaceCollectionName);

    indicating that you picked the option 1. To create a new workspace in an existing workspace collection, which is your case, you shall choose option 5.