Skip to content

Commit 1cb6adf

Browse files
committed
Acrolinx fixes
1 parent 405d591 commit 1cb6adf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/cosmos-db/vercel-integration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ This documentation is designed for developers seeking to effectively combine the
2121

2222
This integration enables developers to apply the benefits of a versatile and high-performance NoSQL database, while capitalizing on Vercel's serverless architecture and development platform.
2323

24-
There are two ways to integrate Cosmos DB
24+
There are two ways to integrate Azure Cosmos DB.
2525

2626
- [Via Vercel Integrations Marketplace](https://vercel.com/integrations/azurecosmosdb)
2727
- Via Command Line
2828

2929
## Integrate Cosmos DB with Vercel via Integration Marketplace
3030

31-
Use this guide if you have already identified the Vercel project(s) or want to integrate an existing vercel project with
31+
Use this guide if you have already identified the Vercel projects or want to integrate an existing vercel project with
3232

3333
## Prerequisites
3434

3535
- Vercel Account with Vercel Project – [Learn how to create a new Vercel Project](https://vercel.com/docs/concepts/projects/overview#creating-a-project)
3636

3737
- Azure Cosmos DB - [Quickstart: Create an Azure Cosmos DB account](../cosmos-db/nosql/quickstart-portal.md) or Create a free [Try Cosmos DB Account](https://aka.ms/trycosmosdbvercel)
3838

39-
- Some basic knowledge on Next.js, React and TypeScript
39+
- Some basic knowledge on Next.js, React, and TypeScript
4040

4141
## Steps for Integrating Azure Cosmos DB with Vercel
4242

@@ -52,25 +52,25 @@ Use this guide if you have already identified the Vercel project(s) or want to i
5252

5353
:::image type="content" source="./media/integrations/vercel/sign-in.png" alt-text="Screenshot shows to login to Azure account." lightbox="./media/integrations/vercel/sign-in.png":::
5454

55-
4. Click on create one to create a new Microsoft account.
55+
4. Click on 'create one' to create a new Microsoft account.
5656
> [!NOTE]
5757
> Microsoft account is different from an Azure Cosmos DB account. We will be creating an Azure Cosmos DB account in following steps
5858
>
5959
:::image type="content" source="./media/integrations/vercel/create-new.png" alt-text="Screenshot shows to create new Microsoft Account." lightbox="./media/integrations/vercel/create-new.png":::
6060

61-
5. If you want to use an existing Azure Cosmos DB account, choose the existing Directory, subscription and the Azure Cosmos DB Account(Skip to step 9) . To create a new Azure Try Cosmos DB account, click on Create new account.
61+
5. If you want to use an existing Azure Cosmos DB account, choose the existing Directory, subscription and the Azure Cosmos DB Account(Skip to step 9) . To create a new Azure Try Cosmos DB account, click on 'Create new account'.
6262

6363
:::image type="content" source="./media/integrations/vercel/create-new-azure-cosmosdb.png" alt-text="Screenshot shows to create new Azure Try Cosmos DB Account." lightbox="./media/integrations/vercel/create-new-azure-cosmosdb.png":::
6464

65-
6. Select API type (currently only NOSQL and MongoDB API are supported) and click on Create Account.
65+
6. Select API type (currently only NOSQL and MongoDB API are supported) and click on 'Create Account'.
6666

6767
:::image type="content" source="./media/integrations/vercel/select-api.png" alt-text="Screenshot shows to select the type of API of the Azure Cosmos DB account." lightbox="./media/integrations/vercel/select-api.png":::
6868

69-
7. After the successful Try Azure Cosmos DB account creation, click on Continue
69+
7. After the successful Try Azure Cosmos DB account creation, click on 'Continue'
7070

7171
:::image type="content" source="./media/integrations/vercel/account-continue.png" alt-text="Screenshot shows to continue with the integration." lightbox="./media/integrations/vercel/account-contiune.png":::
7272

73-
8. Click on Accept in the pop-up to access the Try Azure Cosmos DB account. (Mandatory to complete the Integration).
73+
8. Click on 'Accept' in the pop-up to access the Try Azure Cosmos DB account. (Mandatory to complete the Integration).
7474

7575
:::image type="content" source="./media/integrations/vercel/accept.png" alt-text="Screenshot shows to confirm the integration." lightbox="./media/integrations/vercel/accept.png":::
7676

@@ -100,7 +100,7 @@ Use this guide if you have already identified the Vercel project(s) or want to i
100100

101101
- COSMOSDB_CONNECTION_STRING - You need your Cosmos DB connection string. You can find these in the Azure portal in the keys section.
102102

103-
- COSMOSDB_DATABASE_NAME - Name of the database you plan to use. This should already exist in the Cosmos DB account.
103+
- COSMOSDB_DATABASE_NAME - Name of the database you plan to use. This should already exist in the Azure Cosmos DB account.
104104

105105
- COSMOSDB_CONTAINER_NAME - Name of the container you plan to use. This should already exist in the previous database.
106106

0 commit comments

Comments
 (0)