Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.48 KB

Azure.DevOps.ServiceConnections.ClassicAzure.md

File metadata and controls

32 lines (22 loc) · 1.48 KB
category severity online version
Microsoft Azure DevOps Service Connections
Critical

Azure.DevOps.ServiceConnections.ClassicAzure

SYNOPSIS

A Service connection should not use the Classic Azure service connection type.

DESCRIPTION

A service connection is a securely stored object that contains information about how to connect to a service. Service connections are used during the build or release pipeline to connect to external and remote resources. The Classic Azure service connection type can not be scoped to a specific resource group or subscription. This means that any user with access to the service connection can deploy to any resource group or subscription. Also the Classic Azure service connection type does not support modern ways of authentication.

Mininum TokenType: ReadOnly

RECOMMENDATION

Consider using a service connection type that can be scoped to a specific resource group with modern authentication.

LINKS