Activating Logs
Event Hubs
From the Azure Portal, look for Event Hubs and select it:


-
From the Azure Portal, look for Event Hubs and select it
-
Click on +Create
-
Fill in the parameters according to your best practice environment (ex: subscription, resource group etc.), except the following values:
- Basics
- Pricing Tier: Standard
- Throughput Units: 1
- Advanced
- Minimum TLS version: Version 1.2
- Local Authentication: Enabled
- Networking
- Connectivity method: Public Access
- Basics
Please note that once the resources that you want to monitor send logs to the event hub created above, the corresponding event hubs will be automatically created.
For example:


Azure Function
- From the Azure Portal, look for Function App and select it:


- Fill in the parameters according to your best practice environment (ex: subscription, resource group etc.), except the following values:
- Basics
- Hosting Option: Functions Premium
- Do you want to deploy code or container image? Code
- Runtime stack: .NET
- Version: 8 LTS, in-process model
- Operating System: Windows
- Pricing Plan: Elastic Premium EP1 (210 total ACU, 3.5 GB memory, 1 vCPU)
- Networking
- Enable public access: On
- Monitoring
- Enable Application Insights: No (turn it on after the Function has been created)
After the Function has been deployed, complete the following fields:
Overview – Functions - +Create
- Select a template: Azure Event Hub trigger.
- Set the other parameters based on the Event Hub created earlier.
- Environment variables: NEBULA_API_KEY