Skip to content

Commit 598c555

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#98939
1 parent db31eb6 commit 598c555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/agents/data-collection-text-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ do
518518
$randomContent = New-Guid
519519
$logRecord = "$(Get-Date -format s)Z Record number $count with random content $randomContent"
520520
$logRecord | Out-File "$logFolder\\$logFileName" -Encoding utf8 -Append
521-
Sleep $sleepSeconds
521+
Start-Sleep $sleepSeconds
522522
}
523523
while ($true)
524524

0 commit comments

Comments
 (0)