MicrosoftLearning/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions

M02 - ManufacturingVM

Closed this issue · 0 comments

Module: 02

Lab/Demo: Lab

Description of issue
Parameters template for ManufacturingVMazuredeploy.parameters.json includes a VM size that is not available in some subscriptions.

Repro steps:
Consider using the same size as in CoreServicesVMazuredeploy.parameters.json which is Standard_DS1_v2
Update the parameters.json template file with
"vmSize": {
"value": "Standard_DS1_v2"
},