Cloudninja.nu

Share

Twitter Facebook

Settings

Reload Copy URL Share
  • Blog
  • About
  1. Home
  2. Categories
  3. azure

Using GitHub and Terraform to deploy Azure resources - Part 7

Aug 2, 2022 11 min read azuremicrosoftazuremicrosoft
Intro In this part of the series, I want to ensure that all permissions are given to the correct groups. I could provide access to individual users, but I try to stick to groups as they are easier to manage across an enterprise. I have identified the following permissions I need to grant to user groups. Azure AD Group...Read More

Using GitHub and Terraform to deploy Azure resources - Part 6

Jul 22, 2022 5 min read azuremicrosoftazuremicrosoft
Intro I have now come to the part where I will start deploying AVD resources in my Azure environment. I am going to split the resources up into three parts. This first part will be the “backend,” meaning AVD workspace, host pool, and application groups. The next part will be on RBAC roles and security...Read More

Using GitHub and Terraform to deploy Azure resources - Part 5

Jul 5, 2022 7 min read azuremicrosoftazuremicrosoft
Intro I want to deploy some network services to my environment in this part of the blog series. I first need to update my peerings to use the VPN gateway. The VPN requires a slight change in both ends of the current peering. I also want to add an Azure Firewall, which means using route tables, and finally, I want to...Read More

Using GitHub and Terraform to deploy Azure resources - Part 4

Jun 26, 2022 4 min read azuremicrosoftazuremicrosoft
Intro In this part of the blog series, I want to deploy a new virtual network for my Azure Virtual Desktop environment. I also want to create a network peering between the new network and the one I already deployed named vnet-connectivity-001. Azure Virtual Desktop network As I created a virtual network already in the...Read More

Using GitHub and Terraform to deploy Azure resources - Part 3

Jun 19, 2022 6 min read azuremicrosoftazuremicrosoft
Intro In this part of the blog series, I want to deploy my VPN connection to my on-premises environment and the log analytics workspace. Azure key vault Before I can start with my VPN connection I need to create an Azure key vault to store my VPN shared secret. The variables file for my key vault is shown below....Read More

Using GitHub and Terraform to deploy Azure resources - Part 2

Jun 12, 2022 4 min read azuremicrosoftazuremicrosoft
Intro In this part of the blog series, I want to focus on the GitHub Actions I created in the first part and explain what the Action performs. I will also add the vNet resources to my deployments. GitHub Actions explained To explain what is going on in the GitHub Action, I have added comments to each code section. #...Read More
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»

Recent Posts

  • Microsoft Defender for Key Vault
  • Microsoft Defender for DNS
  • Microsoft Defender for Cloud - part 2
  • Microsoft Defender for Cloud - part 1
  • Azure Bastion

Categories

microsoft azure automation devops citrix AzureDevOps

Tags

azure microsoft automation citrixctp azuredevops terraform devops windows365
Copyright © 2020-2023 Martin Therkelsen. All Rights Reserved.