diff --git a/articles/cosmos-db/tutorial-develop-table-dotnet.md b/articles/cosmos-db/tutorial-develop-table-dotnet.md index 2d7431dba2435..7f8b207eee0e2 100644 --- a/articles/cosmos-db/tutorial-develop-table-dotnet.md +++ b/articles/cosmos-db/tutorial-develop-table-dotnet.md @@ -72,7 +72,8 @@ Let's start by creating an Azure Cosmos DB account in the Azure portal. > [!TIP] > * Already have an Azure Cosmos DB account? If so, skip ahead to [Set up your Visual Studio solution](#SetupVS). > * Did you have an Azure DocumentDB account? If so, your account is now an Azure Cosmos DB account and you can skip ahead to [Set up your Visual Studio solution](#SetupVS). -> * If you are using the Azure Cosmos DB Emulator, please follow the steps at [Azure Cosmos DB Emulator](local-emulator.md) to setup the emulator and skip ahead to [Set up your Visual Studio Solution](#SetupVS). +> * If you are using the Azure Cosmos DB Emulator, please follow the steps at [Azure Cosmos DB Emulator](local-emulator.md) to setup the emulator and skip ahead to [Set up your Visual Studio Solution](#SetupVS). + > >