I want to have Microsoft SQL Server Agent Jobs run under a GMSA account, but they need to have access to an Azure Files container in an Azure Storage account.
Everything I've found so far points to storing the Azure Files credentials in the Windows Credential Manager under the user account for the service, but I can't figure out how to do this for a GMSA account.
Is there a way to store a set of credentials in Windows Credential Manager for use by a GMSA account, or is there another way for the GMSA account to authenticate to Azure Files?