Error 0009
Updated: July 19, 2016
Error 0009
Exception occurs if Azure storage account name or container name specified incorrectly.
You will receive this error in Azure Machine Learning if you enter an incorrect account name or password for the storage account, if the container name within Azure storage is incorrect, if the container does not exist, or if the path to the blob is incorrectly specified. Such problems can occur if you manually enter the account name, password, or container path. It may also occur if the account, container, or blob has been deleted.
Verify that the account name and password have been entered correctly, and that the container exists. If the complete path to a blob was specified, verify that the path is specified as container/blobname, and that both the container and the blob exist in the account.
The path should not contain a leading slash. For example /container/blob is incorrect and should be entered as container/blob.
| Exception Messages |
|---|
| The Azure storage account name or container name is incorrect. |
| The Azure storage account name "{0}" or container name "{1}" is incorrect; a container name of the format container/blob was expected. |
|
Need more help or troubleshooting tips for Azure Machine Learning? Try these resources: |