sorry, let me rephrase.
The ARM template with deployment scripts resource type with powerShell inline script will not parse in DevOps Pipeline using the ARM task as it is expecting a string type for scriptContent: "" but it's parsing as undefined.
So I get an error when trying to deploy the ARM Template.
No issues when I deploy with command "New-AzResourceGroupDeployment"
I paste my arm template json into an online json parser and it throws an error too
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
There are no deployment script as you should use an azure arm task
gist.github.com/omiossec/5c579305f...
sorry, let me rephrase.
The ARM template with deployment scripts resource type with powerShell inline script will not parse in DevOps Pipeline using the ARM task as it is expecting a string type for scriptContent: "" but it's parsing as undefined.
So I get an error when trying to deploy the ARM Template.
No issues when I deploy with command "New-AzResourceGroupDeployment"
I paste my arm template json into an online json parser and it throws an error too