Skip to content

Commit 181575e

Browse files
committed
create database
1 parent 7dd9d56 commit 181575e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/cosmos-db/includes/cosmos-db-create-tableapi-account.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ ms.date: 04/06/2018
99
ms.author: mimig
1010
ms.custom: include file
1111
---
12-
For instructions on creating an Azure Cosmos DB for Table account, see [Create a database account](../table/quickstart-dotnet.md#create-an-azure-cosmos-db-account).
12+
13+
For instructions on creating an Azure Cosmos DB for Table account, see [Create a database account](../how-to-manage-database-account.md).

articles/cosmos-db/table/how-to-create-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ This article explains the different ways to create a container in Azure Cosmos D
1919
This article explains the different ways to create a container in Azure Cosmos DB for Table. If you are using a different API, see [API for MongoDB](../mongodb/how-to-create-container.md), [API for Cassandra](../cassandra/how-to-create-container.md), [API for Gremlin](../gremlin/how-to-create-container.md), and [API for NoSQL](../how-to-create-container.md) articles to create the container.
2020

2121
> [!NOTE]
22-
> When creating containers, make sure you dont create two containers with the same name but different casing. Thats because some parts of the Azure platform are not case-sensitive, and this can result in confusion/collision of telemetry and actions on containers with such names.
22+
> When creating containers, make sure you don't create two containers with the same name but different casing. That's because some parts of the Azure platform are not case-sensitive, and this can result in confusion/collision of telemetry and actions on containers with such names.
2323
2424
## <a id="portal-table"></a>Create using Azure portal
2525

2626
1. Sign in to the [Azure portal](https://portal.azure.com/).
2727

28-
1. [Create a new Azure Cosmos DB account](quickstart-dotnet.md#create-an-azure-cosmos-db-account), or select an existing account.
28+
1. [Create a new Azure Cosmos DB account](../how-to-manage-database-account.md), or select an existing account.
2929

3030
1. Open the **Data Explorer** pane, and select **New Table**. Next, provide the following details:
3131

0 commit comments

Comments
 (0)