You are configuring autoscaling rules for different Azure resources. For each of the following scenarios, indicate whether you should check the "Metric Namespace" checkbox when configuring the autoscaling rule.
You are scaling an Azure Virtual Machine based on CPU usage. The relevant metric is "Percentage CPU".
You are scaling an Azure App Service based on the number of HTTP requests. The relevant metric is "Http Queue Length".
You are scaling an Azure SQL Database based on the number of active connections. The relevant metric is "Active Connections".
You are scaling an Azure Function based on the number of messages in a Service Bus queue. The relevant metric is "Active Messages".
You are scaling an Azure Logic App based on the number of workflow runs. The relevant metric is "Runs".
You are scaling an Azure Storage Account based on the amount of data written. The relevant metric is "Egress".
You are scaling an Azure Kubernetes Service (AKS) cluster based on the amount of CPU resources being used by the nodes in the cluster. The relevant metric is "CPU Usage", which is a standard system metric.
You are scaling an Azure Event Hub based on the number of incoming messages. The relevant metric is "Incoming Messages".
You are scaling an Azure Virtual Machine based on the network in traffic. The relevant metric is "Network In".
You are scaling an Azure App Service based on the memory usage. The relevant metric is "Memory Percentage".
You are scaling an Azure SQL Database based on the storage used. The relevant metric is "Storage Used".
You are scaling an Azure Function based on the execution count. The relevant metric is "Execution Count".