Application's deployment to AVAplace
Start of building the application
Due to defined triggers inside build pipeline, with every change in specified branches and paths build pipeline runs.

Permission of first run
If this message appears, click the View button at the end of the displayed message to permit the first access to the build pipeline.

Afterwards, click on all occurrences of the Permit button. This will allows pipeline use every needed resource.

Following these permits, pipeline runs.
Status of run
- When the pipeline finishes successfully, pipeline is marked in green (second pipeline in the picture).
- When any of the steps does not finish successfully, pipeline is marked in red (as shown in the first row of the picture).

To get more detailed information about specific run, click on the name of the run (that's what starts with #DEV... in the picture.).
Inside you can find out:
- detailed information about the status of individual steps (click on specific step shows log of this step)
- also branches used for build (bottom of the picture)

Deployment of the application
After the build pipeline successfully finishes, release pipeline runs automatically.
Release pipeline is used for deployment of the applicattion on individual stages.

Every run of release pipeline, contains inside list of the stages where application can be deployed. There you select stage for deploy.

After click on Run stage and subsequent confirmation, application starts deployment to specific stage.

- If everything went smoothly on the partner's side, status of the stage, is in green.
- If not, status is in red and clicking on a specific environment, you can obtain more details about the error.

At the end of the deployment process, you need to check the application if is running and version of the application is correct.