You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.