[This is prerelease documentation and is subject to change in future releases.]
The AspProviders sample offers sample implementations of these ASP.NET providers: Membership, Role, Profile, Session State.
The AspProviders sample demonstrates the following features of the Windows Azure SDK:
-
Using the Windows Azure SDK runtime library to log error messages.
-
Calling REST API operations against the Blob and Table services
For detailed information on building and running the sample, see the readme file in the AspProviders sample directory.
Search Strings
The AspProviders sample no longer supports the use of regular expressions in search strings. Instead, it supports a syntax similar to that used with the SQL LIKE operator in SQL query expressions.
A search string must begin with alphanumeric characters and may end with the '%' wildcard character. For example, the following expression may be used to search for all entries beginning with 'Ab': Ab%.
See Also