Skip to content

Commit 1f9f618

Browse files
committed
fixes
1 parent 5c21f84 commit 1f9f618

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/sentinel/create-codeless-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Each step in building the codeless connector is represented in the following exa
268268
- [Example custom table](#example-custom-table)
269269
- [Example data collection rule](#example-data-collection-rule)
270270
- [Example data connector UI definition](data-connector-ui-definitions-reference.md#example-data-connector-definition)
271-
- [Example data connection rules](data-connector-connection-rules-reference.md#example-ccp-data-connector)
271+
- [Example data connection rules](data-connector-connection-rules-reference.md#example-ccf-data-connector)
272272
- [Use example data with example template](#example-arm-template)
273273

274274
To demonstrate a complex data source with ingestion to more than one table, this example features an output table schema and a DCR with multiple output streams. The DCR example puts these together along with its KQL transforms. The data connector UI definition and connection rules examples continue from this same example data source. Finally, the solution template uses all these example components to show end to end how to create the example CCF data connector.
@@ -451,7 +451,7 @@ This example is located in the [Data connector definitions reference](data-conne
451451

452452
### Example data connector connection rules
453453

454-
This example is located in the [Data connectors reference](data-connector-connection-rules-reference.md#example-CCF-data-connector).
454+
This example is located in the [Data connectors reference](data-connector-connection-rules-reference.md#example-ccf-data-connector).
455455

456456
### Example ARM template
457457

articles/sentinel/create-custom-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table compares essential details about each method for creating cu
2323

2424
|Method description |Capability | Serverless |Complexity |
2525
|---------|---------|---------|---------|
26-
| **[Codeless Connector Framework (CCF)](#connect-with-the-codeless-connector-platform)** <br>Best for less technical audiences to create SaaS connectors using a configuration file instead of advanced development. | Supports all capabilities available with the code. | Yes | Low; simple, codeless development
26+
| **[Codeless Connector Framework (CCF)](#connect-with-the-codeless-connector-framework)** <br>Best for less technical audiences to create SaaS connectors using a configuration file instead of advanced development. | Supports all capabilities available with the code. | Yes | Low; simple, codeless development
2727
|**[Azure Monitor Agent](#connect-with-the-azure-monitor-agent)** <br>Best for collecting files from on-premises and IaaS sources | File collection, data transformation | No | Low |
2828
|**[Logstash](#connect-with-logstash)** <br>Best for on-premises and IaaS sources, any source for which a plugin is available, and organizations already familiar with Logstash | Supports all capabilities of the Azure Monitor Agent | No; requires a VM or VM cluster to run | Low; supports many scenarios with plugins |
2929
|**[Logic Apps](#connect-with-logic-apps)** <br>High cost; avoid for high-volume data <br>Best for low-volume cloud sources | Codeless programming allows for limited flexibility, without support for implementing algorithms.<br><br> If no available action already supports your requirements, creating a custom action may add complexity. | Yes | Low; simple, codeless development |

0 commit comments

Comments
 (0)