ng-deploy-azure icon indicating copy to clipboard operation
ng-deploy-azure copied to clipboard

specified container does not exist.

Open Githamza opened this issue 5 years ago • 3 comments

When I try to deploy I get this message.

I have already created the ressource group name and ressource.

Error when trying to deploy: 
<?xml version="1.0" encoding="utf-8"?><Error><Code>ContainerNotFound</Code><Message>The specified container does not exist.
RequestId:fxxxxxxxxxx23-7770-7e14e5000000
Time:2019-10-09T07:06:04.9834123Z</Message></Error>

Should I create a container ? how should I call it? I don't see any container in azure.json

Githamza avatar Oct 09 '19 07:10 Githamza

Same.

bdanielthorpe avatar Oct 30 '19 09:10 bdanielthorpe

Managed to figure this out. Hope it helps someone.

Firstly, make sure your storage account is "general-purpose v2". Then go to the "Static Website" tab on the side, click "Enable", put "index.html" in the "Index document name" box and "404.html" in the "Error document path", click "Save" and this will create a container for your site. You can then use the Angular CLI.

See:

https://docs.microsoft.com/en-gb/azure/storage/blobs/storage-blob-static-website-host

bdanielthorpe avatar Oct 30 '19 10:10 bdanielthorpe

Did all above, and I am still getting error as specified container does not exist, while using copy blob activity in Logic app. The source path has the necessary blob and I could get the right output ina compose step but with copy activity its says that container does not exists

ankku avatar Oct 11 '20 22:10 ankku