admin管理员组文章数量:1122846
I am trying to use the option "Deploy to Static Website Via Azue Storage" to push a Microsoft Office Add In into azure storage blob $web in Visual Studio Code. I have built a Microsoft Office Excel Addin. I developed it in Visual Studio code. Then I used below guide to publish the add in. Step 11 is failing with the error "Could not find $web blob container for storage account". But the $web blob container indeed exists. As a work around, can I just uploaded the dist folder into the $web blob container?
I am trying to use the option "Deploy to Static Website Via Azue Storage" to push a Microsoft Office Add In into azure storage blob $web in Visual Studio Code. I have built a Microsoft Office Excel Addin. I developed it in Visual Studio code. Then I used below guide to publish the add in. https://learn.microsoft.com/en-us/office/dev/add-ins/publish/publish-add-in-vs-code Step 11 is failing with the error "Could not find $web blob container for storage account". But the $web blob container indeed exists. As a work around, can I just uploaded the dist folder into the $web blob container?
Share Improve this question edited yesterday Venkatesan 9,9572 gold badges5 silver badges19 bronze badges Recognized by Microsoft Azure Collective asked yesterday Sankar ChinnakotlaSankar Chinnakotla 681 silver badge8 bronze badges 9 | Show 4 more comments1 Answer
Reset to default 1"Could not find $web blob container for storage account".
Even I got the same error in my environment, while Deploy to Static Website Via Azue Storage
.
According to this Github issue,
- Currently with newer version it is bug so as of now please install the
Azure Resources
with version of0.9.9
Now, I can able to Deploy to Static Website Via Azue Storage successfully.
VS Code:
Portal:
本文标签: azureVisual Studio Code Could not find web blob container for storage accountStack Overflow
版权声明:本文标题:azure - Visual Studio Code: Could not find $web blob container for storage account - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736281617a1926375.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
public
refer here learn.microsoft.com/en-us/azure/storage/blobs/… – Venkatesan Commented yesterdayBrowse Static Website
? – Venkatesan Commented yesterdaybut recently due to policy changes or version changes, it stopped working
Can you share that document? – Venkatesan Commented yesterday