Integrating application with cloud features
Now it's time to pull this all together, matching our application requirements to the different features of Microsoft Azure. Not every feature of Azure will be used in this project, but as we gain familiarity with Azure, we'll discuss the major features so that we can be prepared for future projects.
Requirement |
Azure feature |
Summary |
---|---|---|
Development environment |
Development Fabric |
The Azure SDK includes the Development Fabric, which we will use to develop our application. |
Portal data storage |
SQL Azure |
An almost feature complete version of SQL Server 2008, SQL Azure will be familiar to us. |
Data transfer |
SSIS |
SQL Server 2008 R2 supports connections to SQL Azure. |
Photo upload |
Blob storage, Client Library |
We'll develop a simple Windows Forms Application to upload photos into blobs using a client library, rather than the REST API. |
Customer portal UI |
Web role |
Our portal will be a custom-built ASP.NET application. |
Limiting access to users... |