Dela via


Felsöka problem med hanterade DevOps-pooler

Den här artikeln innehåller lösningar på vanliga problem med hanterade DevOps-pooler.

Fel vid skapande av pool

Felkod beskrivning
PoolProvisioningFailed Fel vid skapande av pool på grund av Azure DevOps-organisationsbehörigheter
UnauthorizedAccessToVirtualNetwork Fel vid skapande av pool på grund av VNet-behörigheter

Fel vid skapande av pool på grund av Azure DevOps-organisationsbehörigheter

Det går inte att skapa poolen med ett fel som liknar ett av följande felmeddelanden.

Den inloggade användaren hittades inte i Azure DevOps-organisationen

  • Validation failure "PoolProvisioningFailed": "Failed to provision agent pool. Exception: The logged in user, <your user>, was not found in the Azure DevOps organization provided, <your Azure DevOps organization>."

Så här löser du problemet:

Den inloggade användaren har inte Hantera behörigheter i Azure DevOps-organisationen

  • Validation failure "PoolProvisioningFailed": "Failed to provision agent pool. Exception: The logged in user, <your user>, does not have Manage permissions in the Azure DevOps organization provided, <your Azure DevOps organization>."

Så här löser du problemet:

Fel vid skapande av pool på grund av VNet-behörigheter

Det går inte att skapa poolen med ett UnauthorizedAccessToVirtualNetwork fel som liknar följande fel: Validation failure "UnauthorizedAccessToVirtualNetwork": "DevOpsInfrastructure service principal does not have Read access to virtual network <your VNet> in resource group <your resource group>. Give Reader and Network Contributor access to DevOpsInfrastructure service principal and try again..

Lös problemet så här:

Se även