Code it Yourself...
Code it Yourself...

  • Archives
  • Categories
  • Tags
  • Events
  • About Me


  • Github RSS

  • Mode
  1. Home
  2. Tags
  3. storage account

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

Static website hosting in an Azure Storage Account protected with Private Endpoint
September 17, 20215 min read AzurePrivate EndpointStatic WebsiteStorageStorage Account

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 { 2 required_version = "> 0.12" 3 required_providers { 4 azurerm = { 5 source = "azurerm"...

Read More

AKS: Persistent Volume with existing Storage Account

AKS: Persistent Volume with existing Storage Account
April 16, 20193 min read Azure KubernetesAksPersistent VolumePersistent Volume ClaimStorage AccountStorage Class

In order to deploy a Persistent Volume in your AKS cluster using an existing Storage Account you should take the following steps: Create a Storage Class with a reference to the Storage Account. Create a Secret with the credentials used to access the Storage Account. Create a Persistent Volume with a reference to the...

Read More

Use PowerShell to enable Azure Storage Account Firewall Rules

Use PowerShell to enable Azure Storage Account Firewall Rules
November 2, 20171 min read Azure DevopsPowershellStorage Account

In this post I’ll show you how to Use PowerShell to enable Azure Storage Account Firewall Rules. Be sure to be have AzureRM PowerShell 4.4.1 module installed. Login to your Azure Account Launch Powershell and start by Login to your Azure Account. 1 Login-AzureRmAccount Set Resource Group and Storage Account Name...

Read More

Use .NET Core to Create Azure Blob Storage SAS Keys

Use .NET Core to Create Azure Blob Storage SAS Keys
October 24, 20162 min read Azure DotnetStorage Account

If you intend to use the WindowsAzure.Storage library with .Net Core you’ll hit a"compatibility wall" trying to make it work. So how can we use .Net Core to Create Azure Blob Storage SAS Keys? Add the System.Security.Cryptography.Algorithms dependency Add the following dependency in your project.json file 1...

Read More
Profile
Carlos Mendible
Carlos Mendible
Father | Husband | Sr Cloud Solution Architect | Former Azure & Developer Technologies MVP | Opinions are my own
Microsoft
Madrid. Spain
About Me
Taxonomies
azure dotnet kubernetes devops management certifications
aks aspnetcore dapr docker powershell cloud keyvault managedidentity terraform ansible ALL 160
2023 1 2022 3 2021 15 2020 9 2019 14 2018 20 2017 33 2016 33 2015 4 2014 1 2013 2 2011 1 2010 5 2009 7
Posts
  • Azure Function HTTP Trigger with Golang
    Azure Function HTTP Trigger with Golang
    March 26, 2023
  • AKS: Simulate Spot Node Eviction
    AKS: Simulate Spot Node Eviction
    March 20, 2022
  • AKS: Disable local accounts with Terraform
    AKS: Disable local accounts with Terraform
    January 25, 2022
  • Protect your Node.js or .NET API with Azure Active Directory
    Protect your Node.js or .NET API with Azure Active Directory
    January 18, 2022
  • Azure Database for MySQL Flexible Server: Failover Test
    Azure Database for MySQL Flexible Server: Failover Test
    November 28, 2021
Actions
Twitter Facebook

Go back Reload Copy URL

Code it Yourself...

Copyright: 2009-2023 - Carlos Mendible. All Rights Reserved.