Azure Storage Account
2025
Study Datasheet – Customer-Managed Keys (CMK) for Azure Storage Encryption
·665 words·4 mins·
100
views
·
5
likes
Overview Azure Storage automatically encrypts all data at rest using Storage Service Encryption (SSE). When you specify a customer-managed key (CMK), that key is not used to encrypt the data, it is used to protect and control access to the key that encrypts the data.
2023
Terraform - Deploying Static Websites Using Storage Accounts and Azure CDN
·1568 words·8 mins·
100
views
·
5
likes
Static websites are gaining popularity due to their simplicity, security, and fast loading times. They are particularly useful for applications where the content is not updated frequently.
Azure Storage provides a convenient and cost-effective way to host such static websites, serving content directly from storage containers without the need for a web server.
Terraform - Setting Up Private Endpoints for Azure Storage Accounts
·1437 words·7 mins·
100
views
·
5
likes
Hi folks, I hope everyone is doing well. We all use Azure Storage Accounts to keep our data, like files and blobs. And it’s super important to keep that data safe.
Setting Private Endpoint for Azure File Share using Azure PowerShell
·1597 words·8 mins·
views
·
likes
We continue with the series of articles on private endpoints. Today I want to show you how to create a private endpoint to privately and securely connect to an Azure file share using Azure PowerShell.