JetBrains / teamcity-azure-storage

TeamCity Azure artifacts storage support plugin
Apache License 2.0
15 stars 7 forks source link

Does not work with Azure Static website (Azure blob storage with `$web` container) #9

Closed anujku closed 3 years ago

anujku commented 5 years ago

Azure static website has a container named $web. The plugin always creates a folder with name web instead. If you specify the path it still pushes the artifacts to web folder instead of $web

undimmable commented 3 years ago

This plugin is only intended for storing artifacts, not for deploying static websites. If you want to deploy a website, please consider using azure cli.