To compare the configurations, use Azure Resource Explorer or export them to JSON files and compare with a diff tool. You can also use Terraform’s terraform plan and terraform show commands.
Regarding authorization requests, each API Management (APIM) request needing authorization counts as one. If your APIM instance is handling over 600 requests per minute, consider using the limit-concurrency policy to avoid overloading the authorization provider.
In the ClientCredentials flow, refresh tokens aren't issued. Instead, the client should request a new access token when the current one expires.
I hope this clarifies your issue. Feel free to reach out if you have any further concerns.