azurevisual-studio-codeazure-storage

Visual Studio Code: Could not find $web blob container for storage account


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? enter image description here


Solution

  • "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,

    enter image description here

    Now, I can able to Deploy to Static Website Via Azue Storage successfully.

    VS Code: enter image description here

    Portal: enter image description here