Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Aug 26, 2025

The Azure Functions logo image in the README.md was using a broken URL that pointed to a non-existent path in the azure-functions-cli repository.

Issue:
The old URL https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png was returning a 404 error, causing the logo to not display properly.

Solution:
Updated the logo URL to the correct path: https://raw.githubusercontent.com/Azure/azure-functions-cli/refs/heads/main/eng/res/functions.png

This change:

  • Fixes the broken logo display in the README
  • Uses the correct branch reference (refs/heads/main instead of master)
  • Points to the actual location of the functions logo in the azure-functions-cli repository

The new URL has been verified to work correctly and displays the Azure Functions logo as intended.


💡 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.

@Copilot Copilot AI changed the title [WIP] Open a PR titled: "Fix the logo URL in the README" Update the readme to fix the broken logo link - the new link is: https://raw.githubusercontent.com/Azure/azure-functions-cli/refs/heads/main/eng/res/functions.png Fix the logo URL in the README Aug 26, 2025
@Copilot Copilot AI requested a review from liliankasem August 26, 2025 18:05
Copilot finished work on behalf of liliankasem August 26, 2025 18:05
@liliankasem liliankasem marked this pull request as ready for review August 26, 2025 18:10
@liliankasem liliankasem requested a review from a team as a code owner August 26, 2025 18:10
@manvkaur
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ahmedmuhsin ahmedmuhsin self-assigned this Aug 26, 2025
@manvkaur manvkaur merged commit 8c6648e into dev Aug 26, 2025
4 checks passed
@manvkaur manvkaur deleted the copilot/fix-2a778fd4-a2f2-4a30-b375-9e2a1d0443a4 branch August 26, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants