Meteen naar de inhoud

Remove-AzKeyVault

  • door

Remove-AzKeyVault FeedbackModule:Az.KeyVault Deletes a key vault. Syntax PowerShellCopy PowerShellCopy PowerShellCopy PowerShellCopy PowerShellCopy PowerShellCopy Description The Remove-AzKeyVault cmdlet deletes the specified key vault. It also deletes all keys… Lees verder »Remove-AzKeyVault

PS Rule

  • door

https://github.com/riosengineer/Bicepify/tree/main/bicep-cicd-examples/module-tests-with-psrule A cross-platform module to validate infrastructure as code (IaC) and objects using PowerShell rules. PSRule works great and integrates with popular continuous integration (CI)… Lees verder »PS Rule

Workload Identity Federation

  • door

Supported scenarios repo: https://github.com/arindam0310018/10-Oct-2023-DevOps__Workload-Identity-Federation-with-Service-Principal-Using-Terraform/blob/main/az-workload-identity-federation.tf The following scenarios are supported for accessing Microsoft Entra protected resources using workload identity federation:  Note Microsoft Entra ID issued tokens… Lees verder »Workload Identity Federation

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”