Skip to content

Commit a6e5f6f

Browse files
Merge pull request #271320 from wmwxwa/patch-13
Update functions-add-output-binding-cosmos-db-vs-code.md
2 parents 6a1de9e + c9f799a commit a6e5f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-add-output-binding-cosmos-db-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Now, you create an Azure Cosmos DB account as a [serverless account type](../cos
4242

4343
|Prompt| Selection|
4444
|--|--|
45-
|**Select an Azure Database Server**| Choose **Core (SQL)** to create a document database that you can query by using a SQL syntax. [Learn more about the Azure Cosmos DB](../cosmos-db/introduction.md). |
45+
|**Select an Azure Database Server**| Choose **Core (NoSQL)** to create a document database that you can query by using a SQL syntax or a Query Copilot ([Preview](../cosmos-db/nosql/query/how-to-enable-use-copilot.md)) converting natural language prompts to queries. [Learn more about the Azure Cosmos DB](../cosmos-db/introduction.md). |
4646
|**Account name**| Enter a unique name to identify your Azure Cosmos DB account. The account name can use only lowercase letters, numbers, and hyphens (-), and must be between 3 and 31 characters long.|
4747
|**Select a capacity model**| Select **Serverless** to create an account in [serverless](../cosmos-db/serverless.md) mode.
4848
|**Select a resource group for new resources**| Choose the resource group where you created your function app in the [previous article](./create-first-function-vs-code-csharp.md). |

0 commit comments

Comments
 (0)