Skip to content

Commit ecf6b2d

Browse files
Additional edits.
1 parent 34deb84 commit ecf6b2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cosmos-db/includes/cosmos-db-create-dbaccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.custom: include file, ignite-2022
3131
|---|---|---|
3232
|Subscription|Subscription name|Select the Azure subscription that you want to use for this Azure Cosmos DB account. |
3333
|Resource Group|Resource group name|Select a resource group, or select **Create new**, then enter a unique name for the new resource group. |
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 only contain lowercase letters, numbers, and the hyphen (-) character. It must be between 3-44 characters long.|
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.|
3535
|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.|
3636
|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.|
3737
|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/).|

articles/cosmos-db/nosql/quickstart-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: mode-ui, ignite-2022
2222
2323
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. This approach benefits from the global distribution and horizontal scale capabilities at the core of Azure Cosmos DB.
2424

25-
This quickstart demonstrates how to use the Azure portal to create an Azure Cosmos DB [API for NoSQL](../introduction.md) account. In that account, you create a document database, and container, and add data to the container. Without a credit card or an Azure subscription, you can set up a free [Try Azure Cosmos DB account](https://aka.ms/trycosmosdb)
25+
This quickstart demonstrates how to use the Azure portal to create an Azure Cosmos DB [API for NoSQL](../introduction.md) account. In that account, you create a document database, and container, and add data to the container. Without a credit card or an Azure subscription, you can set up a free [Try Azure Cosmos DB account](https://aka.ms/trycosmosdb).
2626

2727
## Prerequisites
2828

@@ -49,7 +49,7 @@ You can use the Data Explorer in the Azure portal to create a database and conta
4949

5050
|Setting|Suggested value|Description|
5151
|---|---|---|
52-
|**Database id**|ToDoList|Enter *ToDoList* as the name for the new database. Database names must contain from 1 through 255 characters, and they can't contain `/`, `\`, `#`, `?`, or a trailing space. Check the **Share throughput across containers** option. It allows you to share the throughput provisioned on the database across all the containers within the database. This option also helps with cost savings. |
52+
|**Database id**|ToDoList|Enter *ToDoList* as the name for the new database. Database names must contain 1-255 characters, and they can't contain `/`, `\`, `#`, `?`, or a trailing space. Check the **Share throughput across containers** option. It allows you to share the throughput provisioned on the database across all the containers within the database. This option also helps with cost savings. |
5353
| **Database throughput**|**Autoscale** or **Manual**|Manual throughput allows you to scale request units per second (RU/s) yourself whereas autoscale throughput allows the system to scale RU/s based on usage. Select **Manual** for this example.|
5454
|**Database Max RU/s**| 400 RU/s|If you want to reduce latency, you can scale up the throughput later by estimating the required RU/s with the [capacity calculator](estimate-ru-with-capacity-planner.md). **Note**: This setting isn't available when creating a new container in a serverless account. |
5555
|**Container id**|Items|Enter *Items* as the name for your new container. Container IDs have the same character requirements as database names.|
@@ -102,7 +102,7 @@ If you wish to delete just the database and use the Azure Cosmos DB account in f
102102

103103
1. Go to your Azure Cosmos DB account.
104104
1. Open **Data Explorer**, select the **More** (**...**) for the database that you want to delete and select **Delete Database**.
105-
1. Enter the Database ID/database name to confirm the delete operation.
105+
1. Enter the database ID or database name to confirm the delete operation.
106106

107107
## Next steps
108108

0 commit comments

Comments
 (0)