I'm developing an app that needs to use the OneDrive and Google Drive file pickers, which requires registering the app in Azure AD. My free credits have run out, and I've switched to a pay-as-you-go subscription. Can anyone clarify if there are costs associated with keeping the app registered in Azure AD, especially since I only need it for the file picker and I'm not using any other Azure services?
1 Answer
Good news! App registrations in Azure AD are free. The charges come from the services you actually use. So, if you're only registering the app for the file picker and not utilizing any other Azure resources, you shouldn't incur any fees for just having the registration.
That’s nice to hear! So, just to confirm, as long as I'm not using other services like databases or virtual machines, I won’t be charged anything for the registration? Just the registration itself is free?