Azure Devops Terraform plan destroy
source: https://github.com/thomast1906/thomasthorntoncloud-examples/blob/master/Azure-DevOps-Example-Terraform-Setup/azure-pipeline.yaml
Infrastructure as Code
source: https://github.com/thomast1906/thomasthorntoncloud-examples/blob/master/Azure-DevOps-Example-Terraform-Setup/azure-pipeline.yaml
https://github.com/ElYusubov/AWESOME-Azure-Bicep
At the time of writing there is no Azure Resource Manager (ARM) template that can create an app registration for your applications. This might be… Lees verder »Creating App Registration with ARM templates/Bicep
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”
Password-based authentication Without any authentication parameters, password-based authentication is used with a random password created for you. Azure CLI: az ad sp create-for-rbac –name ServicePrincipalName… Lees verder »How to create a Service Principal?