https://prefect.io logo
Title
d

Daniel Lomartra

05/10/2023, 5:29 PM
Hello everyone! I am transitioning my prefect 1 workflows to prefect 2 this month. My prefect 1 code uses the generic git storage to pull code from an Azure Devops repo. I don't see a generic git block in the documentation. Is Azure DevOps not supported as storage in Prefect 2?
1
b

Bianca Hoch

05/11/2023, 6:09 PM
Hey Daniel, from what I can see, Azure DevOps is not directly supported as storage in Prefect 2. However, Prefect 2 does support Azure Blob Storage, which can be used as an alternative. Here's a list of some supported storage options in Prefect 2: - Remote File System - Azure Storage (Blob Storage) - GitHub Storage You can find more information in the Prefect documentation here.
d

Daniel Lomartra

05/11/2023, 8:03 PM
Thanks! After reviewing the code for the GitHub storage block I realized that it actually works just fine with azure devops so long as the URL is structured properly.
🚀 1
1