Skip to content

Commit 4bea1a3

Browse files
(Azure CXP) Updated as per
Updated Line 134 because the output log file location would be seen in present working directory where we run the script rather than `%WinDir%/System32/IoTAgentLog.log` from `1. Review the log file for more information about the failure. Log file location: `%WinDir%/System32/IoTAgentLog.log` ` to `1. Review the log file for more information about the failure. The log file would be present in the working directory where we run the script. Log file location: `.\IoTAgentLog.log` ` This is as per MicrosoftDocs/azure-docs#51943 ------- cc: @mlottner
1 parent 5c704c7 commit 4bea1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/asc-for-iot/how-to-deploy-windows-cs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ To turn on logging:
131131
sc.exe start "ASC IoT Agent"
132132
```
133133
134-
1. Review the log file for more information about the failure.
134+
1. Review the log file for more information about the failure. The log file would be present in the working directory where we run the script.
135135
136-
Log file location: `%WinDir%/System32/IoTAgentLog.log`
136+
Log file location: `.\IoTAgentLog.log`
137137
138138
## Next steps
139139

0 commit comments

Comments
 (0)