Skip to main content

Command Palette

Search for a command to run...

AzureWebJobsDashboard connection string

Published
1 min read
T

I'm a software developer. There, I said it.

Connecting to an existing storage account that has only blob storage didn’t work, and I got the following (unhelpful) error message:

Failed to connect with the _accountname_ storage account using credentials provided in the connection string. In your Microsoft Azure Website configuration you must set a connection string named AzureWebJobsDashboard by using the following format DefaultEndpointsProtocol=https;AccountName=NAME;AccountKey=KEY pointing to the Microsoft Azure Storage account where the Microsoft Azure WebJobs Runtime logs are stored.

Solution: use a new general purpose storage account.