An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Hi @Michael Finocchio ,
Thanks for reaching out to Microsoft Q&A.
Yes, as mentioned in MSDOC the deprecated APIM “direct management” REST API will be retired on March 15, 2025. Once an API is retired, it is removed from service and any calls to that endpoint will start failing after that date. You’ll need to move your management operations over to the Azure Resource Manager–based APIM REST API before then.
Here's what to do next:
- Switch your calls from the direct management base URL to the ARM endpoint
(https://management.azure.com/subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.ApiManagement/service/{serviceName}/...) - Update your authentication to use Azure AD (service principal or managed identity) instead of the shared‐access token used by the direct API.
- Test all existing workflows against the ARM API well before March 15, 2025, so you can catch any issues early.
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.