Closed mperezcarden closed 1 year ago
@mperezcarden Thank you for catching this. We will investigate and update the thread.
@mperezcarden Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.
We sincerely apologize for the delayed response. After a careful review, we are closing this issue. If you feel that the problem persists, please respond to this issue with additional information.
Please continue to provide feedback about the documentation. We appreciate your contributions to our community.
On this particular page, there is a step describing how to update the application. Nevertheless, the code provider does not work and it gives an error.
My suggestion is to fix the code with something more similar to the suggestion given in the original repo.
For example.
`public static void Main(string[] args) { Console.WriteLine("Azure Blob storage performance and scalability sample"); // Set threading and default connection limit to 100 to ensure multiple threads and connections can be opened. // This is in addition to parallelism with the storage client library that is defined in the functions below. ThreadPool.SetMinThreads(100, 4); ServicePointManager.DefaultConnectionLimit = 100; // (Or More)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.