Azure Cosmos Db
- Azure Cosmos DB is fully manage NoSQL database
- Benefits:
- Guaranteed speed at any scale
- Simplified application development:
- APIs for native Core (SQL) API, API for Mongo DB, Cassandra, Gremplin, Table API
- Once you create Azure Cosmosdb account, which will have a database. A Databsse can have Container (s) with Items
- Lets create cosmos db
- Connecting from applications
- Replicate the data globally
Azure Cache for Redis
- In all the modern day applications, the cache has become the part of the architecture for enhancing application performance
- Redis is the best Cache server with opensource and enterprise offerings.
- Azure cache is a fully managed Service which supports caching
- Refer Here for the official docs from microsoft
- Refer Here for the supported redis versions
- Lets create an Azure Cache for Redis
- Once the cache is created the applications use the cache Refer Here for the python application usage of azure cache for redis and Refer Here for node js
- Note:
- Powershell Refer Here
- Linux and Shell Scripting Refer Here