diff --git a/connector/doc/Microsoft_Azure.md b/connector/doc/Microsoft_Azure.md index e70bdc5f..8463ca2f 100644 --- a/connector/doc/Microsoft_Azure.md +++ b/connector/doc/Microsoft_Azure.md @@ -43,6 +43,7 @@ This connector allows you to monitor relevant resource metrics available in Azur | [Microsoft Azure Cloud Platform - Cosmos DB Accounts](xref:Connector_help_Microsoft_Azure_-_Cosmos_DB_Accounts) | Microsoft.DocumentDb/databaseAccounts | | [Microsoft Azure Cloud Platform - Azure DB for MySQL Flexible Servers](xref:Connector_help_Microsoft_Azure_-_Azure_DB_for_MySQL_Flexible_Servers) | Microsoft.DBforMySQL/flexibleServers | | [Microsoft Azure Cloud Platform - Virtual Machines](xref:Connector_help_Microsoft_Azure_-_Virtual_Machines) | Microsoft.Compute/virtualMachines | +| [Microsoft Azure Cloud Platform - Service Bus](xref:Connector_help_Microsoft_Azure_-_Service_Bus) | Microsoft.ServiceBus/namespaces | ## Configuration diff --git a/connector/doc/Microsoft_Azure_-_Service_Bus.md b/connector/doc/Microsoft_Azure_-_Service_Bus.md new file mode 100644 index 00000000..8c4e670e --- /dev/null +++ b/connector/doc/Microsoft_Azure_-_Service_Bus.md @@ -0,0 +1,47 @@ +--- +uid: Connector_help_Microsoft_Azure_-_Service_Bus +--- + +# Microsoft Azure - Service Bus + +Azure Service Bus is an asynchronous messaging cloud platform that makes it possible to send data between decoupled systems. + +## About + +### Version Info + +| Range | Key Features | Based on | System Impact | +|----------------------|------------------|--------------|-------------------| +| 1.0.0.x [SLC Main] | Initial version | - | - | + +### Product Info + +| Range | Supported Firmware | +|-----------|-----------------------------| +| 1.0.0.x | REST-API version 2021-05-01 | + +### System Info + +| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components | +|---------|-----------------|---------------------|-----------------------------------------------------------------------|---------------------| +| 1.0.0.x | No | Yes | [Microsoft Azure Cloud Platform](xref:Connector_help_Microsoft_Azure) | - | + +## Configuration + +### Connections + +#### HTTP Main Connection + +This connector uses an HTTP connection. However, it requires no input from the user, as this connector is automatically created by the **Microsoft Azure Cloud Platform**. + +## How to use + +The connector requires no user input. The metrics that are polled for this resource type element are displayed on the **Metrics** page. + +Enabling or disabling polling of metrics can be done on the **Configuration** page. + +On the **General** page, you can configure the **Polling Interval** for the metrics. This same page also displays the scope (Subscription and Resource Group) that this resource type element belongs to. + +## Notes + +This connector is intended to be used together with the **Microsoft Azure Cloud Platform** connector. Without this manager connector, the connector will not work, as the authentication to the Azure Cloud Platform is done via the manager connector. diff --git a/connector/toc.yml b/connector/toc.yml index 34e98093..b70519d2 100644 --- a/connector/toc.yml +++ b/connector/toc.yml @@ -5382,6 +5382,8 @@ topicUid: Connector_help_Microsoft_Azure_-_Load_Balancers - name: Microsoft Azure - Public IP Addresses topicUid: Connector_help_Microsoft_Azure_-_Public_IP_Addresses + - name: Microsoft Azure - Service Bus + topicUid: Connector_help_Microsoft_Azure_-_Service_Bus - name: Microsoft Azure - Storage Accounts topicUid: Connector_help_Microsoft_Azure_-_Storage_Accounts - name: Microsoft Azure - Virtual Machines