If you are running a web application in Azure then you must have used Storage Account service. This is a commonly used service to store binary files for example - images, files and videos. This is quite common usecase for any web application is to upload files. It is really easy to upload small files,... Continue Reading →
Cost Management – How to Automate Cost Analysis Reports in Azure
The cost analysis is one of the crucial activities while working on any Azure application. As Azure services involve some cost so an organization (small or big) should have an automatic mechanism to download reports on a schedule basis, review, and analyze it to understand the insights about expenses. Cost Management has a Cost Analysis... Continue Reading →
Blob Storage – Object Replication using Azure PowerShell
Azure Blob Storage got a new feature named Object Replication. Currently, this feature is only supported for the block blob. Object replication asynchronously copies blobs between a source storage account and a destination account. Object replication helps to minimize latency and data distribution, and the implementation requires replication policies and rules to be set on... Continue Reading →