When working with a large amount of data it should have a proper life cycle management implement to use storage capacity more effectively and cost-effectively. Data has a unique lifecycle, at the beginning data are used frequently. But the need for access drops drastically as the data ages. Azure LifeRead More →

Azure Storage Accounts is a service that offers customers to store blobs, files, queues and tabels for applications running. Storage Accounts are highly scaleable and can go up to Petabyte of data storages. Storage Account customers can use the feature of redundancy when we create an account (can change toRead More →

Storage is an important element for application deployment in any environment, on-prem or cloud. Even if we are running our application in a container some application may need storage to store the data they need for processing. So if we are using Kubernetes to deploy the application we need toRead More →

In Azure we have two deployment methods, ASM (Azure Service Manager) aka classic & ARM (Azure Resource Manager). When the beginning of Azure we use ASM model to deploy resources and manage our cloud infrastructure but soon Azure team realize we need a better more robust management and deployment infrastructureRead More →