Azure Web App Customization

Kushagra Sharma 90 Reputation points
2024-01-05T10:16:16.9133333+00:00

Hi there!
I've developed a chatbot using a custom dataset as its knowledge base on . Now, I'm looking to personalize the theme and appearance of the web application. Additionally, I want to include a custom title and replace the default 'Azure logo' with my own custom logo.

How can I go about making these customizations?
Screenshot 2024-01-05 154446

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,879 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,890 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
957 questions
{count} votes

Accepted answer
  1. Divakarkumar-3696 375 Reputation points
    2024-01-05T11:03:49.09+00:00

    Hi, Please refer this github repo : https://github.com/microsoft/sample-app-aoai-chatGPT

    1. Go to Frontend->src->pages->Chat.tsx file . Make sure you change the azure svg with your custom image User's image
    2. Next you could replace the reference, title and subtitle as shown below enter image description here
    3. You could replace the logo with your own favicon in index.html file.

    Once you are done with customization, you could do one click azure deployment available in this github repo. User's image

    You could deploy to existing web application in the Open AI studio.

    Please 'Accept as answer' if it helped so that it can help others in the community looking for help on similar topics.

    3 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Josh Brewer 10 Reputation points
    2024-07-17T04:52:37.8066667+00:00

    Once the app is deployed you can update env vars and then save. The app will reload with different icons and title. This works well for a quick and dirty update after deploying from the chat playground for a proof of concept or testing.

    Screenshot 2024-07-16 at 9.43.18 PM

    Screenshot 2024-07-16 at 9.44.57 PM

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.