Forum Discussion

Michael_Pine's avatar
Michael_Pine
Copper Contributor
Sep 19, 2022
Solved

Azure File Share Build Pipeline Publish Artifacts

I have a Build pipeline that is working right up until I want to push the build output to somewhere that I can perform at the moment some manual steps, I am attempting to use the following task and I...
  • Michael_Pine's avatar
    Michael_Pine
    Sep 19, 2022
    The above worked, the last thing I needed to do was change the ServiceEndpoint to have a Role assignment of Blob Contributor and then it had the correct permissions to copy the build output to a storage account, didn't need to do any az cli stuff or anything like that been able to just use the DevOps pipeline and a Service Endpoint, Storage Account and RBAC.

Resources