1
votes

Not able to see System Property Columns as we have in azure portal in visual studio 2019. Below is the screen shot for output configuration of Service bus queue.

enter image description here

Below is the screenshot of system property column in azure portal enter image description here

Problem is the ARm template generated from project won't have system property columns. Anyone faced such issue?

2

2 Answers

2
votes

The feature of ASA output in VS 2019 is equal to everyone i think.My tool version is 16.4.2.

enter image description here

I tried to create the system property columns on the portal and view the json structure in the https://resources.azure.com/.

enter image description here

I tried to find some official evidence but nothing related could be found. Especially for this : enter image description here

You could try to edit your output.json file to add the key-value manually.If it's still block,then it seems that the feature is not supported in ARM so far.

enter image description here

2
votes

System Property Column is not supported on Visual Studio at this moment.

== Update: System Property Columns are now supported. Please update the ASA extension to try this feature.