Skip to content

Commit 3fd20c7

Browse files
authored
Merge pull request #75556 from DennisLee-DennisLee/v-dele-1515469-4
1514063/1515469: VS2019 updates in Azure (part 4)
2 parents 12ebfcf + 07792f4 commit 3fd20c7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Azure Cosmos DB is Microsoft’s globally distributed multi-model database servi
3131

3232
In addition:
3333

34-
* If you don’t already have Visual Studio 2017 installed, you can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you select the **Azure development** and **Python development** workloads during the Visual Studio setup.
34+
* If you don’t already have Visual Studio 2019 installed, you can download and use the **free** [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you select the **Azure development** and **Python development** workloads during the Visual Studio setup.
3535
* Also select the Python 2 option in the **Python development** workload, or download Python 2.7 from [python.org](https://www.python.org/downloads/release/python-2712/).
3636

3737
## Create a database account

articles/cosmos-db/serverless-computing-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ In all of these use cases, because the function has decoupled the app itself, yo
102102

103103
## Tooling
104104

105-
Native integration between Azure Cosmos DB and Azure Functions is available in the Azure portal and in Visual Studio 2017.
105+
Native integration between Azure Cosmos DB and Azure Functions is available in the Azure portal and in Visual Studio 2019.
106106

107107
* In the Azure Functions portal, you can create an Azure Cosmos DB trigger. For quickstart instructions, see [Create an Azure Cosmos DB trigger in the Azure portal](https://aka.ms/cosmosdbtriggerportalfunc).
108108
* In the Azure Cosmos DB portal, you can add an Azure Cosmos DB trigger to an existing Azure Function app in the same resource group.
109-
* In Visual Studio 2017, you can create an Azure Cosmos DB trigger using the [Azure Functions Tools for Visual Studio 2017](../azure-functions/functions-develop-vs.md):
109+
* In Visual Studio 2019, you can create an Azure Cosmos DB trigger using the [Azure Functions Tools](../azure-functions/functions-develop-vs.md):
110110

111111
>[!VIDEO https://www.youtube.com/embed/iprndNsUeeg]
112112

articles/cosmos-db/sql-api-dotnet-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ For .NET SDK Version 3.0 (Preview) code samples, see the latest samples in the [
2929

3030
## Prerequisites
3131

32-
Visual Studio 2017 with the Azure development workflow installed
33-
- You can download and use the **free** [Visual Studio 2017 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
32+
Visual Studio 2019 with the Azure development workflow installed
33+
- You can download and use the **free** [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
3434

3535
The [Microsoft.Azure.DocumentDB NuGet package](https://www.nuget.org/packages/Microsoft.Azure.DocumentDB/)
3636

0 commit comments

Comments
 (0)