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
Sep 11, 2023 · Managed database-level user mapped to Azure AD identity (service principal or managed identity). Note. When using this resource, Azure SQL server managed ...
Jul 11, 2024 · Learn how to use Terraform to provision service principals for Azure Databricks automation scenarios.
Oct 27, 2023 · It gets flagged in the editor with “Required attribute “application_id” not specified: An attribute named “application_id” is required here”.
Oct 24, 2023 · Here i create the app registration. resource "azuread_service_principal" "service_principal" { application_id = azuread_application_registration.
Jun 13, 2024 · azuread_service_principal - support for the client_id property, deprecate the application_id property (#1214); data.azuread_service_principals - support for ...
Oct 26, 2023 · We have a terraform package to deploy new Azure AD application registration, it also grants permissions to existing Microsoft first-party applications like ...
May 1, 2024 · This Blogs gives a wider perspective on how to use Microsoft Entra ID's App registration — service principal — az ad groups and managed identity in Azure ...
Feb 21, 2024 · To do this we need to get the details of all the service principals available to us. data "azuread_service_principals" "all" { return_all = true }.