Skip to content

Commit feec0d8

Browse files
committed
Updated logging
1 parent f42dfb3 commit feec0d8

File tree

5 files changed

+1
-0
lines changed

5 files changed

+1
-0
lines changed
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

AzureCost_to_LogAnalytics/AzureCost_to_LogAnalytics/PreLoadLogAnalytics.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ public static async Task<IActionResult> Run(
239239
jsonResult += "]";
240240

241241
log.LogInformation($"Cost Data: {jsonResult}");
242+
Console.WriteLine($"Cost Data: {jsonResult}");
242243
logAnalytics.Post(jsonResult);
243244

244245
string nextLink = result.properties.nextLink.ToString();

0 commit comments

Comments
 (0)