Skip to content

Commit 80eb428

Browse files
haroldcamposecfan
andauthored
Update articles/logic-apps/rules-engine/create-rules-engine-project.md
Co-authored-by: Esther Fan <[email protected]>
1 parent 754c06b commit 80eb428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/rules-engine/create-rules-engine-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ To reuse existing rules from Microsoft BizTalk Server, you can export them. Howe
277277
The **<*function-name*>.cs** file also includes the **`ILogger`** interface, which provides support for logging events to an Application Insights resource. You can send tracing information to Application Insights and store that information alongside the trace information from your workflows. The **<*function-name*>.cs** file also includes the **`FileStoreRuleExplorer`** object that accesses the ruleset. As you can observe, the constructor for the **`FileStoreRuleExplorer`** uses the **`loggerFactory`** to send telemetry information also to Application Insights:
278278

279279
```csharp
280-
private readonly ILogger<RulesFunction> logger;
280+
private readonly ILogger<RulesFunction> logger;
281281

282282
private FileStoreRuleExplorer ruleExplorer;
283283

0 commit comments

Comments
 (0)