From 20e1386fcbb4ce2c378e92f00515598e0c9f2423 Mon Sep 17 00:00:00 2001 From: Marek Michali <56163696+MarekMichali@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:39:29 +0200 Subject: [PATCH] Update Azure lite docs with new default machineType (#852) --- docs/user/03-10-service-description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/03-10-service-description.md b/docs/user/03-10-service-description.md index 8ea8fbb5d4..a065951ab5 100644 --- a/docs/user/03-10-service-description.md +++ b/docs/user/03-10-service-description.md @@ -92,7 +92,7 @@ These are the provisioning parameters for Azure that you can configure: | Parameter name | Type | Description | Required | Default value | |-------------------------------------------|--------|-------------------------------------------------------------------------------------|:--------:|-------------------| -| **machineType** | string | Specifies the provider-specific virtual machine type. | No | `Standard_D4s_v5` | +| **machineType** | string | Specifies the provider-specific virtual machine type. | No | `Standard_D2s_v5` | | **volumeSizeGb** | int | Specifies the size of the root volume. | No | `50` | | **region** | string | Defines the cluster region. | Yes | None | | **zones** | string | Defines the list of zones in which Runtime Provisioner creates a cluster. | No | `["1"]` |