Skip to content

Commit 01f468b

Browse files
committed
Add location parameter
1 parent b85069f commit 01f468b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

releases/R2025a/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Provide values for parameters in the custom deployment template on the Azure Por
2222
|--------------- | ----- |
2323
| **Subscription** | Choose an Azure subscription to use for purchasing resources.<p><em>Example:</em> VERTHAM Dev</p> |
2424
| **Resource group** | Choose a name for the resource group that will hold the resources. It is recommended you create a new resource group for each deployment. This allows all resources in a group to be deleted simultaneously. <p><em>Example:</em> Saveros</p> |
25-
| **Region** | Region to store resources in. All resources are deployed in the same region as the resource group. <p><em>Examples:</em> `eastus`, `westus`, `westus3`</p>
25+
| **Region** | Choose the region to start resources in. Ensure that you select a location which supports your requested instance types. To check which services are supported in each location, see [Azure Region Services](<https://azure.microsoft.com/en-gb/regions/services/>). MathWorks recommends using `East US` or `East US 2`. <p><em>Example:</em> `East US`</p> |
26+
| **Location** | Region to store resources in. All resources are deployed in the same region as the resource group. <p><em>Examples:</em> `eastus`, `westus`, `westus3` </p> | |
2627
| **Dashboard VM Size** | Specify the size of the VM you plan on using for the MATLAB Production Server dashboard. The dashboard lets you configure server settings and manage deployed applications. In most cases, choosing the smallest VM size is adequate. The template defaults to Standard_D1_v2. For more information, see the [Azure documentation](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes-general). <p><em>Example:</em> Standard_D1_v2</p> |
2728
| **Instance Count** | Number of VMs to run MATLAB Production Server instances. Each MATLAB Production Server instance runs on a VM and each instance runs multiple workers. <p><em>Example:</em> 6</p><p>If you have a standard 24 worker MATLAB Production Server license and select Standard_D4s_v3 VM (4 cores) as the Server VM Instance Size, you need 6 VMs to fully use the workers in your license. Therefore, your instance count will be 6.</p><p>You can always underprovision the number of VMs, in which case you may end up using fewer workers than you are licensed for.</p> |
2829
| **Admin Username** | Specify the administrator username for all VMs. Use this username to log in to the MATLAB Production Server dashboard and Network License Manager. |

0 commit comments

Comments
 (0)