Skip to content

Staging nlm update #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@ For information about the architecture of this solution, see [Architecture and R

# Deploy Reference Architecture for Your Release
To deploy the reference architecture, select your MATLAB Production Server release from the table and follow the instructions to deploy the server using the provided template. A deployment of MATLAB Production Server supports MATLAB Runtime versions up to six releases back.
| Release | Supported MATLAB Runtime Versions |
| ------- | --------------------------------- |
| [R2025a](releases/R2025a/README.md) | R2025a, R2024b, R2024a, R2023b, R2023a, R2022b |
| [R2024b](releases/R2024b/README.md) | R2024b, R2024a, R2023b, R2023a, R2022b, R2022a |
| [R2024a](releases/R2024a/README.md) | R2024a, R2023b, R2023a, R2022b, R2022a, R2021b |
| [R2023b](releases/R2023b/README.md) | R2023b, R2023a, R2022b, R2022a, R2021b, R2021a |
| [R2023a](releases/R2023a/README.md) | R2023a, R2022b, R2022a, R2021b, R2021a, R2020b |
| [R2022b](releases/R2022b/README.md) | R2022b, R2022a, R2021b, R2021a, R2020b, R2020a |

> **Note**: MathWorks provides templates for only the six most recent releases of MATLAB Production Server. Earlier templates are removed and are no longer supported.
| Release | Supported MATLAB Runtime Versions | Status |
| ------- | --------------------------------- | ------ |
| [R2025a](releases/R2025a/README.md) | R2025a, R2024b, R2024a, R2023b, R2023a, R2022b | ✅ Template available. |
| [R2024b](releases/R2024b/README.md) | R2024b, R2024a, R2023b, R2023a, R2022b, R2022a | ✅ Template available. |
| [R2024a](releases/R2024a/README.md) | R2024a, R2023b, R2023a, R2022b, R2022a, R2021b | ✅ Template available. |
| [R2023b](releases/R2023b/README.md) | R2023b, R2023a, R2022b, R2022a, R2021b, R2021a | ⚠️ Template will be removed in March 2026. |
| [R2023a](releases/R2023a/README.md) | R2023a, R2022b, R2022a, R2021b, R2021a, R2020b | ⚠️ Template will be removed in September 2025. |

> **Note**: MathWorks provides templates for only the five most recent releases of MATLAB Production Server. Earlier templates are removed and are no longer supported.
# Architecture and Resources
Deploying this reference architecture will create several resources in your
resource group.
Expand Down
13 changes: 0 additions & 13 deletions releases/R2022b/LICENSE.md

This file was deleted.

188 changes: 0 additions & 188 deletions releases/R2022b/README.md

This file was deleted.

Binary file removed releases/R2022b/images/FinalArchitecture60.png
Binary file not shown.
Binary file removed releases/R2022b/images/azureScaling.png
Binary file not shown.
Binary file removed releases/R2022b/images/dashboardLogin.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
84 changes: 0 additions & 84 deletions releases/R2022b/scripts/initMasterVM.sh

This file was deleted.

55 changes: 0 additions & 55 deletions releases/R2022b/scripts/scriptScaleSet.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions releases/R2022b/scripts/scriptScaleSet.sh

This file was deleted.

30 changes: 21 additions & 9 deletions releases/R2022b/templates/azuredeploy22b.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,17 +255,29 @@
"owner": "[resourceId('Microsoft.Authorization/roleDefinitions', '8e3af657-a8ff-443c-a75c-2fe8c4bcb635')]",
"offerType": "BYOL",
"should-deploy-flex": "[parameters('DeployNetworkLicenseManagerforMATLAB')]",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/master/releases/R2022b/azuredeploy-existing-vnet-R2022b.json",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/refs/heads/master/releases/v1/latest/azuredeploy.json",
"flex-parameters": {
"instanceType": { "value": "Standard_D2s_v3" },
"clientIPAddress": { "value": "[parameters('Allow connections from')]" },
"adminUsername": { "value": "[parameters('adminUsername')]" },
"adminPassword": { "value": "[parameters('adminPassword')]" },
"virtualNetworkResourceID": {
"value": "[variables('virtualNetworkID')]"
"instanceType": { "value": "Standard_D2s_v3"
},
"subnetName": { "value": "[variables('subnetName')]" }
},
"clientIPAddressList": {
"value": "[parameters('Allow connections from')]"
},
"adminUsername": {
"value": "[parameters('adminUsername')]"
},
"adminPassword": {
"value": "[parameters('adminPassword')]"
},
"existingVnetResourceID": {
"value": "[variables('virtualNetworkID')]"
},
"existingSubnetName": {
"value": "[variables('subnetName')]"
},
"createPublicIPAddress":{
"value": "[parameters('UsePublicIPAddresses')]"
}
},
"_artifactsLocation":"https://raw.githubusercontent.com/mathworks-ref-arch/matlab-production-server-on-azure/master/releases/R2022b/scripts/",
"_artifactsLocationSasToken":""
},
Expand Down
30 changes: 21 additions & 9 deletions releases/R2023a/templates/azuredeploy23a.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,29 @@
"owner": "[resourceId('Microsoft.Authorization/roleDefinitions', '8e3af657-a8ff-443c-a75c-2fe8c4bcb635')]",
"offerType": "BYOL",
"should-deploy-flex": "[parameters('DeployNetworkLicenseManagerforMATLAB')]",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/master/releases/R2023a/azuredeploy-existing-vnet-R2023a.json",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/refs/heads/master/releases/v1/latest/azuredeploy.json",
"flex-parameters": {
"instanceType": { "value": "Standard_D2s_v3" },
"clientIPAddress": { "value": "[parameters('Allow connections from')]" },
"adminUsername": { "value": "[parameters('adminUsername')]" },
"adminPassword": { "value": "[parameters('adminPassword')]" },
"virtualNetworkResourceID": {
"value": "[variables('virtualNetworkID')]"
"instanceType": { "value": "Standard_D2s_v3"
},
"subnetName": { "value": "[variables('subnetName')]" }
},
"clientIPAddressList": {
"value": "[parameters('Allow connections from')]"
},
"adminUsername": {
"value": "[parameters('adminUsername')]"
},
"adminPassword": {
"value": "[parameters('adminPassword')]"
},
"existingVnetResourceID": {
"value": "[variables('virtualNetworkID')]"
},
"existingSubnetName": {
"value": "[variables('subnetName')]"
},
"createPublicIPAddress":{
"value": "[parameters('UsePublicIPAddresses')]"
}
},
"_artifactsLocation":"https://raw.githubusercontent.com/mathworks-ref-arch/matlab-production-server-on-azure/master/releases/R2023a/scripts/",
"_artifactsLocationSasToken":""
},
Expand Down
30 changes: 21 additions & 9 deletions releases/R2023b/templates/azuredeploy23b.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,29 @@
"owner": "[resourceId('Microsoft.Authorization/roleDefinitions', '8e3af657-a8ff-443c-a75c-2fe8c4bcb635')]",
"offerType": "BYOL",
"should-deploy-flex": "[parameters('DeployNetworkLicenseManagerforMATLAB')]",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/master/releases/R2023b/azuredeploy-existing-vnet-R2023b.json",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/refs/heads/master/releases/v1/latest/azuredeploy.json",
"flex-parameters": {
"instanceType": { "value": "Standard_D2s_v3" },
"clientIPAddress": { "value": "[parameters('Allow connections from')]" },
"adminUsername": { "value": "[parameters('adminUsername')]" },
"adminPassword": { "value": "[parameters('adminPassword')]" },
"virtualNetworkResourceID": {
"value": "[variables('virtualNetworkID')]"
"instanceType": { "value": "Standard_D2s_v3"
},
"subnetName": { "value": "[variables('subnetName')]" }
},
"clientIPAddressList": {
"value": "[parameters('Allow connections from')]"
},
"adminUsername": {
"value": "[parameters('adminUsername')]"
},
"adminPassword": {
"value": "[parameters('adminPassword')]"
},
"existingVnetResourceID": {
"value": "[variables('virtualNetworkID')]"
},
"existingSubnetName": {
"value": "[variables('subnetName')]"
},
"createPublicIPAddress":{
"value": "[parameters('UsePublicIPAddresses')]"
}
},
"_artifactsLocation":"https://raw.githubusercontent.com/mathworks-ref-arch/matlab-production-server-on-azure/master/releases/R2023b/scripts/",
"_artifactsLocationSasToken":""
},
Expand Down
30 changes: 21 additions & 9 deletions releases/R2024a/templates/azuredeploy24a.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,29 @@
"owner": "[resourceId('Microsoft.Authorization/roleDefinitions', '8e3af657-a8ff-443c-a75c-2fe8c4bcb635')]",
"offerType": "BYOL",
"should-deploy-flex": "[parameters('DeployNetworkLicenseManagerforMATLAB')]",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/master/releases/R2024a/azuredeploy-existing-vnet-R2024a.json",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/refs/heads/master/releases/v1/latest/azuredeploy.json",
"flex-parameters": {
"instanceType": { "value": "Standard_D2s_v3" },
"clientIPAddress": { "value": "[parameters('Allow connections from')]" },
"adminUsername": { "value": "[parameters('adminUsername')]" },
"adminPassword": { "value": "[parameters('adminPassword')]" },
"virtualNetworkResourceID": {
"value": "[variables('virtualNetworkID')]"
"instanceType": { "value": "Standard_D2s_v3"
},
"subnetName": { "value": "[variables('subnetName')]" }
},
"clientIPAddressList": {
"value": "[parameters('Allow connections from')]"
},
"adminUsername": {
"value": "[parameters('adminUsername')]"
},
"adminPassword": {
"value": "[parameters('adminPassword')]"
},
"existingVnetResourceID": {
"value": "[variables('virtualNetworkID')]"
},
"existingSubnetName": {
"value": "[variables('subnetName')]"
},
"createPublicIPAddress":{
"value": "[parameters('UsePublicIPAddresses')]"
}
},
"_artifactsLocation":"https://raw.githubusercontent.com/mathworks-ref-arch/matlab-production-server-on-azure/master/releases/R2024a/scripts/",
"_artifactsLocationSasToken":""
},
Expand Down
2 changes: 1 addition & 1 deletion releases/R2024b/templates/azuredeploy24b.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"owner": "[resourceId('Microsoft.Authorization/roleDefinitions', '8e3af657-a8ff-443c-a75c-2fe8c4bcb635')]",
"offerType": "BYOL",
"should-deploy-flex": "[parameters('DeployNetworkLicenseManagerforMATLAB')]",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/master/releases/R2024b/azuredeploy-R2024b.json",
"flex-arm-template-link": "https://raw.githubusercontent.com/mathworks-ref-arch/license-manager-for-matlab-on-azure/refs/heads/master/releases/v1/latest/azuredeploy.json",
"flex-parameters": {
"instanceType": { "value": "Standard_D2s_v3"
},
Expand Down
Empty file removed sudo
Empty file.