An API that connects multiple Microsoft services, enabling data access and automation across platforms
The Application Registration Portal (apps.dev.microsoft.com) was deprecated in December 2019. All app management moved to the Azure portal under App Registrations.
Apps created in the old portal were often tied to personal Microsoft accounts or legacy converged app models. These do not automatically appear in Azure AD App Registrations for organizational tenants. [devblogs.m...rosoft.com]
Could you check under Enterprise Applications using the Client ID if it exists first before determining if you need to create a new one and slowly migrate and monitor your environment to make sure nothing breaks. You will need an inventory of the other apps/services that are currently dependent on this App Registration from the legacy portal. Unfortunately, there is no direct migration from apps.dev.microsoft.com to Azure AD App Registrations. The guidance is to recreate the app in Entra and update credentials in your production systems.
This is not guaranteed but you can also try to go to Azure Portal → Microsoft Entra ID → Enterprise Applications. Search using the client ID you have. If found, you can manage permissions and settings there.