Is there a way to get data from Azure Storage like dacpac, zip etc and put in drop folder in CI/CD pipeline?
Asked
Active
Viewed 44 times
1 Answers
0
hm, for saving files to Azure Storage, there is a Azure File Copy task. So you probably have to either use PowerShell (like the Set-AzStorageBlobContent cmdlet) or using the azcopy CLI (you might have to find an image that contains the binary)

Martin Brandl
- 56,134
- 13
- 133
- 172