Skip to content

Commit 55522d1

Browse files
author
Anil Godavarthy
committed
Fixing warnings
1 parent 21a8da4 commit 55522d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/sentinel/sentinel-playbook-creation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ In the Code view tab of the Azure Logic Apps editor, you can access the JSON ARM
5858

5959
6. Update "Microsoft.Web/connections" resources
6060

61-
:::image type="content" source="media/sentinel-playbook-creation/sentinel-playbook-webconnections.png" alt-text="Screenshot of playbook metadata that needs to be updated" lightbox="media/sentinel-playbook-creation/sentinel-playbook-webconnections.png" :::
61+
:::image type="content" source="media/sentinel-playbook-creation/sentinel-playbook-webconnections.png" alt-text="Screenshot of playbook web connections metadata" lightbox="media/sentinel-playbook-creation/sentinel-playbook-webconnections.png" :::
6262

63-
Refer to this file for more details https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ThreatXCloud/Playbooks/ThreatXPlaybooks/ThreatX-BlockIP-URL/azuredeploy.json
63+
For more information, see https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ThreatXCloud/Playbooks/ThreatXPlaybooks/ThreatX-BlockIP-URL/azuredeploy.json
6464

6565
### Scenario 2: Playbook using custom connectors
6666

@@ -82,23 +82,23 @@ Once the custom connector is created, you can use it to build a Playbook using A
8282
1. Search for **Logic Apps Custom Connector**
8383
1. Open the connector and then select on Export template under Automation link.
8484

85-
:::image type="content" source="media/sentinel-playbook-creation/sentinel-playbook-export-template.png" alt-text="Screenshot of offer ID and offer name configuration." Lightbox="media/sentinel-playbook-creation/sentinel-playbook-export-template.png" :::
85+
:::image type="content" source="media/sentinel-playbook-creation/sentinel-playbook-export-template.png" alt-text="Screenshot to export template." Lightbox="media/sentinel-playbook-creation/sentinel-playbook-export-template.png" :::
8686

8787
4. Select "Copy template" and save contents in a JSON file on your local computer
8888
1. From the JSON created in step 4, remove the runtimeUrls, apiDefinitions, and wsdlDefinition fields
8989
1. Download the file containing swagger attributes. Select on the Overview link and then on the Download link. This downloads the swagger file
9090

91-
:::image type="content" source="media/sentinel-playbook-creation/sentinel-playbook-download-swagger.png" alt-text="Screenshot of offer ID and offer name configuration." Lightbox="media/sentinel-playbook-creation/sentinel-playbook-download-swagger.png" :::
91+
:::image type="content" source="media/sentinel-playbook-creation/sentinel-playbook-download-swagger.png" alt-text="Screenshot to download swagger file." Lightbox="media/sentinel-playbook-creation/sentinel-playbook-download-swagger.png" :::
9292

9393

9494
7. Updated the JSON file created in step 4 with the swagger and backendService values obtained from the swagger file created in step 6.
9595
1. Validate the host, basepath, and scheme parameters in the swagger file and update as needed.
9696

97-
:::image type="content" source="media/sentinel-playbook-creation/sentinel-playbookswagger-fields.png" alt-text="Screenshot of offer ID and offer name configuration." Lightbox="media/sentinel-playbook-creation/sentinel-playbookswagger-fields.png" :::
97+
:::image type="content" source="media/sentinel-playbook-creation/sentinel-playbookswagger-fields.png" alt-text="Screenshot showing swagger fields." Lightbox="media/sentinel-playbook-creation/sentinel-playbookswagger-fields.png" :::
9898

9999
9. Finally, update the Parameter section of the ARM template files for the custom connector as shown.
100100

101-
:::image type="content" source="media/sentinel-playbook-creation/playbook-update-parameters.png" alt-text="Screenshot of offer ID and offer name configuration." Lightbox="media/sentinel-playbook-creation/playbook-update-parameters.png" :::
101+
:::image type="content" source="media/sentinel-playbook-creation/playbook-update-parameters.png" alt-text="Screenshot showing update parameters." Lightbox="media/sentinel-playbook-creation/playbook-update-parameters.png" :::
102102

103103
Refer to the link for reference or comparison to determine which other fields need to be modified within the ARM template.
104104
[Azure-Sentinel/Solutions/Minemeld/Playbooks/CustomConnector/MinemeldCustomConnector/azuredeploy.json at master · Azure/Azure-Sentinel](https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Minemeld/Playbooks/CustomConnector/MinemeldCustomConnector/azuredeploy.json)
@@ -111,4 +111,4 @@ For Readme.md file guidelines, refer to the links -
111111
- Custom connector Readme.md file guidelines: [Custom connector Readme.md file guidelines | Microsoft Learn](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Minemeld/Playbooks/CustomConnector/MinemeldCustomConnector)
112112
- Playbook Readme.md file guidelines: [Playbook Readme.md file guidelines | Microsoft Learn](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Minemeld/Playbooks/MinemeldPlaybooks/Minemeld-CreateIndicator)
113113

114-
:::image type="content" source="media/sentinel-playbook-creation/playbook-folder-structure.png" alt-text="Screenshot of offer ID and offer name configuration." Lightbox="media/sentinel-playbook-creation/playbook-folder-structure.png" :::
114+
:::image type="content" source="media/sentinel-playbook-creation/playbook-folder-structure.png" alt-text="Screenshot of playbook folder structure in GitHub." Lightbox="media/sentinel-playbook-creation/playbook-folder-structure.png" :::

0 commit comments

Comments
 (0)