Skip to content

Commit 181b576

Browse files
authored
Merge pull request #189693 from meenasaravanan02/main
SF Scaling limitations update
2 parents 9b7a567 + 7a755f9 commit 181b576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/service-fabric/how-to-managed-cluster-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 2/14/2022
1717
* Only [Azure Monitor published metrics](../azure-monitor/essentials/metrics-supported.md) are supported.
1818

1919
>[!NOTE]
20-
> If using an OS Image "-with-containers” memory metrics from Azure Monitor will not be available.
20+
> If using Windows OS image with Hyper-V role enabled, ie. the VM will be configured for nested virtualization, the Available Memory Metric will not be available, since the dynamic memory driver within the VM will be in a stopped state.
2121
2222

2323
A common scenario where autoscaling is useful is when the load on a particular service varies over time. For example, a service such as a gateway can scale based on the amount of resources necessary to handle incoming requests. Let's take a look at an example of what those scaling rules could look like and we'll use them later in the article:

articles/service-fabric/service-fabric-cluster-scale-in-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Virtual machine scale sets are an Azure compute resource that you can use to dep
2424
>
2525
>
2626
> [!NOTE]
27-
> If using an OS Image "-with-containers” memory metrics from Azure Monitor will not be available.
27+
> If using Windows OS image with Hyper-V role enabled, ie. the VM will be configured for nested virtualization, the Available Memory Metric will not be available, since the dynamic memory driver within the VM will be in a stopped state.
2828
>
2929
>
3030

0 commit comments

Comments
 (0)