eG Monitoring
 

Measures reported by AzrProviderTest

A resource provider is a service that supplies the resources you can deploy and manage through the Resource Manager. Each resource provider offers operations for working with the resources that are deployed. By default, most of the resource providers are automatically registered with the subscription. Alternately, the administrator can also register a resource provider to a subscription. If the resource providers are not available or are not registered with the subscription, the resources corresponding to those resource providers may not be accessible. To avoid this, it is necessary to keep track on the count of resource provides that were registered and those that were not registered. The AzrProviderTest test helps administrators in this regard!

For each subscription on the Microsoft Azure cloud, this test reports the total number of resource providers available, the count of the resource providers that are registered and are not registered. In addition, this test also reports the number of resource providers that are unregistered from the subscription. This way, administrators can figure out the resource providers that were unregistered from the subscription and can proactively hide the resources that cannot be accessed without the corresponding resource provider.

Outputs of the test : One set of results for each subscription on the target Microsoft Azure being monitored.

Measurement Description Measurement Unit Interpretation
Total_provider Indicates the total number of resource providers to which this subscription can be registered with. Number  
Registered_provider Indicates the number of resource providers to which this subscription is registered with. Number The detailed diagnosis of this measure lists the names of the resource providers that were registered for each subscription.
Not_registered_provider Indicates the number of resource providers to which this subscription is not registered with. Number The detailed diagnosis of this measure lists the names of the resource providers that were not registered with each subscription.
Registering_provider Indicates the number of resource providers to which this subscription is currently being registered. Number The detailed diagnosis of this measure lists the resource providers that were being registered with each subscription.
Unregistered_provider Indicates the number of resource providers from which this subscription is unregistered. Number The detailed diagnosis of this measure lists the resource providers that were unregistered with each subscription.
Unregistering_provider Indicates the number of resource providers from which this subscription is currently being unregistered. Number The detailed diagnosis of this measure lists the number of resource providers that were being unregistered from this subscription.