Skip to content

Commit ebe4254

Browse files
authored
Merge pull request #109795 from SnehaGunda/PrivateLinks
Updating screenshots for create account with portal
2 parents 07c3adb + d967a81 commit ebe4254

File tree

5 files changed

+33
-2
lines changed

5 files changed

+33
-2
lines changed

articles/cosmos-db/create-cosmosdb-resources-portal.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.date: 01/05/2020
2020
> * [Xamarin](create-sql-api-xamarin-dotnet.md)
2121
>
2222
23-
Azure Cosmos DB is Microsofts globally distributed multi-model database service. You can use Azure Cosmos DB to quickly create and query key/value databases, document databases, and graph databases, all of which benefit from the global distribution and horizontal scale capabilities at the core of Azure Cosmos DB.
23+
Azure Cosmos DB is Microsoft's globally distributed multi-model database service. You can use Azure Cosmos DB to quickly create and query key/value databases, document databases, and graph databases, all of which benefit from the global distribution and horizontal scale capabilities at the core of Azure Cosmos DB.
2424

2525
This quickstart demonstrates how to use the Azure portal to create an Azure Cosmos DB [SQL API](sql-api-introduction.md) account, create a document database and container, and add data to the container.
2626

@@ -34,7 +34,38 @@ An Azure subscription or free Azure Cosmos DB trial account
3434
<a id="create-account"></a>
3535
## Create an Azure Cosmos DB account
3636

37-
[!INCLUDE [cosmos-db-create-dbaccount](../../includes/cosmos-db-create-dbaccount.md)]
37+
Go to the [Azure portal](https://portal.azure.com/) to create an Azure Cosmos DB account. Search for and select **Azure Cosmos DB**.
38+
39+
![The Azure portal Databases pane](./media/create-cosmosdb-resources-portal/find-nosql-cosmosdb-marketplace.png)
40+
41+
1. Select **Add**.
42+
1. On the **Create Azure Cosmos DB Account** page, enter the basic settings for the new Azure Cosmos account.
43+
44+
|Setting|Value|Description |
45+
|---|---|---|
46+
|Subscription|Subscription name|Select the Azure subscription that you want to use for this Azure Cosmos account. |
47+
|Resource Group|Resource group name|Select a resource group, or select **Create new**, then enter a unique name for the new resource group. |
48+
|Account Name|A unique name|Enter a name to identify your Azure Cosmos account. Because *documents.azure.com* is appended to the name that you provide to create your URI, use a unique name.<br><br>The name can only contain lowercase letters, numbers, and the hyphen (-) character. It must be between 3-31 characters in length.|
49+
|API|The type of account to create|Select **Core (SQL)** to create a document database and query by using SQL syntax. <br><br>The API determines the type of account to create. Azure Cosmos DB provides five APIs: Core (SQL) and MongoDB for document data, Gremlin for graph data, Azure Table, and Cassandra. Currently, you must create a separate account for each API. <br><br>[Learn more about the SQL API](introduction.md).|
50+
|Apply Free Tier Discount|Apply or Do not apply|With Azure Cosmos DB free tier, you will get the first 400 RU/s and 5 GB of storage for free in an account. Learn more about [free tier](https://azure.microsoft.com/pricing/details/cosmos-db/).|
51+
|Location|The region closest to your users|Select a geographic location to host your Azure Cosmos DB account. Use the location that is closest to your users to give them the fastest access to the data.|
52+
|Account Type|Production or Non-Production|Select **Production** if the account will be used for a production workload. Select **Non-Production** if the account will be used for non-production, e.g. development, testing, QA, or staging. This is an Azure resource tag setting that tunes the Portal experience but does not affect the underlying Azure Cosmos DB account. You can change this value anytime.|
53+
54+
55+
> [!NOTE]
56+
> You can have up to one free tier Azure Cosmos DB account per Azure subscription and must opt-in when creating the account. If you do not see the option to apply the free tier discount, this means another account in the subscription has already been enabled with free tier.
57+
58+
![The new account page for Azure Cosmos DB](./media/create-cosmosdb-resources-portal/azure-cosmos-db-create-new-account-detail.png)
59+
60+
1. Select **Review + create**. You can skip the **Network** and **Tags** sections.
61+
62+
1. Review the account settings, and then select **Create**. It takes a few minutes to create the account. Wait for the portal page to display **Your deployment is complete**.
63+
64+
![The Azure portal Notifications pane](./media/create-cosmosdb-resources-portal/azure-cosmos-db-account-deployment-successful.png)
65+
66+
1. Select **Go to resource** to go to the Azure Cosmos DB account page.
67+
68+
![The Azure Cosmos DB account page](./media/create-cosmosdb-resources-portal/azure-cosmos-db-account-quickstart-pane.png)
3869

3970
<a id="create-container-database"></a>
4071
## Add a database and a container
52 KB
Loading
165 KB
Loading
254 KB
Loading
30.6 KB
Loading

0 commit comments

Comments
 (0)