You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The files in this GitHub repository refer to commercial software products and se
4
4
5
5
The following license terms apply only to the files in this GitHub repository, including files in this folder and its subfolders, and do not apply to MathWorks Programs. References to “software” and “code” in the following license terms refer to the files in this GitHub repository.
* Network security group (Microsoft.Network/networkSecurityGroups)
@@ -82,11 +83,13 @@ The following resources are created.
82
83
* Public IP address (Microsoft.Network/publicIPAddresses)
83
84
84
85
### Compute Resources
86
+
85
87
* Head node VM (Microsoft.Compute/virtualMachines): A compute VM for the cluster head node. The MATLAB install is part of the VM image, and the job database is stored either locally on the root volume or on a separate data disk. The head node communicates with the clients using a secure SSL connection.
86
88
* Database volume (optional): An optional separate data disk to store the MATLAB Job Scheduler job database.
87
89
* Worker scaling set (Microsoft.Compute/virtualMachineScaleSets): A scale set for worker VMs to be deployed into. Clients and workers communicate using a secure SSL connection.
88
90
89
91
### Storage Resources
92
+
90
93
* Storage account (Microsoft.Storage/storageAccounts): A premium locally redundant storage (LRS) account that hosts the file share used to distribute files amongst cluster VMs.
91
94
* File share created inside storage account: A file share inside the storage account.
92
95
* Contains the shared secret created by the head node for all worker VMs. The worker VMs require the shared secret to register and establish a secure connection with the job scheduler.
@@ -104,6 +107,7 @@ To check if you have these permissions, see [Check access for a user to Azure re
104
107
If you do not have these permissions, the administrator or [owners of the subscription](https://learn.microsoft.com/azure/role-based-access-control/role-assignments-list-portal#list-owners-of-a-subscription) can either:
105
108
106
109
1. Assign you the built-in Azure role [User Access Administrator](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#user-access-administrator) in addition to your existing role. See [Assign Azure roles using the Azure portal](https://learn.microsoft.com/azure/role-based-access-control/role-assignments-portal).
110
+
107
111
2. Create a custom role containing these permissions and attach it along with your existing role. See [Create or update Azure custom roles using the Azure portal](https://learn.microsoft.com/azure/role-based-access-control/custom-roles-portal).
108
112
109
113
## FAQ
@@ -145,7 +149,7 @@ Before enabling Spot Virtual Machines, consider these aspects:
145
149
* The following VM sizes are not supported for Azure Spot Virtual Machines:
146
150
* B-series
147
151
* Promo versions of any size (such as the Dv2, NV, NC, and H promo sizes)
148
-
152
+
149
153
For more information about the limitations of using Spot Virtual Machines, see [Azure Spot Virtual Machines for Virtual Machine Scale Sets](https://learn.microsoft.com/azure/virtual-machine-scale-sets/use-spot).
150
154
151
155
### What are the advantages of building images with MathWorks scripts?
0 commit comments