About auto scale in Azure

Yuta Harada 101 Reputation points
2022-07-11T03:41:33.447+00:00

Hi There!

I am a newbie who just started using Azure.

I have a question about auto scaling resources on Azure.

"Azure SQL Managed Instance" and "Azure Storage Data Lake Gen2" have the ability to automatically improve performance and increase capacity?

We would like to know if there is a feature that would allow for automatic scaling if usage is seen to be above a certain level.

Azure SQL Database
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,537 questions
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-07-11T04:36:50.287+00:00

    There is no direct auto-scaling of Azure SQL Managed Instance. For auto-scaling the Azure SQL Managed Instance we can use the PowerShell or Azure CLI scripts. Here you will find how to do it with CLI. Here you will find how to create an automated task to scale up/down the Azure SQL Managed Instance.

    On the other hand, Data Lake Storage Gen2 is scalable by design and you don't have to configure automatic scaling up. It has a Hierarchical Namespace (HNS) that allows this massively scalable storage service to arrange your data like a filesystem with a hierarchy of directories. All analytics frameworks (eg. Spark, Hive, etc.) are built with an implicit assumption that the underlying storage service is a hierarchical filesystem. Data Lake Storage achieves overwhelming performance using HNS and this make it the number one driver of value for big data analytics workloads.

    In addition, Data Lake Storage Gen2 is able to store and serve many exabytes of data. This amount of storage is available with throughput measured in gigabits per second (Gbps) at high levels of input/output operations per second (IOPS). Processing is executed at near-constant per-request latencies that are measured at the service, account, and file levels.

    Hope this helps.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.