Mike Kelly
-
169 votesplanned ·
AdminHaris Majeed
(Admin, Microsoft Windows Azure)
responded
At PDC 2010, we announced the introduction of new diagnostic information in Azure, and remote desktop functionality to make it easier to connect to a running instance for monitoring and troubleshooting. Both will will be generally available later this year.
We look forward to hearing how much these new features improve the remote debugging experience for you.
Mike Kelly
gave this 1 vote
·
-
910 votescompleted ·
AdminHaris Majeed
(Admin, Microsoft Windows Azure)
responded
There are at least three ways to enable e-mail for your Azure applications:
1.Using a custom on-premise Email Forwarder Service.
2. Using Email Server’s Web Services APIs
3.Using a third party SMTP Service
All are described in more depth here: http://blogs.msdn.com/b/windowsazure/archive/2010/10/08/adoption-program-insights-sending-emails-from-windows-azure-part-1-of-2.aspx?wa=wsignin1.0
Please help us understand what scenarios (if any) these patterns don’t address for your applications.
Mike Kelly
gave this 1 vote
·
-
2,722 votescompleted ·
AdminCalvin
(Product Planner, Windows Azure, Microsoft Windows Azure)
responded
At PDC 2010 Microsoft announced the Extra Small Instance, which will be priced at $0.05 per compute hour in order to make the process of development, testing and trial easier. This will make it affordable for developers interested in running smaller applications on the platform. A beta of this role will be available before the end of 2010.
Please let us know if this addresses your needs for a more cost effective Azure offering.
Mike Kelly
gave this 1 vote
·
-
5 votes
Mike Kelly
gave this 1 vote
·
-
4 votes
Mike Kelly
gave this 1 vote
·
-
2,422 votesplanned ·
AdminHaris Majeed
(Admin, Microsoft Windows Azure)
responded
We’re working on ways to provide free and low cost onramps for developers, and expect to make more announcements in 2011. Today, there are already multiple ways for developers to get onto Azure cost effectively:
Free Introductory Offer – provides a limited monthly quota of Azure resources at no cost, with standard rates applying above those thresholds: http://www.microsoft.com/windowsazure/offers/
MSDN Premium, Ultimate, and BizSpark Subscription Benefit – provides significantly higher free quotas of Azure resources to MSDN subscribers for several months: http://msdn.microsoft.com/en-us/subscriptions/ee461076.aspx
Cloud Essentials for Partners – provides free/low cost access to Azure resources to members of the Microsoft Partner Network. http://www.microsoftcloudpartner.com/
Mike Kelly
gave this 2 votes
·
-
7 votes
Mike Kelly
gave this 1 vote
·
-
408 votes
Mike Kelly
gave this 1 vote
·
-
1,084 votes
Mike Kelly
gave this 1 vote
·
I think one win here would be able to more easily get application level traces into logging. Right now, I have to instrument every method to get a trace of what's happening on the cloud fabric with e.g. my worker role and persist that logging information to the diagnostics API. It would be great if (like DEBUG) there is a switch which when I compile my assembly with it, it turns on tracing for a source file or class in the cloud fabric - so I start seeing in application logs the real-time execution trace of m my code without having to do a lot of manual work.