We're attempting to create a validation step that ensures AutoSeeding will work as intended. I'm looking for the place I can query to determine if the below permission is in place for the Availability Group and can't seem to find it. It does not appear to be in the Server level permissions within SSMS nor in any of the AlwaysOn DMVs. Can anyone help?
ALTER AVAILABILITY GROUP [MY_AG] GRANT CREATE ANY DATABASE
GO
Andre Porter