skip to Main Content

Ubuntu – The template parameter is not valid. The parameter value must be null

I'm a beginner on Azure DevOps and I'm trying to create a CI pipeline for an simple ARM Template. So I have this file (test_template.json): { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "storageAccounts_dqed01dls_name": { "defaultValue": "dqed01als", "type": "String" }, "virtualNetworks_dpm01_d_vnet_externalid":…

VIEW QUESTION
Back To Top
Search