scalability and redundancy in Azure

Lior Tomer 60 Reputation points
2023-10-30T16:10:49.8933333+00:00

Hi, I have Cloud service (extended support) The instance I have is Standard_A4_v2 I want to ensure two things scalability and redundancy : Regarding scalability, I have the option to scale and set a rule that once the rule occurs, the scale will be performed automatically. Is this true? If so, how long does it take for scalability to happen? If, for example, I add another instance that will be automatically added as it were, will the price be doubled? Regarding redundancy, how exactly I do this if by chance the service goes down ? there is a option after i buy the services to take care for redundancy ?

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
668 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,175 questions
Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
224 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,272 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 25,736 Reputation points Microsoft Employee
    2023-11-03T04:59:02.2966667+00:00

    Hello, @Lior Tomer !

    Can you tell me more about scaling and redundancy with Azure Cloud Services (extended support)?

    I had a conversation with the Cloud Services team and was able to get some more clarification on both scaling and redundancy:

    • Scaling: Once the rule is initiated and scaling starts, there's no set time for when scaling will complete as the autoscaling operation is dependent on multiple factors (primarily having available capacity within that cluster, zone, and region). We are looking at some scaling operations telemetry to provide a better time estimate and I'll update this when that is provided. Cloud services pricing is based on instances, so additional instances would result in additional costs.
    • Redundancy: Legacy architecture was ASM based and had cross-regional dependencies which meant that an outage in one region could affect resources in other regions. Cloud Services (extended support) uses a modern, ARM based stack offering which means that deployments and all associated resources are present within a single region. This improves resiliency as there are reduced points of failure.
      If you wanted to plan for redundancy in other regions in case there is an outage in your primary region, this would need to be deployed prior to the outage and the additional instances would result in additional costs.

    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image