Introduction
The Azure Hosting Environment is Microsoft’s cloud-based infrastructure that offers a range of computing resources for hosting applications, websites, databases, and services. It supports multiple hosting models, including Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Serverless computing, allowing businesses to deploy and manage workloads efficiently.
Use OpsRamp Azure Public Cloud Integration to discover and collect metrics against Hosting Environment.
Setup
To set up the Azure integration and discover the Azure Hosting Environment resources, do the following:
- Create an Azure Integration, if not available in your installed integrations. For more information on how to install the Azure Integration, refer to Install Azure Integration.
- Create a discovery profile. For more information on how to create a discovery profile, refer to Create Discovery Profile.
- Select
Hosting Environmentunder the Filter Criteria in the Edit Discovery Profile page. - Save the discovery profile to make them available in the list of Discovery Profiles.
- Scan to discover the resources at any time independent of the predefined schedule.
- Once the scan is completed, you can view the Hosting Environment resources under Infrastructure > Resources > Microsoft Azure category.
Event support
OpsRamp supports Azure events for Hosting Environment. Configure Azure Events in the OpsRamp Azure integration discovery profile.
See Process Azure Events for more information on how to configure Azure events.
Supported metrics
| OpsRamp Metric | Azure Metric | Metric Display Name | Unit | Aggregation Type | Description |
|---|---|---|---|---|---|
| azure_web_hostingenvironments_BytesReceived | BytesReceived | Data In | Bytes | Total | Incoming bandwidth used across all front end instances |
| azure_web_hostingenvironments_BytesSent | BytesSent | Data Out | Bytes | Total | Outgoing bandwidth used across all front end instances |
| azure_web_hostingenvironments_CpuPercentage | CpuPercentage | CPU Percentage | Percent | Average | CPU used across all front end instances |
| azure_web_hostingenvironments_DiskQueueLength | DiskQueueLength | Disk Queue Length | Count | Average | Number of both read and write requests that were queued on storage |
| azure_web_hostingenvironments_Http101 | Http101 | Http 101 | Count | Total | Number of requests resulting in an HTTP 101 status code |
| azure_web_hostingenvironments_Http2xx | Http2xx | Http 2xx | Count | Total | Number of requests resulting in an HTTP status code >= 200 but < 300 |
| azure_web_hostingenvironments_Http3xx | Http3xx | Http 3xx | Count | Total | Number of requests resulting in an HTTP status code >= 300 but < 400 |
| azure_web_hostingenvironments_Http401 | Http401 | Http 401 | Count | Total | Number of requests resulting in an HTTP 401 status code |
| azure_web_hostingenvironments_Http403 | Http403 | Http 403 | Count | Total | Number of requests resulting in an HTTP 403 status code |
| azure_web_hostingenvironments_Http404 | Http404 | Http 404 | Count | Total | Number of requests resulting in an HTTP 404 status code |
| azure_web_hostingenvironments_Http406 | Http406 | Http 406 | Count | Total | Number of requests resulting in an HTTP 406 status code |
| azure_web_hostingenvironments_Http4xx | Http4xx | Http 4xx | Count | Total | Number of requests resulting in an HTTP status code >= 400 but < 500 |
| azure_web_hostingenvironments_Http5xx | Http5xx | Http Server Errors | Count | Total | Number of requests resulting in an HTTP status code >= 500 but < 600 |
| azure_web_hostingenvironments_HttpQueueLength | HttpQueueLength | Http Queue Length | Count | Average | Number of HTTP requests that had to sit on the queue before being fulfilled |
| azure_web_hostingenvironments_HttpResponseTime | HttpResponseTime | Response Time | Seconds | Average | Time taken for the ASE to serve requests |
| azure_web_hostingenvironments_LargeAppServicePlanInstances | LargeAppServicePlanInstances | Large App Service Plan Workers | Count | Average | Number of large App Service Plan worker instances |
| azure_web_hostingenvironments_MediumAppServicePlanInstances | MediumAppServicePlanInstances | Medium App Service Plan Workers | Count | Average | Number of medium App Service Plan worker instances |
| azure_web_hostingenvironments_MemoryPercentage | MemoryPercentage | Memory Percentage | Percent | Average | Memory used across all front end instances |
| azure_web_hostingenvironments_Requests | Requests | Requests | Count | Total | Number of web requests served |
| azure_web_hostingenvironments_SmallAppServicePlanInstances | SmallAppServicePlanInstances | Small App Service Plan Workers | Count | Average | Number of small App Service Plan worker instances |
| azure_web_hostingenvironments_TotalFrontEnds | TotalFrontEnds | Total Front Ends | Count | Average | Number of front end instances |