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,328 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,607 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
838 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.

0 additional answers

Sort by: Most helpful