Skip to content

Commit dfd49b5

Browse files
committed
Add links to sample walkthrough
1 parent d045b12 commit dfd49b5

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

articles/cosmos-db/create-table-dotnet.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you don’t already have Visual Studio 2019 installed, you can download and u
4141

4242
## Clone the sample application
4343

44-
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
44+
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically. For an additional walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-dotnet.md) article.
4545

4646
1. Open a command prompt, create a new folder named git-samples, then close the command prompt.
4747

@@ -61,6 +61,9 @@ Now let's clone a Table app from GitHub, set the connection string, and run it.
6161
git clone https://github.com/Azure-Samples/azure-cosmos-table-dotnet-core-getting-started.git
6262
```
6363

64+
> ![TIP]
65+
> For a more detailed walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-dotnet.md) article.
66+
6467
## Open the sample application in Visual Studio
6568

6669
1. In Visual Studio, from the **File** menu, choose **Open**, then choose **Project/Solution**.

articles/cosmos-db/create-table-java.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this quickstart, you create an Azure Cosmos DB Table API account, and use Dat
4747

4848
## Clone the sample application
4949

50-
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
50+
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
5151

5252
1. Open a command prompt, create a new folder named git-samples, then close the command prompt.
5353

@@ -67,6 +67,9 @@ Now let's clone a Table app from GitHub, set the connection string, and run it.
6767
git clone https://github.com/Azure-Samples/storage-table-java-getting-started.git
6868
```
6969

70+
> ![TIP]
71+
> For a more detailed walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-java.md) article.
72+
7073
## Update your connection string
7174

7275
Now go back to the Azure portal to get your connection string information and copy it into the app. This enables your app to communicate with your hosted database.

articles/cosmos-db/create-table-nodejs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In this quickstart, you create an Azure Cosmos DB Table API account, and use Dat
4545

4646
## Clone the sample application
4747

48-
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
48+
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
4949

5050
1. Open a command prompt, create a new folder named git-samples, then close the command prompt.
5151

@@ -65,6 +65,9 @@ Now let's clone a Table app from GitHub, set the connection string, and run it.
6565
git clone https://github.com/Azure-Samples/storage-table-node-getting-started.git
6666
```
6767

68+
> ![TIP]
69+
> For a more detailed walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-nodejs.md) article.
70+
6871
## Update your connection string
6972

7073
Now go back to the Azure portal to get your connection string information and copy it into the app. This enables your app to communicate with your hosted database.

articles/cosmos-db/create-table-python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this quickstart, you create and manage an Azure Cosmos DB Table API account f
4646

4747
## Clone the sample application
4848

49-
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
49+
Now let's clone a Table app from GitHub, set the connection string, and run it. You'll see how easy it is to work with data programmatically.
5050

5151
1. Open a command prompt, create a new folder named git-samples, then close the command prompt.
5252

@@ -68,6 +68,9 @@ Now let's clone a Table app from GitHub, set the connection string, and run it.
6868

6969
3. Then open the solution file in Visual Studio.
7070

71+
> ![TIP]
72+
> For a more detailed walkthrough of similar code, see the [Cosmos DB Table API sample](table-storage-how-to-use-python.md) article.
73+
7174
## Update your connection string
7275

7376
Now go back to the Azure portal to get your connection string information and copy it into the app. This enables your app to communicate with your hosted database.

0 commit comments

Comments
 (0)