Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenj authored Feb 18, 2020
1 parent 0c37ebd commit e81e5a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_docs/skills/samples/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,9 @@ The Calendar skill provides additional support to search and book meeting rooms.
```

### What do these parameters mean?
| Parameter | Description | Required |
| ---- | ---- | ---- |

|Parameter|Description|Required|
|----|----|----|
|resourceGroup | An existing resource group where the Azure Search Service will be deployed. | Yes |
|cosmosDbAccount | An existing CosmosDb Account where the meeting room data will be stored and then it will be used as a Data Source for Azure Search. | Yes |
|primaryKey | The primaryKey of the given CosmosDb Account | Yes |
Expand Down

0 comments on commit e81e5a5

Please sign in to comment.