I have two azure Accounts [Account1 and Account2].
Account1 has less than 10 functions and Apps
- Following API execution works fine and getting proper response
Account2 has 1000+ functions and Apps.
- Following API execution doesn't work and response is empty.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Web/sites?api-version=2019-08-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions?api-version=2019-08-01
Is it a problem with azure API or I'm I missing something here.