Skip to content

Commit ccb71eb

Browse files
Merge pull request #253630 from dramasamy/vnf-cpu
Update quickstarts-tenant-workload-deployment.md
2 parents 4a1347e + 0551d0f commit ccb71eb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/operator-nexus/quickstarts-tenant-workload-deployment.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Before you run the commands, you need to set several variables to define the con
3737
| NETWORK_INTERFACE_NAME | The name of the L3 network interface for the virtual machine. |
3838
| ADMIN_USERNAME | The username for the virtual machine administrator. |
3939
| SSH_PUBLIC_KEY | The SSH public key that is used for secure communication with the virtual machine. |
40-
| CPU_CORES | The number of CPU cores for the virtual machine (even number, max 44 vCPUs) |
41-
| MEMORY_SIZE | The amount of memory (in GB, max 224 GB) for the virtual machine. |
40+
| CPU_CORES | The number of CPU cores for the virtual machine (even number, max 46 vCPUs) |
41+
| MEMORY_SIZE | The amount of memory (in GB, max 224 GB) for the virtual machine. |
4242
| VM_DISK_SIZE | The size (in GB) of the virtual machine disk. |
4343
| VM_IMAGE | The URL of the virtual machine image. |
4444
| ACR_URL | The URL of the Azure Container Registry. |
@@ -105,9 +105,6 @@ az networkcloud virtualmachine create \
105105

106106
After a few minutes, the command completes and returns information about the virtual machine. You've created the virtual machine. You're now ready to use them.
107107

108-
> [!NOTE]
109-
> If each server has two CPU chipsets and each CPU chip has 28 cores, then with hyperthreading enabled (default), the CPU chip supports 56 vCPUs. With 8 vCPUs in each chip reserved for infrastructure (OS and agents), the remaining 48 are available for tenant workloads.
110-
111108
## Review deployed resources
112109

113110
[!INCLUDE [quickstart-review-deployment-cli](./includes/virtual-machine/quickstart-review-deployment-cli.md)]

0 commit comments

Comments
 (0)