Azure Storage Account
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.