Azure Programming Tips


How to Change Content Type of Azure Storage Blobs Using Python SDK

Microsoft Azure cloud platform offers a comprehensive portfolio of storage services. Each of these services is suitable for specific use cases. Here is a quick overview of Azure storage services, Azure Storage Account – Azure storage account can be used for a wide variety of workloads. Using this account, it is possible to create blob […]

How to Create a Cosmos DB Database with MongoDB API Using Azure CLI

Azure Cosmos DB supports creation of databases which are compatible with MongoDB API. You can use standard MongoDB query language to access and modify data in such a database. However, please note that there are limitations in MongoDB API support and for aggregations, you will need to explicitly turn on aggregation support when creating the […]