Background/Problem
I'm trying to do something along the lines of the following but can't find it documented:
- SQL Azure Database (not VM)
- Hook it up to some (blob) storage
- Utilize FileTables to store files to the db/filesystem
Clarification: Rough Architecture
This is what I'm thinking:
+--------------------+
| Queue for Requests |
| For File Packages |
+---------+----------+
|
|
+----------v-----------+
|Worker Role |
|Grabs Files to Package|
+-----------+----------+
|
|
+--------v-------+ +--------------+
|SQL Azure |<----------+|Web Site |
|Using FileTable | |Saves to Azure|
+----------------+ +--------------+
+
|
|
v
+--------------------------+
|RAID 0 Striping -- 500 GB |
|------------+-------------|
| | |
| 250 GB | 250 GB |
| Disk 1 | Disk 2 |
+------------+-------------+
Question
Is this setup possible, and if not, why not?
I have been looking everywhere but without actually paying for a Windows Azure account it's hard to find out ahead of time.