Need help to customize azure open AI deployed web app UI.

jonathan bora 0 Reputation points
2025-06-07T18:52:38.0666667+00:00

Hi, I have deployed an azure web app from azure AI foundry portal, but i have made some change on the frontend code and uploaded them back using ftp connection but the changes are not shown on the web interface nothing changed, but when i check through SSH, i can see that my changes are made, how can i commit a frontend design change to this deployed webapp?

need your assistance.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
940 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-06-07T18:52:38.1833333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To commit your frontend design changes to the deployed Azure OpenAI web app, you need to ensure that your changes are properly synchronized with the app's deployment process. Since you have already made changes and confirmed them via SSH, follow these steps to ensure they are reflected in the web interface:

    1. Redeploy the App: After making changes to your frontend code, you need to redeploy the app. You can do this by using the Azure CLI or the Azure portal. If you are using the Azure CLI, you can run the command:
         az webapp up
      
      This command will redeploy your app with the latest changes.
    2. Check Deployment Center: In the Azure portal, navigate to your web app and select the Deployment Center. Ensure that the deployment process has completed successfully and that there are no errors.
    3. Clear Cache: Sometimes, changes may not appear due to caching. Clear your browser's cache or try accessing the web app in incognito mode to see if the changes are reflected.
    4. Sync Changes: If your app is connected to a GitHub repository, ensure that you push your changes to the repository and sync them through the Deployment Center.

    By following these steps, you should be able to see your frontend design changes reflected in the deployed web app.


    References:

    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.