Skip to content

Commit cbb830c

Browse files
committed
Updating doc
1 parent 50cb832 commit cbb830c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

articles/managed-instance-apache-cassandra/best-practice-performance.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Best practices for optimal performance in Azure Managed Instance for Apache Cassandra
33
description: Learn about best practices to ensure optimal performance from Azure Managed Instance for Apache Cassandra
4-
author: TheovanKraay
4+
author: IriaOsara
55
ms.service: managed-instance-apache-cassandra
66
ms.topic: how-to
77
ms.date: 04/05/2023
8-
ms.author: thvankra
8+
ms.author: iriaosara
99
keywords: azure performance cassandra
1010
---
1111

@@ -103,7 +103,7 @@ If the CPU is only high for a few nodes, but low for the others, it indicates a
103103

104104

105105
> [!NOTE]
106-
> Currently changing SKU is only supported via ARM template deployment. You can deploy/edit ARM template, and replace SKU with one of the following.
106+
> Changing SKU is supported via Azure Portal, Azure CLI and ARM template deployment. You can deploy/edit ARM template, and replace SKU with one of the following.
107107
>
108108
> - Standard_E8s_v4
109109
> - Standard_E16s_v4
@@ -120,6 +120,8 @@ If the CPU is only high for a few nodes, but low for the others, it indicates a
120120
> - Standard_L8as_v3
121121
> - Standard_L16as_v3
122122
> - Standard_L32as_v3
123+
>
124+
> Please note that currently, we do not support transitioning across SKU families. For instance, if you currently possess a `Standard_DS13_v2` and are interested in upgrading to a larger SKU such as `Standard_DS14_v2`, this option is not available. However, you can open a support ticket to request an upgrade to the higher SKU.
123125
124126

125127

articles/managed-instance-apache-cassandra/manage-resources-cli.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,16 @@ az managed-cassandra datacenter create \
164164
> - Standard_DS14_v2
165165
> - Standard_D8s_v4
166166
> - Standard_D16s_v4
167-
> - Standard_D32s_v4
167+
> - Standard_D32s_v4
168+
> - Standard_L8s_v3
169+
> - Standard_L16s_v3
170+
> - Standard_L32s_v3
171+
> - Standard_L8as_v3
172+
> - Standard_L16as_v3
173+
> - Standard_L32as_v3
168174
>
175+
> Currently, we do not support transitioning across SKU families. For instance, if you currently possess a `Standard_DS13_v2` and are interested in upgrading to a larger SKU such as `Standard_DS14_v2`, this option is not available. However, you can open a support ticket to request an upgrade to the higher SKU.
176+
>
169177
> Note also that `--availability-zone` is set to `false`. To enable availability zones, set this to `true`. Availability zones increase the availability SLA of the service. For more details, review the full SLA details [here](https://azure.microsoft.com/support/legal/sla/managed-instance-apache-cassandra/v1_0/).
170178
171179
> [!WARNING]

0 commit comments

Comments
 (0)