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
  • Can you add more info what you want? exactly! – Venkatesan Commented yesterday
  • Make sure the $web container is in public refer here learn.microsoft.com/en-us/azure/storage/blobs/… – Venkatesan Commented yesterday
  • It is not helping. The error is the same. I have changed the Anonymous access level to Blob (Anonymous read access to Blobs only). It was working before, but recently due to policy changes or version changes, it stopped working. – Sankar Chinnakotla Commented yesterday
  • Can you able to achieve Step:8 Browse Static Website? – Venkatesan Commented yesterday
  • but recently due to policy changes or version changes, it stopped working Can you share that document? – Venkatesan Commented yesterday
 |  Show 4 more comments

1 Answer 1

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 of 0.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