Meteen naar de inhoud

IAC

Infrastructure as Code

Azure Devops Terraform plan destroy

  • door

source: https://github.com/thomast1906/thomasthorntoncloud-examples/blob/master/Azure-DevOps-Example-Terraform-Setup/azure-pipeline.yaml

Create User account

  • door

To create the user, call the New-AzureADUser cmdlet with the parameter values: New-AzureADUser -AccountEnabled $True -DisplayName “Maarten Buma” -PasswordProfile $PasswordProfile -MailNickName “MaartenB” -UserPrincipalName “Maarten.Buma@maartenbuma.nl”