filmov
tv
Déployez votre infrastructure Azure avec Terraform
Показать описание
Dans cette vidéo, nous allons voir les étapes nécessaires pour déployer une infrastructure simple avec Terraform sous Azure.
Vous aurez besoin de plusieurs prérequis, à savoir :
• Le module Azure PowerShell Az, que nous installerons via les commandes PowerShell suivantes :
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
terraform -version
Connect-AzAccount
$sp = New-AzADServicePrincipal -DisplayName "service_principal_name" -Role "Contributor"
$sp.AppId
$sp.PasswordCredentials.SecretText
terraform init
terraform plan
terraform apply
Get-AzADServicePrincipal -ApplicationId "service_principal_app_id"
Remove-AzADServicePrincipal -DisplayName "service_principal_display-name"
terraform destroy
N'oubliez pas de remplacer les informations suivantes :
"service_principal_name"
"service_principal_app_id"
"service_principal_display-name"
Vous aurez besoin de plusieurs prérequis, à savoir :
• Le module Azure PowerShell Az, que nous installerons via les commandes PowerShell suivantes :
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
terraform -version
Connect-AzAccount
$sp = New-AzADServicePrincipal -DisplayName "service_principal_name" -Role "Contributor"
$sp.AppId
$sp.PasswordCredentials.SecretText
terraform init
terraform plan
terraform apply
Get-AzADServicePrincipal -ApplicationId "service_principal_app_id"
Remove-AzADServicePrincipal -DisplayName "service_principal_display-name"
terraform destroy
N'oubliez pas de remplacer les informations suivantes :
"service_principal_name"
"service_principal_app_id"
"service_principal_display-name"
Déployez votre infrastructure Azure avec Terraform
How To - Microsoft Azure - Déployer son infrastructure via Terraform et Github Actions
Introduction à Terraform (0.12 et plus) avec Azure - partie 1
Débutez avec le Cloud azure et passez votre première certification AZ-900 - Cloud Computing
Deploying your Azure Infrastructure with Terraform | DevOps Lab
Infrastructure as Code on Azure with Microsoft and Octopus Deploy (EU)
Azure et L'infrastructure as Code
IaC dans Azure avec Bicep - Épisode 13 - Essais automatisés d'infrastructure
Infrastructure as Code on Azure with Microsoft and Octopus Deploy (APAC)
[WEBINAR] Déployer une infrastructure IaaS Open Source avec Terraform - Session découverte
Revivez l'événement : 'Azure Developer CLI'
#85 Infrastructure as Code - Utilisation de Pulumi pour Azure
Deploying Azure Infrastructure with Terraform via Azure DevOps Pipelines
Déployer une infrastructure réseau complète et sécurisée depuis le Cloud VOSTFR
Déployez et gérez votre infrastructure de conteneurs en 1 clic avec Nutanix Karbon
Microsoft Azure : interview exclusive avec Philippe Paiola
31 - Automatisez votre infrastructure GCP avec Terraform
Formation vidéo : Administration des composants d'infrastructure d'Azure (IaaS)
Azure Hangout 06 - Getting started with Azure Infrastructure as Code (IaC) using Terraform
Insiders Clip – Mise en œuvre des Landing Zones avec Infrastructure as Code
Inventoriez et mettez à jour votre infrastructure On-Prem et Cloud - Part 2/2
Pensez Zéro Trust pour sécuriser votre infrastructure cloud hybride dans Azure !
Hands-On Infrastructure-As-Code With Terraform and Azure
[DevFest Nantes 2018] L'infrastructure as code avec Terraform
Комментарии