You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/create-custom-connector-builder-agent.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The following steps show how to create, validate, and deploy a custom Microsoft
70
70
71
71
```
72
72
73
-
:::image type="content" source="media/custom-connector-builder-agent/connector-vscode-prompt-agent.png" alt-text="Image of the agent prompt in custom connector in VS Code" lightbox="media/custom-connector-builder-agent/connector-vscode-prompt-agent.png":::
73
+
:::image type="content" source="media/custom-connector-builder-agent/connector-vscode-prompt-agent.png" alt-text="Screenshot of the agent prompt in custom connector in VS Code" lightbox="media/custom-connector-builder-agent/connector-vscode-prompt-agent.png":::
74
74
75
75
1. Provide the source API information, authentication methods to generate the appropriate connector pattern.
76
76
@@ -89,7 +89,7 @@ Based on your input, the agent generates the following four files:
89
89
90
90
The illustration shows the JSON connector files generated.
91
91
92
-
:::image type="content" source="media/custom-connector-builder-agent/connector-files-sample.png" alt-text="Image of the connector file generated in VS Code" lightbox="media/custom-connector-builder-agent/connector-files-sample.png":::
92
+
:::image type="content" source="media/custom-connector-builder-agent/connector-files-sample.png" alt-text="Screenshot of the connector file generated in VS Code" lightbox="media/custom-connector-builder-agent/connector-files-sample.png":::
93
93
94
94
>[!NOTE]
95
95
> During agent evaluation, select **Allow responses once** to approve changes, or select the option **Bypass Approvals** in the chat. It might take up to several minutes for the evaluations to finish.
@@ -109,7 +109,7 @@ Iteratively refine the connector using agent or inline directly into the JSON fi
109
109
110
110
1. To validate the API for data source events, right click on the folder that contains the ARM template and select **Microsoft Sentinel** > **Test Connector**.
111
111
112
-
:::image type="content" source="media/custom-connector-builder-agent/connector-validation.png" alt-text="Image of the validation step for custom connector in VS Code" lightbox="media/custom-connector-builder-agent/connector-validation.png":::
112
+
:::image type="content" source="media/custom-connector-builder-agent/connector-validation.png" alt-text="Screenshot of the validation step for custom connector in VS Code" lightbox="media/custom-connector-builder-agent/connector-validation.png":::
113
113
114
114
1. In the **Test Connector** pane, enter the authentication details for your data source API, and then select **Connect**.
115
115
@@ -126,17 +126,17 @@ After you validate the connection, select **Disconnect** to stop the polling ses
126
126
127
127
1. After the validation test succeeds, select **Deploy** in the chat window to start deploying the connector.
128
128
129
-
:::image type="content" source="media/custom-connector-builder-agent/connector-deploy.png" alt-text="Image of the deploy step for custom connector in VS Code" lightbox="media/custom-connector-builder-agent/connector-deploy.png":::
129
+
:::image type="content" source="media/custom-connector-builder-agent/connector-deploy.png" alt-text="Screenshot of the deploy step for custom connector in VS Code" lightbox="media/custom-connector-builder-agent/connector-deploy.png":::
130
130
131
131
1. The extension opens a panel where you can choose from your available Microsoft Sentinel workspaces.
132
132
133
133
1. Select a workspace, then select **Deploy** to deploy the connector to that workspace.
134
134
135
-
:::image type="content" source="media/custom-connector-builder-agent/connector-workspace-deploy.png" alt-text="Image of the deploy step to choose workspace" lightbox="media/custom-connector-builder-agent/connector-workspace-deploy.png":::
135
+
:::image type="content" source="media/custom-connector-builder-agent/connector-workspace-deploy.png" alt-text="Screenshot of the deploy step to choose workspace" lightbox="media/custom-connector-builder-agent/connector-workspace-deploy.png":::
136
136
137
137
Alternatively, right-click the folder that contains the generated files, select **Microsoft Sentinel** > **Deploy Connector**.
138
138
139
-
:::image type="content" source="media/custom-connector-builder-agent/connector-files-deploy.png" alt-text="Image of the alternate way of deploying in VS Code" lightbox="media/custom-connector-builder-agent/connector-files-deploy.png":::
139
+
:::image type="content" source="media/custom-connector-builder-agent/connector-files-deploy.png" alt-text="Screenshot of the alternate way of deploying in VS Code" lightbox="media/custom-connector-builder-agent/connector-files-deploy.png":::
140
140
141
141
When deployment completes, a success message appears in the **Output** window.
0 commit comments