I have a Service Fabric application that downloads the image from Azure ACR repostiry. The authentication of the ACR repo is from ApplicationManifest.xml
<RepositoryCredentials AccountName="{AccountName}" Password="{Password}" PasswordEncrypted="false" />
Would like to know is there any possible way to use Azure DevOps ACR Service connection in "RepositoryCredentials ..."
As per Microsoft document we can use Accountname and Password (or) token registry credentials to download the ACR image