Fix missing images in Zscaler Internet Access playbook readme files#12978
Closed
Fix missing images in Zscaler Internet Access playbook readme files#12978
Conversation
…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
Contributor
|
Testing done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.pngRoot 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
Imagesdirectory 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
Solutions/Zscaler Internet Access/Playbooks/Images/Zscaler.png(brand logo, used in all 3 readme files)Add-URL-To-Category.pngandSentinel_Add_URL_To_Category.pngGet-Sandbox-Report.pngandSentinel_Get_Sandbox_Report.pngAuthentication.pngAffected Readme Files
All image references in these files now work correctly:
Solutions/Zscaler Internet Access/Playbooks/Add-Url-To-Category/readme.mdSolutions/Zscaler Internet Access/Playbooks/Get-Sandbox-Report-For-Hash/readme.mdSolutions/Zscaler Internet Access/Playbooks/Zscaler API authentication/readme.mdTesting
Verified that all image paths resolve correctly from each playbook directory using relative path
../Images/[filename].Fixes #12969
Original prompt
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.