Azure ARM json parsing error: Additional text encountered after finished reading JSON content
Error:
Test-AzureRmResourceGroupDeployment : Cannot retrieve the dynamic parameters for the cmdlet. Additional text encountered after
finished reading JSON content: }. Path ”, line 184, position 1. At line:1 char:1
Solution:->
1>make sure that you dont have any additional brackets in your code. the easy way to find that is to count open { brackets and close } brackets bt searching it the the editor will show count of searches like shown in below screen
open count:
close count :
(Visited 4 times, 1 visits today)