Skip to content

Fix missing images in Zscaler Internet Access playbook readme files#12978

Closed
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-missing-images-zscaler-readme
Closed

Fix missing images in Zscaler Internet Access playbook readme files#12978
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-missing-images-zscaler-readme

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Oct 16, 2025

Problem

Users were encountering 404 errors when trying to view images referenced in the Zscaler Internet Access solution playbook readme files. The issue was reported for the Add-Url-To-Category playbook, but affected all three playbooks in the solution.

Example broken link: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Zscaler%20Internet%20Access/Playbooks/Images/Add-URL-To-Category.png

Root Cause

The readme files in all three Zscaler Internet Access playbooks referenced images using the relative path ../Images/ (with capital 'I'), but this shared Images directory didn't exist in the Solutions directory structure. The images only existed in the legacy Playbooks location (/Playbooks/Zscaler/Images/) which was not accessible via the relative paths used in the Solutions readme files.

Solution

Created a shared Images directory at /Solutions/Zscaler Internet Access/Playbooks/Images/ and copied all required images from the legacy Playbooks location. This ensures all image references in the readme files now resolve correctly.

Changes Made

  • Created new directory: Solutions/Zscaler Internet Access/Playbooks/Images/
  • Copied 11 image files from legacy location, including:
    • Zscaler.png (brand logo, used in all 3 readme files)
    • Add-URL-To-Category.png and Sentinel_Add_URL_To_Category.png
    • Get-Sandbox-Report.png and Sentinel_Get_Sandbox_Report.png
    • Authentication.png
    • Additional images for completeness and future use

Affected Readme Files

All image references in these files now work correctly:

  • Solutions/Zscaler Internet Access/Playbooks/Add-Url-To-Category/readme.md
  • Solutions/Zscaler Internet Access/Playbooks/Get-Sandbox-Report-For-Hash/readme.md
  • Solutions/Zscaler Internet Access/Playbooks/Zscaler API authentication/readme.md

Testing

Verified that all image paths resolve correctly from each playbook directory using relative path ../Images/[filename].

Fixes #12969

Original prompt

This section details on the original issue you should resolve

<issue_title>Pictures are missing from Sentinel Solutions "Zscaler Internet Access" readme</issue_title>
<issue_description>Describe the bug
404 error trying to acces guide images.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Zscaler%20Internet%20Access/Playbooks/Add-Url-To-Category'
  2. Click on 'https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Zscaler%20Internet%20Access/Playbooks/Images/Add-URL-To-Category.png"
  3. Scroll down to '....'
  4. See error - 404

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [Windows]
  • Browser [Edge]
  • Version [141.0.3537.71]

Additional context
Add any other context about the problem here.
</issue_description>

Comments on the Issue (you are @copilot in this section)

Fixes #12977


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…books

Co-authored-by: v-sudkharat <132428394+v-sudkharat@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix missing images in Zscaler Internet Access readme Fix missing images in Zscaler Internet Access playbook readme files Oct 16, 2025
Copilot AI requested a review from v-sudkharat October 16, 2025 14:54
@v-atulyadav v-atulyadav added the Solution Solution specialty review needed label Oct 17, 2025
@v-sudkharat
Copy link
Copy Markdown
Contributor

Testing done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Solution Solution specialty review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pictures are missing from Sentinel Solutions "Zscaler Internet Access" readme

3 participants