Skip to content

Commit

Permalink
Merge pull request SkylineCommunications#251 from SkylineAjdin/main
Browse files Browse the repository at this point in the history
Microsoft Azure - Service Bus Initial version
  • Loading branch information
MariekeGO authored Apr 18, 2024
2 parents 96cc2c8 + 4a21f98 commit a24eefb
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions connector/doc/Microsoft_Azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
47 changes: 47 additions & 0 deletions connector/doc/Microsoft_Azure_-_Service_Bus.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions connector/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a24eefb

Please sign in to comment.