Azure Monitor
Azure 및 온-프레미스 환경에서 원격 분석 데이터를 수집, 분석하고 조치를 취하는 데 사용되는 Azure 서비스입니다.
질문 2개
Inquiry regarding log retention costs We are planning to apply a 3-year retention policy specifically for the SigninLogs table, as outlined below: 0–90 days: Retained in Log Analytics (for Sentinel analysis, free of charge) 91 days–1 year: Retained in…
Function App .Net 8 Isolated 환경에서 서버를 운영하고 있습니다. Function class에서 ILogger를 주입받아 비즈니스 로직에서 로깅을 합니다. ILogger를 아래와 같이 확장하여 사용자 정의 로깅을 했습니다. [LoggerMessage(EventId = (int)LogEventId.Player, Level = LogLevel.Information, Message = "{AccountID}…