Code it Yourself...

Share

Twitter Facebook

Settings

  • Archives
  • Categories
  • Tags
  • Events
  • About Me
  1. Home
  2. Tags
  3. private endpoint

Static website hosting in an Azure Storage Account protected with Private Endpoint

Sep 17, 2021 3 min read azurestatic websitestorage accountprivate endpointstorage
Static website hosting in an Azure Storage Account protected with Private Endpoint This post will show you how to deploy a Static Website on a Storage Account protected with Private Endpoint using Terraform: Define the terraform providers to use Create a providers.tf file with the following contents: 1terraform {2required_version = "> 0.12"3required_providers {4azurerm = {5source = …

AKS: Persistent Volume Claim with an Azure File Storage protected with a Private Endpoint

Aug 2, 2021 3 min read kubernetesazureakspersistent volume claimazure filesprivate endpoint
AKS: Persistent Volume Claim with an Azure File Storage protected with a Private Endpoint This post will show you the steps you’ll have to take to deploy an Azure Files Storage with a Private Endpoint and use it to create volumes for an Azure Kubernetes Service cluster: Create a bicep file to declare the Azure resources You’ll have to declare the following resources: A VNET with 2 subnets. One …

Azure Functions: use Blob Trigger with Private Endpoint

May 18, 2020 7 min read azureazure functionsblob triggerprivate endpoint
Azure Functions: use Blob Trigger with Private Endpoint The intent of this post is to help you understand how to connect an Azure Function to a Storage Account privately so all traffic flows through a VNet therefore enhancing the security of your solutions and blobs. The Case: Supose you have the following Azure Function written in C# which only copies a blob from one …
Carlos Mendible
Carlos Mendible
Father | Husband | Sr Cloud Solution Architect | Former Azure & Developer Technologies MVP | Opinions are my own
Microsoft
Madrid. Spain
About Me

Recent Posts

  • AKS: Simulate Spot Node Eviction
  • AKS: Disable local accounts with Terraform
  • Protect your Node.js or .NET API with Azure Active Directory
  • Azure Database for MySQL Flexible Server: Failover Test
  • Azure Cache for Redis: Failover Test

Categories

azure dotnet kubernetes devops management certifications

Tags

aks aspnetcore dapr docker powershell cloud keyvault managedidentity terraform ansible
Copyright: 2021 - Carlos Mendible