💻 Tech
Bitbucket pipes allow you to use existing pipes created for specific needs like uploading files and directories to Azure Blob Storage. You can think of it as packaged pipelines with predefined variables and customization that you can just plug into your pipeline. For example, with atlassian/azure-storage-deploy:2.2.1
, you don’t need to download azure cli and set up your environment to upload artifacts to Azure; you just need to use the pipe in your step. You may want to reference the links below for more details.
Reference: