Part 1 of 2 on how to send email messages from Windows Azure. Three different patterns are described.
Similar Posts
Installing SQL Server Express 2008 R2 on Windows Azure Cloud and Its Usage Scenarios
Installing SQL Server on a VM Role is not a pattern that Microsoft recommends for different reasons (including local storage scalability), but this article exposes some interesting ways of using this approach for cost saving purposes. Click here to open link…
SQL Azure Reporting CTP access
If you are interested in accessing the SQL Server Reporting CTP, follow the link. Click here to open link…
Windows Azure SDK version 1.4 has been released
The Windows Azure team announced the release of version 1.4 for the Windows Azure SDK, along with the corresponding update to the management console. The official announcement can be found here: http://tinyurl.com/46cn8bc The SDK is now available on the Microsoft downloads website, found here: http://tinyurl.com/2c8r9a7 The following features have been added:
Talentica: 10 things to do while migrating an ASP.NET App to Azure
Great tips on what to check before uploading an ASP.Net application to Windows Azure. http://talenticaservices.blogspot.com/2010/09/10-things-to-do-while-migrating-aspnet.html
Architecture + Strategy using the Windows Azure AppFabric Service Bus
Excellent blog entry from David Chou explaining the differences between an Enterprise Service Bus and and an Interent Service Bus, and how to take advantage of the latter when designing architectures for the cloud. Click here to open link…
Windows Azure Insider June 2013 – Architecting Multi-Tenant Applications in Windows Azure
One of the biggest challenges that companies face when migrating applications to Windows Azure is going from a single to a multi-tenant approach, which means that some of the compute and data resources are shared by their customers. We take a look at four different areas affected by this process: – Identity and security –…