Skip to content

Commit

Permalink
fix: AzureHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed Sep 4, 2024
1 parent 80e4d83 commit 9561b44
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lib/Core/AzureHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,21 @@
use Monolog\Handler\Curl;

/**
* AzureHandler uses cURL to send log to Azure Monitor
* https://learn.microsoft.com/en-us/azure/azure-monitor/
*
* @author Michele D'Amico <[email protected]>
* Linfa Service - https://www.linfaservice.it
* Damikael - https://www.damikael.dev
*/
class AzureHandler extends AbstractProcessingHandler
{
private string $eventName;
private string $secretKey;
private string $tenantId;
private string $appId;
private string $appSecret;
private string $dceURI;
private string $dcrImmutableId;
private string $table;

/**
* @param string $tenantId
Expand Down

0 comments on commit 9561b44

Please sign in to comment.