|
4 | 4 | ms.reviewer: mjbrown
|
5 | 5 | ms.service: cosmos-db
|
6 | 6 | ms.topic: include
|
7 |
| - ms.date: 07/02/2021 |
| 7 | + ms.date: 03/03/2023 |
8 | 8 | ms.custom: include file, ignite-2022
|
9 | 9 | ---
|
10 | 10 |
|
11 | 11 | 1. From the Azure portal menu or the **Home page**, select **Create a resource**.
|
12 | 12 |
|
13 |
| -1. On the **New** page, search for and select **Azure Cosmos DB**. |
| 13 | +1. Search for **Azure Cosmos DB**. Select **Create** > **Azure Cosmos DB**. |
14 | 14 |
|
15 |
| -1. On the **Select API option** page, select the **Create** option within the **NoSQL - Recommend** section. Azure Cosmos DB provides five APIs: NoSQL and MongoDB for document data, Gremlin for graph data, Azure Table, and Cassandra. Currently, you must create a separate account for each API. [Learn more about the API for NoSQL](../introduction.md). |
| 15 | +1. On the **Create an Azure Cosmos DB account** page, select the **Create** option within the **Azure Cosmos DB for NoSQL** section. |
| 16 | + |
| 17 | + Azure Cosmos DB provides several APIs: |
| 18 | + |
| 19 | + - NoSQL, for document data |
| 20 | + - PostgreSQL |
| 21 | + - MongoDB, for document data |
| 22 | + - Apache Cassandra |
| 23 | + - Table |
| 24 | + - Apache Gremlin, for graph data |
| 25 | + |
| 26 | + To learn more about the API for NoSQL, see [Welcome to Azure Cosmos DB](../introduction.md). |
16 | 27 |
|
17 | 28 | 1. In the **Create Azure Cosmos DB Account** page, enter the basic settings for the new Azure Cosmos DB account.
|
18 | 29 |
|
19 | 30 | |Setting|Value|Description |
|
20 | 31 | |---|---|---|
|
21 | 32 | |Subscription|Subscription name|Select the Azure subscription that you want to use for this Azure Cosmos DB account. |
|
22 | 33 | |Resource Group|Resource group name|Select a resource group, or select **Create new**, then enter a unique name for the new resource group. |
|
23 |
| - |Account Name|A unique name|Enter a name to identify your Azure Cosmos DB 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-44 characters in length.| |
| 34 | + |Account Name|A unique name|Enter a name to identify your Azure Cosmos DB account. Because *documents.azure.com* is appended to the name that you provide to create your URI, use a unique name. The name can contain only lowercase letters, numbers, and the hyphen (-) character. It must be 3-44 characters.| |
24 | 35 | |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.|
|
25 |
| - |Capacity mode|Provisioned throughput or Serverless|Select **Provisioned throughput** to create an account in [provisioned throughput](../set-throughput.md) mode. Select **Serverless** to create an account in [serverless](../serverless.md) mode.| |
26 |
| - |Apply Azure Cosmos DB free tier discount|**Apply** or **Do not apply**|With Azure Cosmos DB free tier, you'll get the first 1000 RU/s and 25 GB of storage for free in an account. Learn more about [free tier](https://azure.microsoft.com/pricing/details/cosmos-db/).| |
| 36 | + |Capacity mode|**Provisioned throughput** or **Serverless**|Select **Provisioned throughput** to create an account in [provisioned throughput](../set-throughput.md) mode. Select **Serverless** to create an account in [serverless](../serverless.md) mode.| |
| 37 | + |Apply Azure Cosmos DB free tier discount|**Apply** or **Do not apply**|With Azure Cosmos DB free tier, you get the first 1000 RU/s and 25 GB of storage for free in an account. Learn more about [free tier](https://azure.microsoft.com/pricing/details/cosmos-db/).| |
| 38 | + |Limit total account throughput|Selected or not|Limit the total amount of throughput that can be provisioned on this account. This limit prevents unexpected charges related to provisioned throughput. You can update or remove this limit after your account is created.| |
27 | 39 |
|
28 |
| - > [!NOTE] |
29 |
| - > 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. |
| 40 | + 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 don't see the option to apply the free tier discount, another account in the subscription has already been enabled with free tier. |
| 41 | + |
| 42 | + :::image type="content" source="./media/cosmos-db-create-dbaccount/azure-cosmos-db-create-new-account-detail.png" alt-text="Screenshot shows the Create Azure Cosmos DB Account page." lightbox="./media/cosmos-db-create-dbaccount/azure-cosmos-db-create-new-account-detail.png"::: |
30 | 43 |
|
31 |
| - :::image type="content" source="./media/cosmos-db-create-dbaccount/azure-cosmos-db-create-new-account-detail.png" alt-text="The new account page for Azure Cosmos DB"::: |
| 44 | + > [!NOTE] |
| 45 | + > The following options are not available if you select **Serverless** as the **Capacity mode**: |
| 46 | + > |
| 47 | + > - Apply Free Tier Discount |
| 48 | + > - Limit total account throughput |
32 | 49 |
|
33 | 50 | 1. In the **Global Distribution** tab, configure the following details. You can leave the default values for this quickstart:
|
34 | 51 |
|
35 | 52 | |Setting|Value|Description |
|
36 | 53 | |---|---|---|
|
37 | 54 | |Geo-Redundancy|Disable|Enable or disable global distribution on your account by pairing your region with a pair region. You can add more regions to your account later.|
|
38 | 55 | |Multi-region Writes|Disable|Multi-region writes capability allows you to take advantage of the provisioned throughput for your databases and containers across the globe.|
|
| 56 | + |Availability Zones|Disable|Availability Zones help you further improve availability and resiliency of your application.| |
39 | 57 |
|
40 | 58 | > [!NOTE]
|
41 |
| - > The following options are not available if you select **Serverless** as the **Capacity mode**: |
42 |
| - > - Apply Free Tier Discount |
| 59 | + > The following options are not available if you select **Serverless** as the **Capacity mode** in the previous **Basics** page: |
| 60 | + > |
43 | 61 | > - Geo-redundancy
|
44 | 62 | > - Multi-region Writes
|
45 | 63 |
|
46 |
| -1. Optionally you can configure more details in the following tabs: |
| 64 | +1. Optionally, you can configure more details in the following tabs: |
47 | 65 |
|
48 |
| - * **Networking** - Configure [access from a virtual network](../how-to-configure-vnet-service-endpoint.md). |
49 |
| - * **Backup Policy** - Configure either [periodic](../configure-periodic-backup-restore.md) or [continuous](../provision-account-continuous-backup.md) backup policy. |
50 |
| - * **Encryption** - Use either service-managed key or a [customer-managed key](../how-to-setup-cmk.md#create-a-new-azure-cosmos-account). |
51 |
| - * **Tags** - Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups. |
| 66 | + - **Networking**. Configure [access from a virtual network](../how-to-configure-vnet-service-endpoint.md). |
| 67 | + - **Backup Policy**. Configure either [periodic](../configure-periodic-backup-restore.md) or [continuous](../provision-account-continuous-backup.md) backup policy. |
| 68 | + - **Encryption**. Use either service-managed key or a [customer-managed key](../how-to-setup-cmk.md#create-a-new-azure-cosmos-account). |
| 69 | + - **Tags**. Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups. |
52 | 70 |
|
53 | 71 | 1. Select **Review + create**.
|
54 | 72 |
|
55 | 73 | 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**.
|
56 | 74 |
|
57 |
| - :::image type="content" source="./media/cosmos-db-create-dbaccount/azure-cosmos-db-account-created.png" alt-text="The Azure portal Notifications pane"::: |
| 75 | + :::image type="content" source="./media/cosmos-db-create-dbaccount/azure-cosmos-db-account-created.png" alt-text="Screenshot shows that your deployment is complete." lightbox="./media/cosmos-db-create-dbaccount/azure-cosmos-db-account-created.png"::: |
58 | 76 |
|
59 |
| -1. Select **Go to resource** to go to the Azure Cosmos DB account page. |
| 77 | +1. Select **Go to resource** to go to the Azure Cosmos DB account page. |
60 | 78 |
|
61 |
| - :::image type="content" source="./media/cosmos-db-create-dbaccount/azure-cosmos-db-account-created-2.png" alt-text="The Azure Cosmos DB account page"::: |
| 79 | + :::image type="content" source="./media/cosmos-db-create-dbaccount/azure-cosmos-db-account-created-2.png" alt-text="Screenshot shows the Azure Cosmos DB account page." lightbox="./media/cosmos-db-create-dbaccount/azure-cosmos-db-account-created-2.png"::: |
0 commit comments