[Azure Blob Storage] BlobPrefix
Question
azure-blob-storage
Web icon
Forge component by Barduino

Hi,

On preparation of the Blobs page i have the follow error: "No valid combination of account information found. "

I think the reason is the BlobPrefix, where i can get this parameter? It's mandatory, right?


Thanks in advance, Paulo Torres

Hi,

Possible errors -

1. Check if by mistake you got a  white spaces 

    UseDevelopmentStorage=true;DevelopmentStorageProxyUri=https://127.0.0.1 instead of UseDevelopmentStorage=true; DevelopmentStorageProxyUri=https://127.0.0.1 

2. Don't forget to include the "https://" or "https://" when using the proxyUri. Like: 

    UseDevelopmentStorage=true;DevelopmentStorageProxyUri=https://127.0.0.1 

3. Some time newline character (\r\n)  comes in the connection string which we by mistake ignore

    

Please check these

Thanks

Sourav


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.