Securing cloud infrastructure and services plays a vital role in architecting a solution. As a solution designer or architect, it is an important task to take account of all the possible security measurements need for the solution. It can be from infrastructure to application and database When security plays aRead More →

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 →

A few months back I started a new journey with a new employer. In my organization, they do e-commerce hosting for various customers all over the world. So when the customer needs to host our e-commerce product as a hosting team it’s our responsibility to create the relevant Azure cloudRead More →

Azure Virtual Machine Scale Sets (VMSS) VMSS let customers to create and manage identical, load balanced VM to distribute the application traffic among them. VMSS has the capability of automatic scale up based on the demand and scale down when the demand decreases. This will allow customers to keep theRead More →

I publish a story on Medium on how we can recover, if the Azure Web App is deleted accidentally or intentionally. Below is the link for reference  Medium LinkRead More →

Recently I had to migrate Hyper-V ASR solution integrate with SCVMM. So following are some consideration we have t do before migrate it. The migration not affect to VM replication process so we don’t have to worry about it. Step 1 First we have to inform the ASR PG team 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 →

Just Enough Administration (JEA) is security technology we can use to delegate enough administration rights to complete tasks that can manage through PowerShell. By Implementing JEA we can accomplish following goals: We can reduce the number of administrators for a server Limit what users can do Better understanding what administratorsRead More →

What is Azure Key Vault? Azure Key Vault help us to safeguard cryptographic keys and secrets used by cloud applications & services. We can use Key Vault for storing keys & secrets such as authentication keys, storage account keys, data encryption keys, .PFX files, and passwords. Key Vault streamline the keyRead More →

Recently started to learn Azure Key Vault service. So as usual I start the PowerShell console and start to create a Key Vault. When I run the PowerShell command for the creation of Key Vault it create without any errors but its prompt me a warning as follows. The other strangeRead More →