I am writing an application to collect azure monitor logs. Part of that process is enabling the proper permissions for the application I register in Azure. I have done this before with Office 365 by registering an app with the Office 365 Management APIs permissions. Which permissions need to be used to allow access to get the logs for Azure Monitor? This documentation (https://docs.microsoft.com/en-us/rest/api/azure/#register-your-client-application-with-azure-ad), under the header Client Registration, says the api is called Azure Resource Manager API, but on the permissions list, there is no permission with that name that I could find. Any help would be appreciated. Thanks!