dotnet / source-indexer

This repo contains the code for building http://source.dot.net
MIT License
51 stars 37 forks source link

Avoid using sas tokens for uploading index to the final storage #146

Closed radical closed 3 months ago

radical commented 3 months ago

.. container.

Instead, use the already logged in managed identity to upload the index using the AzureFileCopy@6 azdo task.

I tried to use azcopy, az storage blob sync, and az storage azcopy blob sync but none of them worked as they do not seem to support managed identity.

This commit should be paired with turning off key-based access for the storage.