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!
-
Allow for Inter-app networking
Right now if I want a shared service (MongoDB for example) I need to either set up a dedicated MongoDB app and have my other applications talk to its load balancer or I need to create one Mega-App that has all my MongoDB services and MongoDB itself. Both of these approaches have pros and cons but are generally cumbersome.
The way Amazon does it is everything is assigned to a "security group". Security groups determine which ports are publicly accessible and everything in a security group can directly talk to every other machine in that security group through its internal…
4 votes -
Not Charging when the VM is not running
In AWS, they just do charge when the instance is running, in Azure when I want to stop my instance, I see the message that I should delete the storage too, if I don't want get charge
4 votes -
Make CDN caching optimized for Smooth Streaming
With Smooth Streaming, because of the latency and low bandwidth during the first access of the video (before it is cached by CDN), Smooth Streaming will choose a low bitrate stream, and the higher bitrate streams may never be cached at the CDN edge server because they are never accessed; or if we are lucky it requires at least many replays of the video before all streams are cached. This is a huge problem with videos not frequently accessed.
Therefore it should be possible to force a container to cache all blobs within it as soon as one of its…
4 votes -
Update VNET
Currently while creating VNET we can specifiy the DNS server name which has to be already up and running with an IP.
To setup a complete private DNS on IaaS it is required to create vnet, then start adding VMs to it. At the point of creating the VNET, IP of DNS server is unknown as DNS server IP would be allotted with DHCP method (which is recommended by azure team) .
Right after creating VNET and join the DC VM to vnet, then only IP of DC would be known. At this point it is not possible to update…
4 votes -
MS passport authentication
easy to set up MS passport authentication and authorization
4 votes -
Be able to reserve static IP addresses in the portal and bind them to VPN gateways, roles, etc.
Azure currently allocates IP addresses as required when VPN gateways devices are created, public IP endpoints are defined, etc.
Instead of allocating these addresses from a list of uncontrolled IP addresses, it would be more useful to be able, from the portal, to reserve a number of public IP addresses and bind them individually to VPN gateways, roles, etc.
4 votes -
Add Lync (SIP / VOIP) Support
Integrate Skype / Lync with Windows Azure and the Public Switched Telephone Network to allow developers to create Interactive Voice Response systems, Auto Attendants, Call Centers, etc.
4 votes -
Make Azure deployment creation faster
Currently when I create a deployment it takes nine minutes before my OnStart() runs.
That's just too long. If I want to redeploy my service (by creating a staging deployment and then using Swap VIP) I can't do it faster than in nine minutes because of that.
It should be much faster - something like no more than two minutes.
4 votes -
add the ability to use preconfigure iso images like Amazon in VM role
Give the ability in VM role to use a preconfigure iso image, like the one Amazon has available.It will make easier to use and work with the VM role
4 votes -
Add a resize VHD option or Select VM disk size before VM creation
30 GB is too small on a VM if you want to install software and such. I need to be able to specify a larger initial size or expand the disk size so that my software runs correctly.
It's very hard to go about resizing a VHD in the cloud so if there was a tool that could do it for us I'd appreciate that. Perhaps you can add this directly to the management portal.
4 votes -
stop reporting service to reduce the bill
Currently, There is no way to stop reporting service in order to reduce the bill. Can we implement that feature?
4 votes -
4 votes
-
allow me to toggle on/off the spending limit on my account
At the moment I have an account in disabled status because I have reached a predetermined spending limit. In support case REG:112061864430264 I was told that if I turn off the limit, I will not be able to reinstate it in the future. I have a use case where the current functionality is undesirable. It would be great if you could allow us to toggle this functionality, instead of it being a 1-time-only setting.
thanks in advance
ewan4 votes -
support for settings that should be treated as a secret
Provide an out of the box story for indicating that role setting should be treated as a secret.
In doing so the expectation is that the value you manage in the settings UI needs to be encrypted when saved in ServiceConfiguration.cscfg, using a cert available on host where setting is added/modified, and decrypted when read back from ServiceConfiguration.cscfg in a deployment at runtime, where same cert is present in hosted service configuration.
Ultimately something similar to what gets done today automatically for the setting "Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword".
I realize blog posts exist outlining how you can do this yourself but having a…
4 votes -
Expose metadata for temp tables (aka. Provide a way to dynamically determine if temp table exists)
There is no exposed meta-data around temporary tables within SQL Azure. Any logic that deals with objects dynamically is unable to learn anything about the current state (existence and definition) of temporary tables.
Here is one example…
If you need to execute multiple scripts within a single session (or execute a single script that is actually a concatenation of multiple other scripts), you can’t be sure the previous script removed any temporary tables it may have created. So before you create a temporary table you have to dynamically check for the existence of a temporary table with the same name…4 votes -
Make Join on the Table storage
Allow join feature on table storage.
4 votes -
4 votes
-
list allowed inbound/outbound port of each VM on the web portal
It'd be better if we can see all allowed inbound/outbound port of each VM on the web portal. It'll help us quickly troubleshoot InputEndpoint related issue.
4 votes -
Ensure Azure controls always respond with either 1) an action or 2) an error -- rather than with nothing
Some Azure controls become unresponsive -- they do not perform an expected action, nor do they inform the user what is happening. As a result, the user either has to either go to a lot online searching to figure out what to do; give up; or file a tech support ticket.
The most recent example I encountered is pressing the "Delete" control (bottom of the window) for a cloud service. If the cloud service has something deployed to either production or staging, the "Delete" control is unresponsive -- nothing happens. It is impossible for the user to tell whether or…
4 votes -
Make CloudDrive mountable to a specified volume
Rather than having CloudDrive.Mount return the drive letter it's mounted to, I would like to say CloudDrive.Mount("A:").
I'm trying to get a third-party app working within a website. It needs a path to its data directory specified in the config, which is impossible when you don't know where it's going to be until runtime.
4 votes
- Don't see your idea?