Ubuntu – Deploying ARM Template with override parameters in Azure DevOps is converting int values as string type
I am passing some override parameters to my Data Factory ARM template deployment step in an Azure DevOps yaml file and one global parameter in particular is specified as an 'int' type within the generated ARM template. When I attempt…