question

Beebz-1101 avatar image
0 Votes"
Beebz-1101 asked Grmacjon-MSFT commented

get Deployment status with a custom linux image on Azure App Service



I'm using a custom linux image on Azure App Service to deploy my web app. Using a pipeline in gitlab I execute the following:

docker login -u "$AZURE_CI_REGISTRY_USER" -p "$AZURE_CI_REGISTRY_PASSWORD" $AZURE_CI_REGISTRY

docker pull "mine.azurecr.io/samples/base:latest"
docker build . -t "$AZURE_MINE_CI_REGISTRY_IMAGE:testing" --pull --cache-from "$AZURE_MINE_CI_REGISTRY_IMAGE:testing"
docker push "$AZURE_MINE_CI_REGISTRY_IMAGE:testing"

In azure dashboard > container settings, i set "Continuous Deployment" to On.

It works well, but I need to know when the container is up and running from gitlab after pushing the docker image so i can use the status (fail/success) for current job.

azure-webapps-content-deploymentazure-container-registry
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @Beebz-1101 ,


Any updates for us? Are you still facing this issue?


0 Votes 0 ·

1 Answer

Grmacjon-MSFT avatar image
0 Votes"
Grmacjon-MSFT answered

Hi @Beebz-1101 ,

Apologies for the delay in response. if I understand your question, you're trying to get a notification in the azure portal when your linux container is up and running? is that correct?

You should get a notification on the right corner of your Azure portal once your container is running and view other activities on your web app. see image below.

122419-notification.png



notification.png (30.8 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.