Hi,
I'm losing my mind trying to debug this. I have an Azure AI Video Indexer created from an ARM template (following this instruction https://learn.microsoft.com/en-us/azure/azure-video-indexer/deploy-with-arm-template?tabs=deplybutton).
I cannot execute the AccessTokenWithPermission method in the api-portal.videoindexer.ai environment due to a 400:
{
"ErrorType": "ARM_ACCOUNT_MUST_BE_MANAGED_BY_ARM",
"Message": "You can only use the ARM management API for management calls on accounts created on ARM. <a href=\"https://aka.ms/avam-arm-docs\">Learn more</a>. Trace id: 'b869e714-3ee9-411f-8525-f254cdc8a940'."
}
The Learn More link goes to a 404.
This is after trying to use about a billion other ways to try to get a programmatically requested access token for our business application. Requesting one manually through Azure Portal works fine - but is only valid for an hour. I'm encountering nothing but weird roadblocks trying to do this any other way, though.
Does anybody know what I'm doing wrong here?
Thank you x