sample-app-aoai-chatGPT icon indicating copy to clipboard operation
sample-app-aoai-chatGPT copied to clipboard

Logo and Branding - The app is showing Contoso logo and Branding instead of Azure

Open adaikalaraj opened this issue 1 year ago • 5 comments

contoso

adaikalaraj avatar Jan 30 '24 06:01 adaikalaraj

This is not an issue: Contoso is a fictional company used by Microsoft as an example company and domain. This rebranding has been made on purpose by the project team (see pull request here: https://github.com/microsoft/sample-app-aoai-chatGPT/pull/486), probably to help companies see that as a their own tool, not an "Azure resource".

nrobert avatar Jan 30 '24 08:01 nrobert

This is not an issue: Contoso is a fictional company used by Microsoft as an example company and domain. This rebranding has been made on purpose by the project team (see pull request here: #486), probably to help companies see that as a their own tool, not an "Azure resource".

When I deploy from OAI portal (https://oai.azure.com/portal). The app get deployed with the Contoso brand and logo. Is there any option to change it.

adaikalaraj avatar Jan 30 '24 08:01 adaikalaraj

See README section: https://github.com/microsoft/sample-app-aoai-chatGPT?tab=readme-ov-file#updating-the-default-chat-logo-and-headers

This section has not been updated with "Contoso" instead of "Azure" but it's the same logic, see the code here https://github.com/microsoft/sample-app-aoai-chatGPT/blob/33564a9a1bb55a1ace4e4472bcbd876fd98b7ce0/frontend/src/pages/chat/Chat.tsx#L606

If you want to update this display, you will then have to rebuild the frontend and host your own image because the app deployed through the Azure OpenAI portal creates a web app which configuration points to this current github repository

nrobert avatar Jan 30 '24 09:01 nrobert

Hence there is no way of changing the logo using (for instance) FTPS within the app service and modifying the content?

aagirre92 avatar Jan 30 '24 16:01 aagirre92

No, there is already at least one issue related to that feature request: #522

nrobert avatar Jan 31 '24 13:01 nrobert