Reputation: 21
The error is simply that the resource is not found, the resource ID it shows is the Tenant ID for Azure AD.
I am able to join VMs to Azure AD DS and mount the storage via the connect options from the portal but we are setting up FSLogix and need Azure ADDS auth for the file shares.
The Azure AD DS does exist in a classic vnet but that has not stopped other ARM resources from seeing it and using it/joining to it.
I have tried creating/joining the Storage account using PowerShell but the same error is given.
The only thing I can find (apart from the classic vnet + ADDS) is that the Azure AD Tenant is not linked to the subscription where Azure ADDS lives.
from here: "You also have to purchase an ADDS subscription on top of the file share subscription to be able to link ad to file share."
Both ADDS and the Storage account are in the same sub.
Upvotes: 1
Views: 249
Reputation: 21
Figured this out, Joining storage to Azure ADDS is not supported if AADDS is classic. Needed to upgrade it before proceeding.
Upvotes: 1