WMWilliam Mainainwilliammainame.hashnode.dev·Aug 12, 2024 · 3 min readEncrypt data at rest using Azure key vault.In this blog post, I will guide you through the process of encrypting and decrypting data on SQL server and on Azure storage accounts using customer-managed keys. By default your data is encrypted using Microsoft-managed keys. But to manage your keys...00
WMWilliam Mainainwilliammainame.hashnode.dev·Aug 10, 2024 · 3 min readHost a Static website on Azure.In this guide, I will explain how you can host your static websites on Azure storage accounts. What is a static website? A static website is a website that you can use to serve static content that is made up of HTML, CSS, JavaScript, and images. Micr...00
WMWilliam Mainainwilliammainame.hashnode.dev·Sep 13, 2023 · 6 min readBuilding a Data Pipeline to Support Analyzing Clickstream Data with AWS.Basically what we are dealing with is Anycompany sells its desserts foods through its website and they want to gain insights into the business by using data about how people interact with the website. The company plans to analyze clickstream data tre...00