Prior to starting these labs, you must have the following operating system and software configured on your local machine:
Operating System
Software
Software | Download Link |
---|---|
Git | /git-scm.com/downloads |
.NET Core 2.1 (or greater) SDK 2 | /download.microsoft.com/dotnet-sdk-2.1 |
Visual Studio Code | /code.visualstudio.com/download |
It is recommended to complete the labs in the order specified below:
- Pre-lab: Creating an Azure Cosmos DB account
- Lab 1: Querying an Azure Cosmos DB Database using the SQL API
- Lab 2: Change Feed Demo
- Lab 3: Spark Connector
- If you are unsure of what version of the .NET Framework you have installed on your local machine, you can visit the following link to view instructions on determining your installed version: https://docs.microsoft.com/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed.
- If you already have .NET Core installed on your local machine, you should check the version of your .NET Core installation using the
dotnet --version
command.