Trying to deploy VM and web app using Azure Resource Group Deployment and Azure app service tasks in VSTS CI/CDP with Azure Stack.
The task is failing with following errors:
Error: unable to get local issuer certificate
Any suggestion on this issue?
Trying to deploy VM and web app using Azure Resource Group Deployment and Azure app service tasks in VSTS CI/CDP with Azure Stack.
The task is failing with following errors:
Error: unable to get local issuer certificate
Any suggestion on this issue?
To ignore SSL error set a Variable of name VSTS_ARM_REST_IGNORE_SSL_ERRORS with value: true in the release definition
Reference: Azure App Service Task Documentation