diff --git a/101-vm-linux-create/azuredeploy.json b/101-vm-linux-create/azuredeploy.json index 689a645..f5c703d 100644 --- a/101-vm-linux-create/azuredeploy.json +++ b/101-vm-linux-create/azuredeploy.json @@ -180,12 +180,6 @@ "id": "[resourceId('Microsoft.Network/networkInterfaces',variables('nicName'))]" } ] - }, - "diagnosticsProfile": { - "bootDiagnostics": { - "enabled": "true", - "storageUri": "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('storageAccountName')), providers('Microsoft.Storage', 'storageAccounts').apiVersions[0]).primaryEndpoints.blob)]" - } } } }