SDK and Tools
-
Frequent "socket timeout" exceptions when calling "list" methods
In the Azure SDK for Java, "list" methods cause frequent unhandled "socket timeout" exceptions, which requires users to implement their own retry logic.
1 vote -
PowerShell support id(UK) or UniqueKeyPolicy in SQL collection
When you create a new SQL collection, there is no id(UK) option.
1 vote -
Need ability to set expiry of blobs using Azure Blob Storage SDK
Azure Blob Storage SDK for Python does not support setting blob expiration. It should support a feature similar to 'timetolive'.
1 vote -
Inconsistencies accross API implementations for different Azure providers
In the Azure SDK for Java, the API implementation for different services (compute, resources, network, etc.) is inconsistent.
1 vote -
Allow selection of API endpoint
API commands are routed to an automatically selected endpoint. Resource queries report state cached in the region hosting that endpoint. The cache can be stale and omit resources created indirectly in a different region by an immediately preceding API call. E.g., the resources in the managed resource group of a new AKS cluster.
The ability to direct the query to the region containing the resources would avoid the need to wait for the resources to appear in the cache.1 vote -
Enable "Show all files" for cloud service projects (*.ccproj)
Visual Studio has a "Show All Files" feature that makes it much easier to include an existing directory structure of files into a project, as seen in this msdn blog post:
This feature is not currently available for cloud service projects (*.ccproj). I would like to be able to use this feature to make it easier to add an existing directory structure of files under my Web/Worker role project's Role Content folders.
1 vote -
Documentation bugs in Azure Java SDK
In the Azure SDK for Java, the "expand", "filter" and "select" parameters are undocumented.
1 vote -
Not having visual studio be unresponsive when deleting large amounts of blobs. this should be a background task.
When we manipulate large amounts of blobs through the server explorer tools for blob storage, visual studio becomes unusable until it has completed its tasks on the storage account. Please make the background tasks so that I may continue working while visual studio is executing the batch of commands.
for example deleting 50 000 blobs will render visual studio useless for a few minutes.
1 vote -
Azure Queue Storage SDK for Python 'update_message' command doesn't respect the messageEncoding & messageDecoding
For Azure Python SDK, when a message is sent using sentmessage and the encoded message is decoded using receivedmessage and the message is updated using updatemessage, then printed using print(updatedmsg["content"]), only the encoded message is shown, not the decoded message. Updatemessage should behave the same way as sendmessage in regards to the message being encoded and decoded.
1 vote -
Docker tools fails with proxy error
Hi there,
I am trying out the docker tools for VS2015 but my very simple test fails at the PrepareForLaunch build task due to a Proxy error.
I didn't know what URL it is trying to call (or why as I just want to test this locally) and presume the proxy needs to be set somewhere...
Here is the stack trace:
Severity Code Description Project File Line Suppression State
Error MSB4018 The "PrepareForLaunch" task failed unexpectedly.
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at…1 vote -
Create VS project template for publishing to Azure storage as if it were a web site.
If we had a project template for Azure storage publishing we could easily version, manage, and publish static content within VS as if it were just another project. This would greatly improve the user experience of publishing to a CDN enabled storage account.
1 vote -
Docker support is greyd out for my web service
Docker support is grayed out when I right click my web service. What is the problem and what do I need to do to get docker support?
1 vote -
1 vote
-
Shaded java SDK
A shaded java SDK bundle jar, that contains all of the third-party dependencies in a relocated path.
To be used for dependency conflict situations
1 vote -
1 vote
-
Code missing in repo to work properly with ApplicationInsights-Go SDK
Code from GitHub repo is not working for Application Insights Go-SDK, The code and examples for Python are working fine though.
GitHub repo link: https://github.com/microsoft/ApplicationInsights-Go
Update the documentation to provide more examples for Go SDK and steps to make the repo work.
1 vote -
Make it easier for people to remove azure toolkit from eclipse
I have removed all things azure from eclipse, azure just didn't work for my project. Still, when eclipse loads I get the message, 'loading azure core' and I can't seem to find a way to eliminate it.
1 vote -
Azure Blob Python wrappers Create Blob feedback
In the Python SDK, a call to Create Blob overwrites a current blob by the same name. This is different from the calls to Create Container, which will just append to an existing container by the same name.
1 vote -
Exclude 32-bit files from .cspkg
With SDK 2.9 whenever I "package" my cloud service I get a .cspkg file which is a ZIP archive containing a .cssx file. The latter is also a ZIP archive which contains "base" folder with a "x86" subfrolder which contains a number of platform executables. Those x86 executables are useless because only 64-bit processes are usually run and the x86 files only inflate the package.
They should not get into the package.
1 vote -
Allow listing all subscription under a tenant
In Microsoft.Azure.Management.Fluent library, user should be able to list all subscription.
1 vote
- Don't see your idea?