Forum Discussion
Workspace ID is not generated after creating workspace.
- 9 years ago
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.
The snapshot shows that you've already created a Workspace Collection.
May I know how did you create a workspace in the workspace collection, via PowerBI CLI tool or the ProvisionSample?
Both approach works fine in my test.
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_Zhang9 years agoMicrosoft Employee
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.