Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update collation.md #1219

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/data-warehouse/collation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ Currently, the only method available for creating a case-insensitive data wareho
> [!IMPORTANT]
> Once a warehouse is created, the collation setting cannot be changed. Carefully consider your needs before initiating the creation process.

## Prerequisites
## Option 1: Use the Try it function in the following document
https://learn.microsoft.com/en-us/rest/api/fabric/warehouse/items/create-warehouse?tabs=HTTP


## Option 2: Use other REST API client

### Prerequisites

- A Fabric workspace with an active capacity or trial capacity.
- Download and install [Visual Studio Code](https://code.visualstudio.com/download) to download and install the application.
- Install the [REST Client - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).

## API endpoint
### API endpoint

To create a warehouse with REST API, use the API endpoint: `POST https://api.fabric.microsoft.com/v1/workspaces/<workspace-id>/items`

Expand All @@ -41,7 +47,7 @@ Here's a sample JSON request body for creating a warehouse:
}
```

## Use Visual Studio Code to invoke the REST API
### Use Visual Studio Code to invoke the REST API

You can easily create a new warehouse with case-insensitive collation using [Visual Studio Code (VS Code)](https://code.visualstudio.com/) and the [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) extension. Follow these steps:

Expand Down