Click here to Skip to main content
15,886,137 members
Articles / Hosted Services / Azure

Adding SMS notifications to your Windows Azure projects

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
30 Apr 2012CPOL7 min read 56.8K   352.9K   6  
Learn how to configure SMS alerts to fire based on your Windows Azure application deployment status.

This article appears in the Third Party Products and Tools section. Articles in this section are for the members only and must not be used to promote or advertise products in any way, shape or form. Please report any spam or advertising.


Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceManagementDemo", "ServiceManagementDemo\ServiceManagementDemo.csproj", "{30B9DBD2-8B82-4955-A9BE-79FC1A932639}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{30B9DBD2-8B82-4955-A9BE-79FC1A932639}.Debug|x86.ActiveCfg = Debug|x86
		{30B9DBD2-8B82-4955-A9BE-79FC1A932639}.Debug|x86.Build.0 = Debug|x86
		{30B9DBD2-8B82-4955-A9BE-79FC1A932639}.Release|x86.ActiveCfg = Release|x86
		{30B9DBD2-8B82-4955-A9BE-79FC1A932639}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Product Manager
United Kingdom United Kingdom
Luke Jefferson is a technology enthusiast based in Cambridge, UK. He holds a PhD in computer science and currently works for Red Gate Software on their Windows Azure tooling.

Comments and Discussions