Fix: Resource file haven’t been set, can’t find loc string for key: JSONvariableSubstitution

When we use Azure DevOps pipeline, sometime it doesn’t call the correct connection string and variable values don’t get updated correctly. and it shows the below warning message: Resource file haven’t been set, can’t find loc string for key: JSONvariableSubstitution Issue is basically seen because of recent File transform task v1.108 which is failing to …

Read More

[Fix] The ‘Get-AzKeyVaultCertificate’ command was found in the

The Error “The ‘Get-AzKeyVaultCertificate’ command was found in the “, is an error that is seen when you are working on azure and are trying to load a module using the windows Powershell. The error is usually seen when you are trying to install the Az.KeyVault using yaml on azure DevOps pipeline. Given below is …

Read More