File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ author : seesharprun
3
+ ms.author : sidandrews
4
+ ms.service : cosmos-db
5
+ ms.subservice : nosql
6
+ ms.topic : include
7
+ ms.date : 01/08/2024
8
+ ms.custom : include file
9
+ zone_pivot_groups : azure-cosmos-db-quickstart-env
10
+ ---
11
+
12
+ ::: zone pivot="devcontainer-codespace"
13
+
14
+ - An Azure account with an active subscription. [ Create an account for free] ( https://azure.microsoft.com/free/?WT.mc_id=A261C142F ) .
15
+ - [ GitHub account] ( https://docs.github.com//get-started/quickstart/creating-an-account-on-github )
16
+
17
+ ::: zone-end
18
+
19
+ ::: zone pivot="devcontainer-vscode"
20
+
21
+ - An Azure account with an active subscription. [ Create an account for free] ( https://azure.microsoft.com/free/?WT.mc_id=A261C142F ) .
22
+ - [ Azure Developer CLI] ( /azure/developer/azure-developer-cli/install-azd )
23
+ - [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ )
24
+
25
+ ::: zone-end
Original file line number Diff line number Diff line change @@ -33,9 +33,7 @@ This quickstart shows how to get started with the Azure Cosmos DB for Table from
33
33
34
34
## Prerequisites
35
35
36
- * An Azure account with an active subscription. [ Create an account for free] ( https://azure.microsoft.com/free ) .
37
- * [ .NET 6.0] ( https://dotnet.microsoft.com/download )
38
- * [ Azure Command-Line Interface (CLI)] ( /cli/azure/ ) or [ Azure PowerShell] ( /powershell/azure/ )
36
+ [ !INCLUDE[ Developer Quickstart prerequisites] ( includes/dev-prereqs.md )]
39
37
40
38
### Prerequisite check
41
39
You can’t perform that action at this time.
0 commit comments