Migrate to the latest Azure Resource Manager control plane API

Aml Abbas 40 Reputation points
2024-03-20T09:51:34.7366667+00:00

Hello,

I got this message from Microsoft "Action required: Migrate to the latest Azure Resource Manager control plane API by 30 September 2026"

But I checked all my project and I couldn't find

  • a directly reference APIs in my applications
  • SDKs to interact with resources which is deprecated

In the message from Microsoft "You’re receiving this notice because you use older control plane APIs to interact with Azure Service Bus, Azure Event Hubs, or Azure Relay resources." So I don't know if I missed a directly reference or a SDK that I should upgrade.

Any recommendation?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
548 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
558 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,641 Reputation points
    2024-03-25T03:33:45.08+00:00

    @Aml Abbas Thanks for reaching out.

    The notification is sent to all the customer who have created any of the resources (Azure Service Bus, Azure Event Hubs, or Azure Relay resources) and there is action needed at their end to validate if they are using any of the old version control plane API references and they need to update to the new API references as documented here and in case if you are using SDK's to communicate with any of the services then you need to update to the new packages.

    If you are using the azure function or logic app triggers, stream analytics etc. (where you are not using the resource SDK's directly and control plan API operations) then there would be no action needed from your end. But in other cases, you should follow this.

    Let me know if you have any queries or concerns.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Marcin Policht 10,845 Reputation points MVP
    2024-03-20T11:14:36.0666667+00:00