Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
79 stars 37 forks source link

specified container does not exist. #82

Open Githamza opened 4 years ago

Githamza commented 4 years ago

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

bdanielthorpe commented 4 years ago

Same.

bdanielthorpe commented 4 years ago

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

ankku commented 3 years ago

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