2

I am trying to create an azure ci/cd pipeline for my python application. I have tried many ways but not get success. I can create CI successfully even in some cases cd also but not able to see the output on the azure app service.

I use Linux app services that use the Python 3.7 version.

I can create ci-cd successfully using the YAML file but I want to create using the classic editor without YAML, as I have some restrictions using yaml.

1 Answer 1

2

I will post the steps I deploy a simple hello world project with DevOps CI/CD pipeline.

1. Create pipeline: enter image description here enter image description here enter image description here 2. Create Release pipeline: enter image description here enter image description here 3. Save and queue your pipeline, the release pipeline would be triggered. Here is the file structure on Azure KUDU: enter image description here

Sign up to request clarification or add additional context in comments.

3 Comments

Thanks a lot. Working as expected. I missed the install requirement command, added as you suggested and woked.
can you tell me what changes i have to do to include test cases as well.
do you have the solution with new Azure Devops UI?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.