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?
"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,
Azure Resources
with version of 0.9.9
Now, I can able to Deploy to Static Website Via Azue Storage successfully.
VS Code:
Portal:
Update:
This issue has been fixed in v0.10.2
of the Azure Resources extension.