https://prefect.io logo
Title
n

Nikolay Vaklinov

02/15/2021, 12:20 PM
Hello, as some of our projects in Infinite Lambda are using Prefect, we decided to share a bit of our great experience with this amazing tool. We needed a way to have a full CI/CD pipeline where we just push our code and it gets automatically deployed and then executed. Here is the article: https://infinitelambda.com/post/prefect-workflow-automation-azure-devops-aks/ I am sure it will be helpful to a lot of people. πŸ˜›refect:πŸš€
:marvin: 3
πŸ‘ 8
πŸš€ 16
a

ale

02/15/2021, 1:43 PM
Cool!!!
πŸ™Œ 1
a

Anna Geller (old account)

02/15/2021, 5:49 PM
@Nikolay Vaklinov thanks for sharing, very well-written! What did you use to create this nice chart? πŸ™‚
πŸ™Œ 1
n

Nikolay Vaklinov

02/16/2021, 7:28 AM
@Anna Geller (old account) LucidChart and then Adobe Illustrator.
πŸ‘ 1
e

Espen Overbye

03/14/2021, 10:14 AM
Thanks @Nikolay Vaklinov for a very cool post! Not clear to me why you need push the flow to Azure blob storage, shouldn't it be enough to have the flow in ACR? Is it because you want to be able to separate tasks and flows?
n

Nikolay Vaklinov

03/15/2021, 6:38 AM
Hello @Espen Overbye. Thank you for the positive feedback and yes, that is correct! We wanted a way to develop tasks separately from flows. It was a requirement we had from a client.