I am having trouble loading Azure example solution AspProviders the StorageClient project is unavailable. What am I missing? What can should I check for?
(This example is found in the Azure SDK)
I am having trouble loading Azure example solution AspProviders the StorageClient project is unavailable. What am I missing? What can should I check for?
(This example is found in the Azure SDK)
Did you create the storage prior to running the sample? There should be an explanation of how to do this in the documentation.
whether run locally on in the cloud, the creation of storage is a separate step from deploying the cloud application.
Hope this makes sense.