-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
How can I use these parameters inside a string?
For example I have the following line in my template
"path": "/v2/datasets/@{encodeURIComponent(encodeURIComponent(parameters('sql_2_server')))},@{encodeURIComponent(encodeURIComponent(parameters('sql_2_database')))}/query/sql"
As I have tried, I want to pass two parameters sql_2_server and sql_2_database inside this.
What's the syntax for this??
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels