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!
-
Add better designer support in SSMS 2012 (creating tables, running procedures) to work with SQL Azure DBs
Currently any SQL work needs to be run using TSQL, add support for using the designers to modify tables, run procedures etc.
7 votes -
7 votes
-
7 votes
-
7 votes
-
Allow any SQL user to create database as copy
According to http://msdn.microsoft.com/en-us/library/windowsazure/hh852669.aspx one of the backup strategies proposed is to copy the database. If that is what is proposed officially, then you can count on people writing scripts, services, worker roles, etc to back up the database. Using the equivalent of the SA to do so is just unacceptable solution. If my code is compromised then I am exposing usernames/passwords (encrypted or not). Furthermore, it's not like I can just remove that user and replace him for some other user.
We should be allowed to set specific roles to any users so they can copy the database.
7 votes -
Strong-name the Microsoft.WindowsAzure.Configuration assembly
Microsoft.WindowsAzure.Configuration.dll (1.7.0.1) does not have a strong name, which makes it difficult to reference in many situations.
7 votes -
6 votes
-
Allow Virtual Machine's to be provisioned by providing a URL to a .OVA file
Virtual Machine's could be provisioned by providing a URL to .OVA file or other VM file formats.
6 votes -
6 votes
-
offer native MySQL hosting
ClearDB might have provided an easy way of getting things going, but their pricing model doesn't scale with the level of website activity (to value) people have. In moving to the shared or even reserved option, it still means an additional expense/dependency to plain old MySQL hosting.
Surely this is something Microsoft could entertain in-house?
6 votes -
Make Search Indexing a First Class Citizen in Table Storage (i.e. Lucene / Yahoo BOSS / Google)
Allowing for configurable search such as that is offered wtih lucene, built into the infrastructure would be a great addition. Microsoft seems to be heading this way and has a lucene library for azure, but you cannot use it for commercial purposes. http://tiny.cc/azurelucene
6 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 -
Provide a way to activate roles so they only start and stop when needed. Similar to WAS and AppPolls
For example a web role coul be started when a request comes and stopped after 10 (configurable) mins of inactivity (and if the web role doesn't mind)
6 votes -
Auto scaling for Java applications using tomcat and mysql database.
It seems that Azure is only for .NET and not for Java world. The auto scaling of Tomcat app using Mysql is a real challenge. For example how does tomcat know which instance of mysql it has to connect to at runtime? There are one master and multiple slave mysql instances in different VM's in cloud. Also there are multiple tomcat instances, and there is no automatic way of making a tomcat instance connect to a mysql instance. So scalability is self-managed and not automatically done?
6 votes -
Simple Website Package
We really need a simple website package. We shouldn't have to think about instances and how many hours things are running.
It could have for example:
* 50 MB storage for web site and associated files
* 100 MB for a single SQL database
* A limited amount of traffic
* Available 24*7*365And it should cost a few dollars a month or be free.
Why? Most websites don't start with huge traffic and demands, they grow. So we start for free and then if the site is
popular, allow us to upgrade the plan as the site generates income.…
6 votes -
Extend DiagnosticMonitorTraceListener to put TraceSource to its own column
Using TraceSource is recommended instead of using Trace. It can provide fine grained traces with better performance. However when DiagnosticMonitorTraceListener is used to copy traces to Azure storage, the SourceTrace name is appended to the trace message. Make it new column instead so it is possible to filter based on it.
6 votes -
Shared components must be controlled using RBAC
The shared components such as Service Bus, Access Control Service, and Virtual Networks must be controllable at the account owner instead of all co-administrator.
Currently Management Portal provides only co-administrator can manage all the components in all levels. This provides role based access control issue for enterprise customers. When there are multiple applications hosted on a single subscription and given access to multiple project owners, the shared components needs to be controlled by a single person (consider as account owner).
The Role Based Access Control on Management Portal is very important for enterprise customers. For normal subscriptions, the current portal…6 votes -
Start webroles as Network Service instead of random user
It would be great if webroles started initially under then Network User profile to allow more options for advanced deployment scenarios. High level functions should be able to be performed on the file-system level and really is impossible to do this without knowing what the username is to specify write-ability by current user as a start-up function for roles.
6 votes -
Allow pay-as-you-use pricing for caching
Amazon has just released their ElastiCache service, which offers pay-as-you-use caching. Rather than charging a fixed fee each month, it would be great to use Azure caching on the same basis, paying for what we use each month
6 votes -
Have the hability to upload new application without configuration
When we upgrade a new version of the application. We need to upload a file configuration too, but if i modified my configuration in administration panel, i lost it...
6 votes
- Don't see your idea?