Exception of type 'Microsoft.WindowsAzure.StorageClient.StorageClientException' was thrown

前端 未结 3 1058
迷失自我
迷失自我 2021-01-15 04:17

Exception of type \'Microsoft.WindowsAzure.StorageClient.StorageClientException\' was thrown.

Sometimes even if we have the fabric running and the role manager is up

3条回答
  •  渐次进展
    2021-01-15 04:38

    I agree with Steve Marx, casing does not seem to affect this issue. In fact Microsoft's Azure diagnostics tables are created with unusual casing eg: WADPerformanceCounters. I get the problem even in the dev environment. So it is something else entirely - my opinion.

    Error fixed in my case: The problem was an error with the connection string as defined in (or lack thereof) in the webrole or workerrole project properties. Fix: Right-click on the webrole under "Roles" folder in your cloud application. Select "Properties" from the context menu. Select the "Settings" tab. Verify or Add a setting for you connection string that you will use to initialize table storage.

    Mine was a simple error - no setting for my connection string.

提交回复
热议问题