Initial commit
This commit is contained in:
29
skills/fabric-cli/references/create-workspaces.md
Normal file
29
skills/fabric-cli/references/create-workspaces.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Creating Workspaces
|
||||
|
||||
## Create Workspace with Large Storage Format
|
||||
|
||||
**Step 1:** List available capacities
|
||||
|
||||
```bash
|
||||
fab ls .capacities
|
||||
```
|
||||
|
||||
**Step 2:** Create workspace on chosen capacity
|
||||
|
||||
```bash
|
||||
fab mkdir "Workspace Name.Workspace" -P capacityName="MyCapacity"
|
||||
```
|
||||
|
||||
**Step 3:** Get workspace ID
|
||||
|
||||
```bash
|
||||
fab get "Workspace Name.Workspace" -q "id"
|
||||
```
|
||||
|
||||
**Step 4:** Set default storage format to Large
|
||||
|
||||
```bash
|
||||
fab api -A powerbi -X patch "groups/<workspace-id>" -i '{"defaultDatasetStorageFormat":"Large"}'
|
||||
```
|
||||
|
||||
Done. The workspace now defaults to Large storage format for all new semantic models.
|
||||
Reference in New Issue
Block a user