Posts with category 'Infrastructure'

How to create an Azure Keyvault secret and copy an access key using an ARM template

|
|
Tags:  Azure

Projects hosted in Azure should store passwords and other sensitive information in a Keyvault. It’s a good practice that makes an application safer because it prevents the leakage of the information in case of unauthorized access to the server. Another good practice is deploy using Infrastructure as Code (IaC) because it removes manual processes that...

Continue reading...