Skip to content

Commit 47566eb

Browse files
authored
Merge pull request #112186 from kraigb/kraigb-sc1143
Add links to samples in Cosmos DB Table API articles
2 parents a64201e + 08d9105 commit 47566eb

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)