وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Deploy Infra in the Cloud using Terraform

سرفصل های دوره

Learn how to apply Infrastructure as Code (IaC) with Terraform. Covers Web Apps, Database, VM, Kubernetes and Azure.


1 - Introduction
  • 1 - Course requirements
  • 2 - Connect with the author.html

  • 2 - Terraform basics
  • 1 - Terraform commands.html
  • 3 - Terraform overview
  • 3 - Terraform-007-Terraform.pdf
  • 4 - Create the first terraform template
  • 5 - Get the source code for the demo.html
  • 6 - Moving to Terraform version 014
  • 7 - Terraform init plan and apply
  • 8 - Recreating resources
  • 9 - Validation and formatting a template

  • 3 - Input output variables
  • 2 - Input output variables.html
  • 10 - Creating a template for Azure Web App
  • 11 - Source code for the demo.html
  • 12 - Deploying Web App
  • 13 - Terraform Variables
  • 14 - Overriding variables with tfvars
  • 15 - Overriding variables with command line
  • 16 - Output variables

  • 4 - Terraform execution plan
  • 3 - Terraform plan command.html
  • 17 - Execution plan overview
  • 18 - Execution plan demo

  • 5 - Terraform state
  • 4 - Terraform state management.html
  • 19 - Terraform state overview
  • 20 - Terraform state demo

  • 6 - How Terraform work with plan and state
  • 21 - How Terraform work with plan and state
  • 21 - Terraform-010-How-TF-works.pdf

  • 7 - Terraform Workspace
  • 22 - DevTestProd Environments
  • 23 - Demo DevTestProd Environments
  • 24 - Deploy Web App and SQL Database
  • 25 - Terraform Workspace
  • 26 - Demo Terraform Workspace

  • 8 - Deploy container services
  • 27 - Deploy AKS cluster
  • 28 - Demo Deploy AKS cluster
  • 29 - Deploy AKS ACR and Permissions
  • 30 - Demo Deploy AKS ACR and Permissions

  • 9 - Deploying Azure Container Apps
  • 31 - Introduction to Container Apps resource
  • 32 - Demo Deploying the Terraform template for Container Apps

  • 10 - Deploying PaaS services
  • 33 - Deploy Key Vault and Secrets
  • 34 - Demo Deploy Key Vault and Secrets
  • 35 - Key Vault with RBAC for Secrets
  • 36 - Demo Key Vault with RBAC for Secrets
  • 37 - Deploy Storage Account Container and Blob
  • 38 - Demo Deploy Storage Account Container and Blob

  • 11 - Deploying IaaS services
  • 39 - Deploy Linux VM
  • 40 - Demo Deploy Linux VM
  • 41 - Deploy Windows VM Bastion host
  • 42 - Demo Deploy Windows VM Bastion host

  • 12 - Deploying Logic Apps
  • 43 - Introduction to serverless model with Logic Apps
  • 44 - Creating a sample Logic Apps in the portal
  • 45 - Deploying Logic Apps using Terraform

  • 13 - Deploying Firewall
  • 46 - Lightboard Introduction to Azure Firewall
  • 47 - Demo Azure Firewall in Hub and Spoke model

  • 14 - Deploying Azure API Management
  • 48 - Lightboard Introduction
  • 49 - Introduction to API Management
  • 50 - Demo Deploying API Management
  • 51 - Demo Deploying API Management with App Gateway

  • 15 - Deploying ARM templates
  • 52 - Deploying ARM templates
  • 52 - Terraform-004-Azure-ARM-templates.pdf
  • 53 - Demo Deploying ARM templates

  • 16 - Cloud Governance using Terraform
  • 54 - Create users and groups in Azure Active Directory
  • 55 - Demo Create users and groups in Azure Active Directory
  • 56 - Assign an existing Policy
  • 57 - Demo Assign an existing Policy
  • 58 - Create and assign a custom policy
  • 59 - Demo Create and assign a custom policy

  • 17 - Terraform modules
  • 60 - Introduction to modules
  • 61 - Demo Terraform modules
  • 62 - Sharing modules with terraform registry
  • 63 - Implicit and explicit modules dependencies
  • 63 - Terraform-modules-dependency.pdf
  • 64 - More resources for modules.html

  • 18 - Deploying to multiple targets using multiprovider
  • 65 - Configuring multiple providers
  • 65 - Terraform-017-Multi-provider.pdf
  • 66 - Demo Configuring multiple providers

  • 19 - Import existing infrastructure into Terraform
  • 67 - Terraform import
  • 68 - Demo Terraform import
  • 69 - More tools to import resources.html
  • 70 - Import Azure resources into Terraform with Terrafy
  • 71 - Terraform import block best option

  • 20 - Terraform features
  • 72 - foreach list map bool number validation
  • 73 - ifelse count lower upper max min
  • 74 - randomstring randomnumber randomuuid
  • 75 - http localexec remoteexec
  • 76 - Demo http localexec remoteexec
  • 77 - dynamic for nested bloc
  • 78 - enable or disable resource creation
  • 79 - Terraform Count vs Foreach
  • 79 - Terraform-011-Count-vs-For-Each.pdf

  • 21 - Deploy to Kubernetes using Terraform provider
  • 80 - Terraform provider for Kubernetes

  • 22 - Deploy Helm Charts to Kubernetes using Terraform provider
  • 81 - Terraform provider for Helm

  • 23 - Resource visualization with Rover
  • 82 - Resource visualization with Rover
  • 83 - Demo Resource visualization with Rover

  • 24 - Service Principal for securing Terraform deployments
  • 84 - Introduction to Azure Service Principal
  • 85 - Demo Azure Service Principal
  • 86 - Service Principal with Terraform

  • 25 - Automated testing using Terratest
  • 87 - Introduction to Terratest
  • 88 - Demo Running simple test in Terratest
  • 89 - Automated tests for Resource Group
  • 90 - Demo Automated tests for Resource Group
  • 91 - Automated tests for an AKS cluster
  • 92 - More resources for learning Terratest

  • 26 - Detecting misconfigurations in Terraform
  • 93 - Detecting misconfigurations in Terraform
  • 94 - Detecting misconfigurations in DevOps pipelines

  • 27 - Multilayer architecture
  • 95 - Multilayer architecture for Terraform
  • 95 - Terraform-012-TF-multi-layer.pdf

  • 28 - AzApi provider to extend support for resources in Terraform
  • 96 - Implementing Azure App Service Domain in Terraform
  • 97 - Demo Running the custom Terraform resource
  • 98 - Introduction to AKS minitoring using Prometheus and Grafana
  • 99 - Exploring the Terraform azapi configuration
  • 100 - Deploying and checking the resources

  • 29 - Azure DevOps provider for Terraform
  • 101 - Azure-DevOps-provider.pdf
  • 101 - Introduction Azure DevOps provider and its features
  • 102 - Demo Creating Azure DevOps project and repositories using Terraform

  • 30 - Container Apps Landing Zone implentation
  • 103 - Introduction to Container Apps Landing Zone
  • 104 - Explaining Landing Zone implementation with Terraform
  • 105 - Demo Deploying Landing Zone with Terraform

  • 31 - DevOps for Terraform
  • 106 - CICD Pipelines using Azure DevOps
  • 107 - Deploy to multiple environments
  • 108 - CICD pipelines with Github Actions

  • 32 - Migrating deprecated resources
  • 109 - Migrating deprecated resources

  • 33 - Resources
  • 110 - Azure Cloud Application Framework CAF.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 40931
    حجم: 6943 مگابایت
    مدت زمان: 538 دقیقه
    تاریخ انتشار: 2 آبان 1403
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید