title | description | author | ms.author | ms.reviewer | ms.service | ms.topic | ms.date |
---|---|---|---|---|---|---|---|
Try Azure Cosmos DB free |
Try Azure Cosmos DB free of charge. No sign-up or credit card required. It's easy to test your apps, deploy, and run small workloads free for 30 days. Upgrade your account at any time during your trial. |
seesharprun |
sidandrews |
mjbrown |
cosmos-db |
overview |
08/26/2021 |
[!INCLUDEappliesto-all-apis]
Try Azure Cosmos DB makes it easy to try out Azure Cosmos DB for free before you commit. There's no credit card required to get started. Your account is free for 30 days. After expiration, a new sandbox account can be created. You can extend beyond 30 days for 24 hours. You can upgrade your active Try Azure Cosmos DB account at any time during the 30 day trial period. If you're using the SQL API, migrate your Try Azure Cosmos DB data to your upgraded account.
This article walks you through how to create your account, limits, and upgrading your account. This article also walks through how to migrate your data from your Try Azure Cosmos DB sandbox to your own account using the SQL API.
The following table lists the limits for the Try Azure Cosmos DB for Free trial.
Resource | Limit |
---|---|
Duration of the trial | 30 days (a new trial can be requested after expiration) After expiration, the information stored is deleted. Prior to expiration you can upgrade your account and migrate the information stored. |
Maximum containers per subscription (SQL, Gremlin, Table API) | 1 |
Maximum containers per subscription (MongoDB API) | 3 |
Maximum throughput per container | 5,000 |
Maximum throughput per shared-throughput database | 20,000 |
Maximum total storage per account | 10 GB |
Try Azure Cosmos DB supports global distribution in only the Central US, North Europe, and Southeast Asia regions. Azure support tickets can't be created for Try Azure Cosmos DB accounts. However, support is provided for subscribers with existing support plans.
From the Try Azure Cosmos DB home page, select an API. Azure Cosmos DB provides five APIs: Core (SQL) and MongoDB for document data, Gremlin for graph data, Azure Table, and Cassandra.
Note
Not sure which API will best meet your needs? To learn more about the APIs for Azure Cosmos DB, see Choose an API in Azure Cosmos DB.
:::image type="content" source="media/try-free/try-cosmos-db-page.png" lightbox="media/try-free/try-cosmos-db-page.png" alt-text="Screenshot of the API options including Core (SQL), MongoDB, and Cassandra on the Try Azure Cosmos DB page.":::
Launch the Quickstart in Data Explorer in Azure portal to start using Azure Cosmos DB or get started with our documentation.
- Core (SQL) API Quickstart
- MongoDB API Quickstart
- Apache Cassandra API
- Gremlin (Graph) API
- Azure Table API
You can also get started with one of the learning resources in Data Explorer.
:::image type="content" source="media/try-free/data-explorer.png" lightbox="media/try-free/data-explorer.png" alt-text="Screenshot of the Azure Cosmos DB Data Explorer landing page.":::
Your account is free for 30 days. After expiration, a new sandbox account can be created. You can upgrade your active Try Azure Cosmos DB account at any time during the 30 day trial period. Here are the steps to start an upgrade.
-
Select the option to upgrade your current account in the Dashboard page or from the Try Azure Cosmos DB page.
:::image type="content" source="media/try-free/upgrade-account.png" lightbox="media/try-free/upgrade-account.png" alt-text="Confirmation page for the account upgrade experience.":::
-
Select Sign up for Azure Account & create an Azure Cosmos DB account.
You can migrate your database from Try Azure Cosmos DB to your new Azure account if you're utilizing the SQL API after you've signed up for an Azure account. Here are the steps to migrate.
[!INCLUDE cosmos-db-create-dbaccount]
Navigate back to the Upgrade page and select Next to move on to the third step and move your data.
Note
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.
:::image type="content" source="media/try-free/sign-up-sign-in.png" lightbox="media/try-free/sign-up-sign-in.png" alt-text="Screenshot of the sign-in/sign-up experience to upgrade your current account.":::
If you're using the SQL API, you can migrate your Try Azure Cosmos DB data to your upgraded account. Here’s how to migrate your Try Azure Cosmos DB database to your new Azure Cosmos DB Core (SQL) API account.
- Must be using the Azure Cosmos DB Core (SQL) API.
- Must have an active Try Azure Cosmos DB account and Azure account.
- Must have an Azure Cosmos DB account using the Core (SQL) API in your Azure account.
-
Locate your Primary Connection string for the Azure Cosmos DB account you created for your data.
-
Go to your Azure Cosmos DB Account in the Azure portal.
-
Find the connection string of your new Cosmos DB account within the Keys page of your new account.
:::image type="content" source="media/try-free/migrate-data.png" lightbox="media/try-free/migrate-data.png" alt-text="Screenshot of the Keys page for an Azure Cosmos DB account.":::
-
-
Insert the connection string of the new Cosmos DB account in the Upgrade your account page.
-
Select Next to move the data to your account.
-
Provide your email address to be notified by email once the migration has been completed.
There can only be one free Try Azure Cosmos DB account per Microsoft account. You may want to delete your account or to try different APIs, you'll have to create a new account. Here’s how to delete your account.
-
Go to the Try AzureCosmos DB page
-
Select Delete my account.
:::image type="content" source="media/try-free/upgrade-account.png" lightbox="media/try-free/upgrade-account.png" alt-text="Confirmation page for the account upgrade experience.":::
After you create a Try Azure Cosmos DB sandbox account, you can start building apps with Azure Cosmos DB with the following articles:
- Use SQL API to build a console app using .NET to manage data in Azure Cosmos DB.
- Use MongoDB API to build a sample app using Python to manage data in Azure Cosmos DB.
- Download a notebook from the gallery and analyze your data.
- Learn more about understanding your Azure Cosmos DB bill
- Get started with Azure Cosmos DB with one of our quickstarts:
- Trying to do capacity planning for a migration to Azure Cosmos DB? You can use information about your existing database cluster for capacity planning.
- If all you know is the number of vCores and servers in your existing database cluster, see estimating request units using vCores or vCPUs.
- If you know typical request rates for your current database workload, see estimating request units using Azure Cosmos DB capacity planner.