Skip to content

Commit b288a6a

Browse files
authored
Apply suggestions from PR review
Co-authored-by: Stacy Chambers <[email protected]>
1 parent 225cc4f commit b288a6a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/sentinel/create-custom-connector-builder-agent.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following steps show how to create, validate, and deploy a custom Microsoft
7070
7171
```
7272
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":::
7474
7575
1. Provide the source API information, authentication methods to generate the appropriate connector pattern.
7676
@@ -89,7 +89,7 @@ Based on your input, the agent generates the following four files:
8989
9090
The illustration shows the JSON connector files generated.
9191
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":::
9393
9494
>[!NOTE]
9595
> 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
109109
110110
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**.
111111
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":::
113113
114114
1. In the **Test Connector** pane, enter the authentication details for your data source API, and then select **Connect**.
115115
@@ -126,17 +126,17 @@ After you validate the connection, select **Disconnect** to stop the polling ses
126126
127127
1. After the validation test succeeds, select **Deploy** in the chat window to start deploying the connector.
128128
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":::
130130
131131
1. The extension opens a panel where you can choose from your available Microsoft Sentinel workspaces.
132132
133133
1. Select a workspace, then select **Deploy** to deploy the connector to that workspace.
134134
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":::
136136
137137
Alternatively, right-click the folder that contains the generated files, select **Microsoft Sentinel** > **Deploy Connector**.
138138
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":::
140140
141141
When deployment completes, a success message appears in the **Output** window.
142142

0 commit comments

Comments
 (0)