Build and deploy App to Azure WebApp

Caullireau Dorian 0 Reputation points
2024-01-16T12:44:52.9466667+00:00

Hello, I would like to contact you about setting up a deployment between Azure via GitHub... I currently have this error message on "Docker Image CI" :User's image

And

User's image

As a result, deployment is not complete ... For your information, here's what I've already done: WEBSITE_WEBDEPLOY_USE_SCM -> true in the WebApp configuration Download and save Publish profil in GitHub (Actions secrets and variables) I've created the following github project: https://github.com/microsoft/sample-app-aoai-chatGPT Thank you in advance for your help on this subject,

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,080 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2024-01-17T12:42:36.0366667+00:00

    @Caullireau Dorian ,

    Thanks for follow-up and sharing additional info. The error : input required and not supplied: user name; suggests that the workflow is expecting a username for the Azure Container Registry login, but it hasn't been provided.

    If you haven't done already so, please add and save secret on the Settings'. For the steps, kindly checkout this SO discussion thread which addresses a similar ask, for the steps (by Arko).

    Enable and review logs to fetch more details about the error.

    Ref: Python Deployments: ‘File not found’ and filesystem directory differences with app content

    Kindly let us know, I'll follow-up with you further.

    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.