C# Class GlobalDemo.Web.StorageConfig

Exibir arquivo Open project: kaevans/globalscaledemo Class Usage Examples

Public Methods

Method Description
Configure ( string storageConnectionString ) : System.Threading.Tasks.Task

Configures the storage account used by the application. Configures to support CORS, and creates the blob, table, and queue needed for the app if they don't already exist.

Method Details

Configure() public static method

Configures the storage account used by the application. Configures to support CORS, and creates the blob, table, and queue needed for the app if they don't already exist.
public static Configure ( string storageConnectionString ) : System.Threading.Tasks.Task
storageConnectionString string
return System.Threading.Tasks.Task