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.
Copy file name to clipboardExpand all lines: releases/R2021b/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Click the **Deploy to Azure** button below to deploy the cloud resources on Azur
6
6
7
7
| Create Virtual Network | Use Existing Virtual Network |
8
8
| --- | --- |
9
-
| Use this option to deploy the resources in a new virtual network<br><br><ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmathworks-ref-arch%2Fmatlab-parallel-server-on-azure%2Fmaster%2Freleases%2FR2021b%2Fazuredeploy-R2021b.json"target="_blank"><imgsrc="http://azuredeploy.net/deploybutton.png"/></a></br></br> | Use this option to deploy the resources in an existing virtual network <br><br><ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmathworks-ref-arch%2Fmatlab-parallel-server-on-azure%2Fmaster%2Freleases%2FR2021b%2Fazuredeploy-existing-vnet-R2021b.json"target="_blank"><imgsrc="http://azuredeploy.net/deploybutton.png"/></a></br></br> |
9
+
| Use this option to deploy the resources in a new virtual network<br><br><ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmathworks-ref-arch%2Fmatlab-parallel-server-on-azure%2Fmaster%2Freleases%2FR2021b%2Fazuredeploy-R2021b.json"target="_blank"><imgsrc="https://aka.ms/deploytoazurebutton"/></a></br></br> | Use this option to deploy the resources in an existing virtual network <br><br><ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmathworks-ref-arch%2Fmatlab-parallel-server-on-azure%2Fmaster%2Freleases%2FR2021b%2Fazuredeploy-existing-vnet-R2021b.json"target="_blank"><imgsrc="https://aka.ms/deploytoazurebutton"/></a></br></br> |
10
10
11
11
> Cluster Platform: Windows Server 2019
12
12
@@ -72,16 +72,18 @@ Your cluster is now ready to use. It will remain running after you close MATLAB.
72
72
To access a MATLAB Parallel Server cluster from your client MATLAB, your client machine must be able to communicate on specific ports. Make sure that the network firewall allows the following outgoing connections:
| TCP 27350 to 27358 + 4*N <br /><br /> TCP 443 <br /><br /> TCP 3389 | Ports 27350 to 27358 + 4*N, where N is the maximum number of workers on a single node <br /><br /> HTTPS access to (at least) *.mathworks and *.microsoft.com <br /><br /> Remote Desktop Protocol to access to cluster nodes |
75
+
| -------------- | ----------- |
76
+
| TCP 27350 to 27358 + 4*N | Ports 27350 to 27358 + 4*N, where N is the maximum number of workers on a single node |
77
+
| TCP 443 | HTTPS access to (at least) *.mathworks and *.microsoft.com |
78
+
| TCP 3389 | Remote Desktop Protocol to access to cluster nodes |
77
79
78
80
*Table 1: Outgoing port requirements*
79
81
80
82
## Delete Your Cloud Resources
81
83
You can remove the Resource Group and all associated resources when you are done with them. Note that you cannot recover resources once they are deleted. After you delete the cloud resources you cannot use the downloaded profile again.
82
84
1. Login to the Azure Portal.
83
85
2. Select the Resource Group containing your resources.
84
-
3. Select the "Delete resource group" icon to destroy all resources deplyoyed in this group.
86
+
3. Select the "Delete resource group" icon to destroy all resources deployed in this group.
85
87
4. You will be prompted to enter the name of the resource group to confirm the deletion.
86
88
87
89

0 commit comments