Tag: IaC

  • Terraform: Create Virtual Network Peering and VMs

    Sample “Virtual network peering” with 2 VMs with terraform deployment TF file: https://github.com/fujute/m18h/tree/master/tf/virtual-network-peering main.tf variables.tf Building VNET peering with terraform Sample screenshot to access fx1-vm1 in fx1-network1 via jump host fx1-vm2 delete the deployment with terraform destroy Optional Tasks: Adding Private Endpoint for Azure Blob Storage and Private DNS Zone Reference command:

  • Azure App Service and Bicep

    List of sample deployments of Azure App Service with various scenario by using Bicep Azure App service with Blob Azure App Service + SQLDB + App Insight Azure App Service (Webapp + private endpoint (WebApp and SQL Server) + VNET integration. Application Gateway (private and public listeners) -> Azure App Service (via PE) -> SQL…