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!
-
Provide an early warning system for upcoming changes to Azure so devs can evaluate upcoming changes
Too often changes are being implemented onto the production Azure platform without the ability for devs to test / validate that the changes won't affect their production apps. Need to know what is in the pipeline, when it will be applied, and what to look for to evaluate the impact. Right now, we don't know something will affect us until our production site goes down.
12 votes -
Provide a way to run Lucene, MongoDB, Neo4j
Azure persistence options don't cover use cases which require a document db or graph db. Azure Drive isn't adequate to port no sql dbs like MongoDB or Neo4J to Azure to handle these use cases, since only 1 role instance can write to the drive.
12 votes -
Fix the long path-name issue in the SDK Dev Fabric
The insanely long path-name used for the deployment folder in the Dev Fabric often results in apps not working. PLEASE fix it so the path-name is shorter, or let use specify a base folder (e.g. C:\Temp) for the Dev Fabric to use.
12 votes -
Provide Reverse DNS for the Azure Virtual Machines
I run a simple Mail server and web server from my Azure VM, i migrated a few weeks back after my physical Server failed and thought this would be a great time to move over to the cloud. i set my server up on Azure all very happy, and started testing. All tests went well and completed the move. After running for a few days, i started noticing that some emails were not being sent. After much research, i found the issue arose because i don't have a Reverse DNS set up from the Azure IP address. i searched high…
12 votes -
11 votes
-
Replace "Clock Hour" Billing to Actual Usage
Even though it's in the fine print, most people don't realize Azure bills in FULL Clock Hours, not actual usage.
Quoting the Pricing Page:
http://www.windowsazure.com/en-us/pricing/details/---------------
For example, if you deploy a small Cloud Services instance at 10:50 AM and delete the deployment at 11:10 AM, you will be billed for two small Cloud Services hours, one hour for usage during 10:50 AM to 11:00 AM and another hour for usage during 11:00 AM to 11:10 AM.
---------------
I think the above example should add 20 minutes of Small Cloud Service to my bill, add them all up at the…
11 votes -
SharePoint 2010 examples
Customeres are screaming for SharePoint 2010.
Show examples of how both intranet (with security) and internet solutions can be created with Azure.11 votes -
Add "cost profiling" for azure costs in the visual studio profiler to allow cost optimizations
The visual studio profiler is very useful to determine cpu cost, memory cost but it would be extremely useful to be able to determine code cost in different currencies, this would allow developers to optimize code for cost.
11 votes -
Enable MapReduce over BOTH Table Storage and Blob Storage with no heavy transaction cost.
Unify MapReduce efforts ( LINQ to HPC (Dryad), Project Daytona, Excel DataScope, HortonWorks Hadoop Partnership & PowerView, etc. ) and expose through a single async API that works against data in table storage and blob storage (and trinity graph storage) that is affordable and scalable enough to use for near real-time results over data that is constantly appended to.
11 votes -
expose a Service Availability API.
Build an API that exposes the data that is used by the Service Availability dashboard, so that we can build monitoring applications (e.g. WinPhone7) to keep an eye on things. I know about the RSS feed for the services, but it's largely ad-hoc, and pretty unparseable programmatically. Ideally, this is something that just returns Red/Yellow/Green for a DC+Service combination, and a comment if it's not all Green. Clearly, if everything is going well, it's heavily cacheable, and only when it's changed would you need to break that cache.
11 votes -
Provide the ability to download the cspkg of the active deployment
Provide the ability to download the active deployed cspkg file again.
11 votes -
Endpoints should allow reuse of private ports
Azure does not allow the mapping of multiple public ports to the same private port.
For example this is not allowed
Public 80 - Private 80
Public 8080 - Private 80This is required functionality when trying to bypass a load balanced end point. Very useful for services like pingdom to monitor all nodes in a webfarm. Useful in reverse proxy scenarios. Useful for fail over.
As a matter of fact, the endpoints feature of azure is plain pathetic.
Some missing features:
1. Add more ip addresses to a cloud service, and configure endpoints through cloud service not through virtual…11 votes -
Use BPOS/Office365 Indentity for authentication
We have users with BPOS accounts - they should be able to sign straight in to azure apps using the single sign on app
11 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 -
10 votes
-
Applicationpool
Configure IIS AppPool and Application settings in CSDEF
10 votes -
10 votes
-
Please give a free account to developers (without asking credit card details) extend this for develo
Please give a free account to developers (without asking credit card details) extend this for developers worldwide (not just for US.
If you still have problems you can select from your voluntary SME base or MCTS10 votes -
Make external IPEndPoint available in InstanceEndpoints
A number of protocols require sending information about their external endpoints over the same or different channels. Having another property on RoleInstanceEndpoint with the IPEndPoint definition for the external IP and port would be very useful.
10 votes -
Provide a public api for managing linked resource in the new Azure Management Portal
The new Management portal introduces the concept of linked resources. This feature is very useful, but there is not public api to manage these linked resources.
We are currently working on the automated deployment of our application to Azure, but this still needs to remain a manual step.
Please add (document) the REST api to manage linked resources and add a Powershell cmdlet to access the api.10 votes
- Don't see your idea?