I was using Logic app "Azure Resource Manager Connector" to List subscriptions within a tenant but it only returns 1000 subscriptions as output by default. Also, it does not have pagination settings to increase this default value. Moreover, I referred this document also - https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-exceed-default-page-size-with-pagination, which also shows that we cannot increase default page size of "ARM" connector.
How this could be achieved?


