Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Oct 24, 2023 · I don't really find anything in the documentation about adding a role to an application registration im using the azuread provider btw. I look forward to ...
Oct 25, 2023 · Here is the Terraform code to create an azuread_application_registration and assign the Contributor role to the created service principal . provider "azurerm" { ...
Aug 5, 2023 · I had a very simple script (the one below) which creates a group owned by the terraform service principal and adds a group member specified by its user ...
Feb 8, 2024 · Trying to set Azure PIM Role Settings for owner role via terraform includes Azure MFA, Activation hours, and also send notifications when eligible to activate ...
Aug 1, 2023 · I have the following terraform code to create a app registration and client secret, And I am looking for some help to assign a reader role for this app ...
Dec 1, 2023 · ... group and assign the "Contributors" role to this group. ... Use Terraform to Manage Azure DevOps Teams, Groups, and Users originating from Active Directory.
Mar 16, 2024 · These roles possess the requisite authorizations to construct and oversee Azure AD and Microsoft 365 applications.
Apr 15, 2024 · Using terraform, we are creating azurerm_mssql_server with SystemAssigned identity and all goes fine. We also try to add it's identity to an existing AD group ...
Nov 14, 2023 · I am creating aks cluster with Azure AD RBAC enabled and local account disabled. Scenario: Create admin group; Add admin id to group; create resource group ...
Feb 27, 2024 · The error occurs if the service principal does not have required permission Group.Read.All to perform the operation. Initially, I too got same error when I ...