Search code examples
azureazure-pipelinesdevopsazure-devops-server-2019

Fetch Azure storage dacpac file in ARM Template


Is there a way to get data from Azure Storage like dacpac, zip etc and put in drop folder in CI/CD pipeline?


Solution

  • 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)