Azure – Explore & Build Cosmos DB
Login to Azure portal https://portal.azure.com
Start free trial by clicking on ‘Start’ button under ‘Start with an Azure free trial’ section on home page.
On home page click on breadcrumb icon on left top menu & click on ‘Azure Cosmos DB’. One can also find icon for ‘Azure Cosmos DB’ on home page.
Click on ‘Create’ button or ‘Create Azure Cosmos DB Account’ to get started.
Select API Option – for self-learning start with ‘Core (SQL) – Recommended’. Click on Create button to move to next stage.
On next page do following:
Subscription – Free Trial
Resource Group – Click on Create New and provide name – ‘AZ_COSMOS_RG’. Click OK button.
Account Name - Give name of your choice or you can keep it ‘azlearn’ (should be all in small case).
Location – Keep it default or select ‘(Asia Pacific) Central India’.
Capacity mode – Provisioned throughput
Apply Free Tier Discount – Apply
Limit total account throughput – select the checkbox
Click on ‘Next: Global Distribution’ button
Keep all default options
Click on ‘Next: Networking’ button
Connectivity method – All networks
Click on ‘Next: Backup Policy’ button
Keep all default options
Click on ‘Next: Encryption’ button
Data Encryption – Service-managed key
Click on ‘Next :Tags’
Give some tagging name under Key and Value (Optional)
Click on ‘Next: Review + Create’ button
Review and click on ‘Create’ button
Wait for deployment to finish. This will take couple of minutes time to complete
Post completion, following status will be visible. Click on ‘Go to resource’ to continue.
On next screen, you will land up on page showing Azure Cosmos DB created in previous steps. Click on ‘Overview’ on left side menu to view details of DB.
On left side menu, click on ‘Data Explorer’ and then click on ‘Start with Sample’.
This will take few seconds and you will receive pop-up confirming sample DB creation completion status.
Review Sample DB created under ‘Data’ and run sample query to get sample data.
Comments
Post a Comment