App Center Kuruluşlarını Azure Active Directory
AAD kiracınızı App Center
App Center'Azure Active Directory bağlanmak için, Azure Active Directory'a tıklayın, Yönet'e ve ardından Azure'a tıklayın. Azure sayfasında Bağlan'a tıklayın ve Azure Active Directory oturum açmadıysanız oturum açma.

Kiracılar için Azure Active Directory listesi gösterilir. İstediğinizi seçin ve Bağlan'a tıklayın.

Azure Active Directory sorumlusu
App Center Azure Active Directory AAD kiracınıza bağsanız, kullanıcılarınızı ve güvenlik gruplarınızı okumanızı App Center bir hizmet sorumlusu oluşturulur. Hizmet sorumlusu minimum izinlerle oluşturulur.
Hizmet App Center inceleme
hizmetine yönelik bir GET isteği göndererek Microsoft Graph Gezgini'nikullanarak hizmet sorumlularını inceebilirsiniz. https://graph.microsoft.com/beta/servicePrincipals (Hizmet sorumlularını Directory.Read.All görmek için izin gerekir.)

Hizmet sorumlularını Get-AzADServicePrincipal kullanarak da alın.
Get-AzADServicePrincipal -DisplayName 'App Center'
Örnek hizmet sorumlusu
Örnek bir Azure AD kiracısına App Center bağlamak için oluşturulan bir hizmet sorumlusu aşağıda verilmiştir.
displayName"App Center" özniteliğiappIDÖzniteliği, Azure Active Directory App Center GUID 'si olan "6201c56d-46d7-4152-bdb6-e0c77193784b" dir- ,
publisherName"Microsoft Hizmetleri"
{
"id": "3bd7a1a6-a74a-f5ed-9721-51ecxxxxxxxx",
"deletedDateTime": null,
"accountEnabled": true,
"appDisplayName": "App Center",
"appId": "6201c56d-46d7-4152-bdb6-e0c77193784b",
"applicationTemplateId": null,
"appOwnerOrganizationId": "f3cdef31-a31e-c3c9-443a-5f57xxxxxxxx",
"appRoleAssignmentRequired": false,
"displayName": "App Center",
"errorUrl": null,
"homepage": null,
"info": {
"termsOfServiceUrl": null,
"supportUrl": null,
"privacyStatementUrl": null,
"marketingUrl": null,
"logoUrl": null
},
"loginUrl": null,
"logoutUrl": null,
"notificationEmailAddresses": [],
"publishedPermissionScopes": [],
"preferredSingleSignOnMode": null,
"preferredTokenSigningKeyEndDateTime": null,
"preferredTokenSigningKeyThumbprint": null,
"publisherName": "Microsoft Services",
"replyUrls": [],
"samlMetadataUrl": null,
"samlSingleSignOnSettings": null,
"servicePrincipalNames": [
"6201c56d-46d7-4152-bdb6-e0c77193784b",
"https://applicationinsights.azure.com"
],
"signInAudience": "AzureADMultipleOrgs",
"tags": [],
"addIns": [],
"api": {
"resourceSpecificApplicationPermissions": []
},
"appRoles": [],
"keyCredentials": [],
"passwordCredentials": []
}
App Center hesabınızı silme
App Center hesabınızı sildiğinizde, hizmet sorumlusu Azure Active Directory kiracınızda kalır. Kaldırmak için Remove-AzADServicePrincipalkomutunu çalıştırabilirsiniz.
Remove-AzADServicePrincipal -ServicePrincipalName 'App Center'