Я установил параметр в потоке данных ADF следующим образом:
The ARM Template for the same looks as follows:
Instead of hardcoding the parameter value ("prod"), is it possible to set the ARM Template parameter as the value:
On trying this, I see the following error (double quotes missing):
введите описание изображения здесь
Как мне обновить эту строку, чтобы добавить двойные кавычки в конце:
"environment": "[parameters ('environmentAbbreviation')]"