Windows Azure Table Service
The Windows Azure Table Storage Service is supported in LightSpeed 5, with the Azure Table Service data provider.
To get this working, you must reference the provider DLL explicitly, as it isn’t baked into the LightSpeed DLL like most providers. The connection string format is:
“Account Name=acct_name;Key=kev_base64_string;Use HTTPS=false”;
You must also use the Guid identity method.
There is no current drag-and-drop designer support from the Server Explorer. You can still create your models in the designer, however you need to use the toolbox instead of the aforementioned explorer.
After you have created the tables, the first additions to the table service will create any schema needed.