Como aumento los limites de la cuenta de almacenamiento, se han limitado porque se superó el objetivo de escalabilidad Client Partition?

Ruben 0 Puntos de reputación
2025-04-28T19:18:57.8933333+00:00

Quisiera saber donde encontrar la manera de aumentar los limites, para cuando se de esta situación poder resolver los problemas por el alto consumo y poder regresar a sus niveles anteriores, sin afectar a los clientes.

Agradezco de antemano toda orientación.

Azure
Azure
Plataforma e infraestructura de informática en la nube para crear, implementar y administrar aplicaciones y servicios a través de una red mundial de centros de datos administrados por Microsoft.
595 preguntas
{count} votos

1 respuesta

Ordenar por: Muy útil
  1. Keshavulu Dasari 4,845 Puntos de reputación Personal externo de Microsoft Moderador
    2025-04-30T18:14:23.76+00:00

    Hi Ruben ,

    Adding more information to the above response!

    To increase the storage account limits in Azure and address throttling issues due to exceeding the Client Partition scalability target, I suggest below steps:

    Request a Quota Increase:

    Navigate to the Azure portal and select Quotas from the Home page. If you don't see it, type "quotas" in the search box and select it, Select Storage and choose your subscription.

    Locate the region where you want to increase your storage account quota, then click the pencil icon in the Request adjustment column, Enter the desired number (up to 500) and submit your request.

    Monitor and Manage Throttling:

    Azure Resource Manager and the storage service apply throttling to manage high traffic. You can monitor throttling by checking the x-ms-ratelimit-remaining-subscription-writes header in API responses .

    Implement an exponential backoff policy for retries in your client application to handle transient throttling errors.

    Ensure your application is designed to distribute traffic evenly across partitions. Avoid sudden spikes in traffic and ensure that traffic is well-distributed .

    Consider using multiple storage accounts and partitioning your data across them to avoid hitting scalability targets.

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    Imagen del usuario

    If you have any other questions or are still running into more issues, let me know in the "comments" and I would be glad to assist you.


Su respuesta

Las respuestas se pueden marcar como respuestas aceptadas por el autor de la pregunta, lo que ayuda a los usuarios a conocer la respuesta que resolvió el problema del autor.