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.

 

 

 

The steps that i followed are in the article (click here) .

 

Please help me out in it.

 

Thanks in advance.

 

 

 

  • 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. 

3 Replies

    • mohankumarc143's avatar
      mohankumarc143
      Frequent Visitor

      Thanks for the replay.

       

      Created workspace in workspace collection directly in MS Azure by submitting the following ,

       

       

      After seeing your reply i tried to create workspace using the ProvisionSample but i found the following error .

       

      Please let me know , any wrong step i followed while creating the workspace.

      • Eric_Zhang's avatar
        Eric_Zhang
        Microsoft Employee

        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.