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 →
Azure Data Factory – Remove Duplicate Data using Data Flow
Generally, Azure Data Factory aggregate transform has been used to perform COUNT, SUM, MIN, and MAX. The aggregate transform uses Azure Data Factory (ADF) expression to perform these computations. However, the aggregate transform can be used with a select transform to remove duplicate data. Let's see how we can achieve it. Data Source Just to... 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 →