Resolve the error – Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.38/images/devops.azurecr.io/containerbuilds.70/push?tag=: dial unix /var/run/docker.sock: connect: permission denied
Azure
The AllowScriptsAuthAccess build option is not supported in API versions greater than 4.0.
Got this error while saving the pipeline and queuing it for build.
How to Execute Postman Collections using “newman” in your CI Pipeline with VSTS
Checkout the steps to setup a VSTS code project (Postman API Tests) and build definition to run your Postman Collections using command line collection executor “newman”.
Building software-as-a-service apps – Microservices – 12 Factor Services (Apps)
This post explains the concept of 12-factor apps (applied in services) which is to keep the service simple to build, test & deploy.
Resolve error: Unhandled Rejection (Error): Network Error
How to resolve “Unhandled Rejection (Error): Network Error” when you run ‘yarn start’
Find equivalent of Azure Service provided in AWS
Find equivalent of Microsoft Azure services to Amazon Web Services (AWS), though the breadth and depth of capabilities of these services will vary.
How to resolve the errors observed while deploying Azure Resource Group template
How to resolve errors like New-AzureRmResourceGroup : Operation returned an invalid status code ‘Unauthorized’ or Agent configuration failed with error : Deployment Group not found: or Code=QuotaExceeded; Message=Operation results in exceeding
Resolve errors observed while setting up DbUp for automated database deployment
Follow the steps to resolve the errors observed while setting up DbUp for automated database deployment