Hi @Nagashree Balasundaram Thanks for reaching out. As per the error message you must include a value if there is no key vault secret. please refer the below screen shot
"resources": [
{
"apiVersion": "2021-12-01-preview",
"type": "Microsoft.ApiManagement/service/namedValues",
"name": "[concat(parameters('apimServiceName'), '/CEMApi-IntegratorKey')]",
"properties": {
"tags": [],
"secret": true,
"displayName": "CEMApi-IntegratorKey",
"VALUE": "------" <------------
}
}
]
let me know incase of further queries, I would be happy to assist you.
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.