Skip to content

Commit ff641ba

Browse files
authored
Removed shared random usage
1 parent c5249c2 commit ff641ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/tutorial-logs-ingestion-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following script uses the [Azure Monitor Ingestion client library for .NET](
113113
{
114114
InstanceName = "user" + i.ToString(),
115115
TimeZone = "Central Time",
116-
Level = Random.Shared.Next(1, 5),
116+
Level = 3,
117117
CounterName = "AppMetric1" + i.ToString(),
118118
CounterValue = i
119119
}

0 commit comments

Comments
 (0)