Windows Azure Feature Voting
We’re in the process of reviewing and reclassifying all the suggestions on the site … please use the granular list of Forums on the right for new suggestions or to track previous suggestions
Thanks!
-
No charge for logging, tracing and diagnostic events
Logging, tracing and diagnostics data...this should be in the box and not billed by the transaction. It's the right thing to do when the majority of devs have to roll their own remote support strategy on the framework. Charging for that basic necessity is like charging for tires on a car.
2 votes -
Offer instant tech support like RackSpace
The current forums-as-tech-support approach is unacceptable. We run a website that sees a few hundred thousand visitors a month. If the site goes down for an hour, we have to know why, and how to get it back up immediately. Since we have to rely on forums, our site has randomly come back up before we could get a response. This tells me there are platform issues. We're moving our site to Rackspace Cloud Sites because they offer "fanatical" support, which so far has been accurate. We don't mind paying, but Rackspace doesn't charge.
6 votes -
Support the ability to tweak application pool performance
We're using WCF and currently we're hard-limited to 12 concurrent requests by the following entry in aspnet.config beneath system.web:
<applicationPool maxConcurrentRequestsPerCPU="12" maxConcurrentThreadsPerCPU="0" requestQueueLimit="5000"/>
It would be extremely useful from a performance perspective to be able to modify this value. I believe ASP.NET 4.0 has this set to a large value, so maybe the problem goes away once you deploy .NET 4.0 in Azure!
11 votes -
Mount Cloud Drive with Specific Drive Letter (say C:)
We have very large SilverLight based applications. Where our applications are dealing with large amount of data. And we are planning to host our applications on Cloud. Our Main application is base for few other application. But due to some reason we always need a Cloud Drive with Drive Letter C. But Cloud Drive every time assign the arbitrary drive letters.
And we think this is very important requirement for those who are using Silverlight based project with Cloud Drive.
So Please Azure Cloud Drive team look at this request and process it as soon as possible and let all…19 votes -
More JSON Support
Allow more support for consuming requests in JSON and returning responses in JSON.
As a majority of rich web apps use Javascript, I would only image this would be huge.
5 votes -
Unlock Windows Azure: Reduce application development friction
As a developer, I feel that Azure is really locked down right now. It's really hard to do anything closer to the platform level, and if the core services doesn't have a feature, we're often out of luck until the Azure team gets around to implementing a solution.
I believe Azure would be much better off if it started to remove some of the restrictions on developers, so we can be creative and implement platform level solutions of our own, perhaps adding to the Azure ecosystem.
Personally, I'd really like to develop applications for Azure, and every 6 months or…
4 votes -
Add support for FAT formatted VHDs that are mounted as CloudDrives
CloudDrive in the 1.1 SDK only supports NTFS formatted VHDs. The overhead on NTFS is large - so for smaller VHDs there's a lot of space lost. For example, a 20 MB VHD formatted as NTFS only has 7.9 MB of space left right after formatting. A FAT formatted VHD has 19.8 MB left right after formatting.
I have a whole thread on this in the forums: http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/3e02f6f8-30a4-4b33-acc1-980aa1a82432
1 vote -
Keep an inventory of empty but waiting nodes to allow quick deployment
Application deployment ispainfully slow at 7-8 minutes. I imagine Azure must be booting a fresh VM for each node being deployed.
Why not keep unassigned VMs of various sizes available in inventory, waiting for a role instance assignment. Then, all Azure would have to do is deploy the application bits, do the network/appfabric magic to hook up the load balancer and then start the app. Should take seconds to deploy small applications.
After the role instance exits, Azure would wipe and reboot the instance and then put it back into inventory.
It seems to me that this could be a…
2 votes -
All web roles to support internal TCP endpoints
Web role instances should be able to communicate amongst themselves directly via TCP. It seems weird that something this basic is allowed on the worker role but not allowed on the web role.
5 votes -
Cloud Drive functionality should be available Locally.
Cloud Drive is very helpful for those who are using standard NTFS APIs like us.
Actually we are working on application which will run both on cloud and on local machine. We need to store and use our large amount of data which will be used by our application to azure storage. and both local and cloud running application have to save and retrieve data from one location. Initially we are concentrated on blobs but looking at cloud drive we want to shift on to it.
In terms of Cloud Drive and our application running in cloud its awesome.
But…9 votes -
provide abstraction library to FileStream and Blob Client Library for transparentaty access from App
Needs to abstraction class to migrate application between on-premise and cloud
2 votes -
Tiered Transaction Rates
Was wondering what others thought about "tiering" this more than a simple fixed storage transaction rate ? i.e. something more like
$0.01 - 10K up to 10 million
$0.008 - 10 million 15 million
$0.005 - 15 million+Something like this ?
It just seems that transactions can be eaten up really quickly and there is no pricing mechanism to facilitate heavy users ?
Generally, the sessionState based problem - http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/1436b9fe-c899-46c8-813a-82b919273dda - is the worst and it just destroy transaction volumes. MSFT have acknowledged the problem - so this is the primarily reason.
I am sure there are many other…
6 votes -
8 votes
-
Azure should enable Remote Access Services (RAS) with Smart Cards for customers who want it.
Smart cards allow for a very high level of security. This is why Microsoft uses it for employees who need remote access to the Microsoft network. It’s difficult for an external computer to log onto the Microsoft network without a smart card. A user name and password is not enough.
A smart card would give some corporate customers confidence if they could give their employees a more secure way for logging onto their applications than standard credentials.
External consumers might want it too, to safeguard their identity. Such customers would have a choice of either the standard login or enhanced…
3 votes -
Feature to Terminate the deployment
Provide feature to terminate the deploment after user has clicked on "Run" button. Some times deployment takes much longer time or there might me requirement to edit the deployment configuration and user might want to terminate the current operation and move ahead with desired operation.
3 votes -
Idempotent entity deletion (i.e. delete with retry should work)
In cloud apps, it's important to make all operations idempotent, to facilitate handling behavior of intermittent hardward/software faults. In particular, the DELETE operation on the Table Storage is not idempotent (deleting a missing entity throws an error code). It would be much better if it was possible to specify an optional idempotent behavior.
1 vote -
Support entity group operation but without transaction
Current Table Storage supports only "Transaction" behavior (that is to say all or nothing). It's not possible to have a ContinueOnError behavior while processing entity group operation without transaction, which can be rather painful in some situations.
4 votes -
Changed the Web Site URL to HTTPS, when it's the only endpoint enabled
The Web Site URL link on the details of an Azure VM should link to HTTPS, if there is only one endpoint enabled. Currently it only links to HTTP, which if gone unnoticed by the user, looks like the site is down when they click the link.
6 votes -
Direct support from azure portal
I would appreciate direct links or options or whatsoever way to access direct support when common problems such as deployment stucked surface. going through the forum is just not convenient.
3 votes -
Provide hierarchy of virtual dirs per web role
Just like in plain vanilla ASP.NET, and support per-vdir deployment.
7 votes
- Don't see your idea?