Windows Azure Feature Voting
Hi I’m Mike Wickstrand, Senior Director of Product Planning for Windows Azure. If you have something you need from Windows Azure, please tell us what it is and vote for other’s ideas. We want to better understand what you need from Windows Azure and to build plans around how we make the things that “bubble to the top” a reality for our customers in the future.
If you are interested in learning more about how The Windows Azure Team thinks about these ideas, please visit my blog here for an update: http://blogs.msdn.com/b/wickstrand/archive/2010/11/02/windows-azure-a-year-of-listening-learning-engineering-and-now-delivering.aspx
Thanks in advance!
Mike
| Mike Wickstrand | Senior Director, Windows Azure Product Planning | Microsoft |
| Email: mikewic@microsoft.com | http://www.twitter.com/wickstrand | |
| Web: http://blogs.msdn.com/wickstrand/ |
-
Allow adding custom headers to Azure Queue messages to support tracking of distributed business transactions
AppDynamics, our Application Performance Monitoring software, needs to be able to add headers to Azure Queue messages, so we can track them as they are picked up and processed by worker roles. This will allow Azure users to see the full, profiled view of their business transactions as they go from role to queue and then to other roles that process them. Such insight into application performance can be invaluable for monitoring and debugging complex Azure deployments.
7 votes -
Windows Azure should support "reverse lookup"
If user want to get hosted service DNS then using IP he/she can able to find DNS. As you can see in my case http://stackoverflow.com/questions/10612295/how-to-get-dns-name-from-rest-service-which-is-consumed-by-startuptask-of-azure/10622625#10622625
I would like to get details of DNS of webrole application but nslookup shows me that it doesn't exist. Using this somehow user can process on DNS and do some logic. In my case i would like to detect staging vs production using DNS without certificate & management API4 votesplanned ·
AdminRodrigo De Castro
(Admin, Microsoft Windows Azure)
responded
Thanks for the suggestion. This feature is on our roadmap and we will update this thread once we have updates.
-
Azure should keep past deployments and should quickly allow you to roll back
Azure should keep past deployments, both the record of the deployment and the package, and should quickly allow you to roll back to old deployments via the online management portal.
3 votesunder review ·
AdminCalvin
(Product Planner, Windows Azure, Microsoft Windows Azure)
responded
Would a backup or DR solution meet your needs for this?
-
Add more configurability to Traffic Manager monitoring endpoint
I would like for the monitoring endpoint configuration to support two new options:
1) How many consecutive times TrafficMgr does not get an http 200 from the endpoint before it deems it down. I have a scenario where I want it to be deemed down immediately after one failure for a quicker failover.
2) How many consecutive times TrafficMgr receives an http 200 after it has deemed it down before it will deem it up again. I have seen a scenario where table storage (or SQL Azure) is inconsistent (fails one query then succeeds the next, back and forth) and… more16 votesplanned ·
AdminRodrigo De Castro
(Admin, Microsoft Windows Azure)
responded
Thanks for your feature request.
Making monitoring more configurable is planned for Windows Azure Traffic Manager. However, we still do not have an estimate on when these features will be available. We will update this idea when we have more information.
-
Provide a Service Bus emulator on a local computer
Providing a Service Bus emulator on a local computer will reduce development costs.
31 votes -
Allow me to pay for increased entities/second from a table storage account
Amazon's DynamoDB offers the ability to scale access to a single table, while Azure Table Storage is limited to 5000 entities/account. With Azure Federations now in place, this seems like the last remaining bottleneck for my application as it grows.
Spreading my data across multiple accounts is a suboptimal solution because (1) it requires an additional layer of complexity in my application, (2) these accounts are not free in that I must request more of them from Microsoft myself every time I need more, (3) I'm not guaranteed to get more than 20 (5 to start, 20 if you go… more
16 votes -
Remote Desktop as a service
With the new azure IaaS service going public soon I would really like Microsoft to extend this offering to allow remote desktop as a service or remote application as a service using RDP.
This could be licensed per concurrent connection as a local "External Connector Licensing" counterpart or a per user / device licensing mode.
The trick could be to allow an “RDP gateway vm service role” which deploys multiple boxes in the same "subdomain" and allows me to scale the number of boxes in the role.
There are several scenarios where this would come in handy. For us as… more
5 votes -
Allow-Blob-Meta-Name with dash, as in Access-Control-Allow-Origin
Blob defined as CDN may need to send Access-Control-Allow-Origin header.
6 votes -
Billing should not be there when instance are stopped
In Hosting services, billing will continue when the instances are stopped. To reduce the cost, it must be deleted instead of stopping when not required.
But when the instances stopped, the VM is not running for the role and when started it is possible to create the VM again by hosting the application from storage service (so only the storage must be charged when instance stopped).
Can Microsoft stop billing when the role is stopped (as AWS given).
3 votes -
Provide role based access to the Azure Management Portal
Currently, there exist only 3 account types. Service Admin, Co-Admin and Billing Admin. They all have direct access to all hosted environments within the subscription ID through the Azure Management Portal single point of entry. This is a security issue to us as we require more granular role based access to each Azure resource via the admin portal.
3 votes -
clouddrive transparent encryption
given a key (or perhaps delegate for encryption/decryption) at mount time, transparently encrypt/decrypt all read/writes against the mounted clouddrive so that stored blob data is encrypted transparently.
9 votes -
Support Cross Origin Resource Sharing (CORS) via Access-Control-Allow-Origin header
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
This feature has many useful applications:
* loading of JSON data without JSONP wrappers
* pre-loading Image data with progress information
* pre-loading Audio data on browsers that otherwise suppress audio preloading1 vote -
Upgrade Windows Azure Guest OS to Windows Server 8 when it's published
Some features of new .Net 4.5 (WCF support for websockets) will only be available from IIS8, which requires Windows Server 8 OS. Thus it would make sense to upgrade Azure to Server 8 ASAP.
17 votes -
Support multiple hosted services in a single data center with Traffic Manager perf policy
Currently when using a Performance Policy with Traffic manager it does not intelligently support multiple hosted services within a single data center, instead it sends all traffic to the first hosted service.
I have a scenario where this falls down. We have built a service that is associated with its own storage account and has two scaling flex points. The first is to simply add more compute instances to the hosted service. But eventually it could outgrow the scaling capabilities of a single storage account. So our second scaling flex point is to add more hosted services that each are… more
3 votesunder review ·
AdminRodrigo De Castro
(Admin, Microsoft Windows Azure)
responded
Thanks for your message. I filed a work item to evaluate this item and will update this item once we have a decision on this feature.
-
Make a WCF Service available to public ,or cmdlets for PowerShell Remote for retrieving current pricing policy for Windows Azure
Make a WCF Service available to public ,or cmdlets for PowerShell Remote for retrieving current pricing policy for Windows Azure.
To retrieve cost per hour for Compute , Relational Model policy between different instances (ES 1/6 of S) , Storage cost per GB ,AC etc.1 vote -
2 votes
-
13 votes
-
1 vote
-
Support of OPTIONS verb for Azure Storage Services, so that any browser can query using java script
We are trying to use Azure storage services Javascript library to send the Rest call to blob storage.<o:p></o:p>
But, its works with the IE but, in Chrome and FireFox , we are getting 405 : HTTP verb is not supported error.<o:p></o:p>
where Requesting method it shows as " OPTIONS ". <o:p></o:p>
Hence, I didn't find anywhere that Azure storage services, support this Verb "OPTIONS" .or any work around we can do to make it work ?<o:p></o:p>1 vote -
Add an Access-Control-Allow-Origin http header to the response from https://datamarket.accesscontrol.windows.net/v2/OAuth2-13
This will allow IE to use the XDomainRequest object to call the data market.
1 vote