Cant see add button for vm extension on new azure portal. I want to add dsc extension for my windows vm on new azure portal but there is not Add button on extension configuration.enter image description here
Asked
Active
Viewed 180 times
1 Answers
1
It is not yet possible to add extensions to existing VMs in the new portal. We can imagine that it will come soon. The mechanisms you can use is set-azureRmVMExtension with the extension and the parameter info which can be found at https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-extensions-configuration-samples-windows/. This has schema information for Puppet, Antimalware and other extensions.
I hope this answers your question. Regards

Benjamin Talmard
- 1,773
- 11
- 21
-
Yes i know through command line it is possible I was looking if it is issue with my subscription or vm or it is not available. Thanks for reply – amar Dec 17 '15 at 07:19
-
It's not an issue with your subscription. If that helped, can you please validate my answer? – Benjamin Talmard Dec 17 '15 at 07:20