SDK
-
reverse DNS lookup
When I develop e-mail related program, the server domain name should be found using reverse DNS lookup. So one of my program is not in Azure, but in my company Data Center.
202 votesThanks for the suggestion, this is on our roadmap and we’ll update it once we have news about this feature.
-
Billing & Usage API
Create a complete billing and usage API so that we can get our usage and cost data throught a simple .NET API call.
200 votes -
Please expose Role Instance size so that it can be retrieved programmatically through REST API..
i want to retrieve instance size of each instance under a particular role so that i can accordingly manage core count of other deployment roles, as per the need. This can help me in managing my core count better..
44 votes -
Make StorageClient library more unit test friendly
Currently, a developer has to jump through hoops to unit test code written against the StorageClient library. There is no official guidance for unit testing your apps, and after looking around for what others were doing I settled on creating custom interfaces and objects that wrap the library like the guys did with: http://cloudstorageapi.codeplex.com/.
How about making official interfaces for the library and providing us with an testing-oriented in-memory implementation that we can use to immediatly begin unit testing our apps without any hassle.
44 votes -
Extend management API with SQL Azure support
Similar scenario like need to know what services and storage is account using would be helpful to have information about SQL Azure databases
15 votes -
Service Management API support for Development Fabric
Would be nice to be able to test and play around with the management api in dev fabric.
13 votes -
Multitenancy framework for provisioning and metering
Extend SDK and security framework to support multitenancy and ability to meter CPU and storage usage for (groups of) users.
8 votes -
Make the Windows Azure SDK more Unit Test friendly
There are a bunch of static classes in the Windows Azure SDK making unit testing and mocking more difficult than I would like. How about making the Windows Azure SDK mock:able?
8 votes -
Worker Role app.config transformations similar to Web Role web.config transformations
This would be very useful for handling configurations for local, staging, production.
Model it exactly as it works in Web Roles with the web.config
6 votes -
Provide API to access vmName in service config and the ability to do reverse lookups based on IP of role
It would be very usefull to get hostname from ip. The current RoleInstance API's provide access to the IP Address of the endpoint, however none of the Dns methods will resolve the IP back to a host name. In addition, a simple API to to get the vmName specified in the service config would be very useful.
4 votes -
Create NuGet packages for all assemblies in the Windows Azure SDK
Today there are official NuGet packages for some of the assemblies in the Azure SDK like Service Bus and Configuration Manager. Others are missing, like Service Runtime. There are some community contributed packages, but I prefer official ones.
The motivation for NuGet packages is the same as always:
* you automatically get the needed changes in your app/web.config
* you can more easily change the version number of the assembly that you like to use, in the package.config and then push to your VCS. Compare this with reinstalling a new version of the SDK on every developer/CI/build machine.
* the…3 votes
- Don't see your idea?