79582147

Date: 2025-04-19 08:04:09
Score: 0.5
Natty:
Report link

Using the .Net SDK:

Azure.Monitor.Query.LogsQueryClient c = new LogsQueryClient(credential, new LogsQueryClientOptions() { });
var r = await c.QueryResourceAsync(this.Resource.Id, "AzureActivity", QueryTimeRange.All, new LogsQueryOptions(), cancellationToken);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: David