Resolve error – “A request error occurred; Tenant host name not specified or is invalid.”
How to resolve error related to Set-AzureRmKeyVaultAccessPolicy
How to resolve the error – please make sure that the user or application service principal you are authorizing is registered in the current subscription’s Azure Active
directory.
Azure Application Gateway: wildcard hosts in listeners NOT supported
Limitation of azure application gateway which hurts production setup. It doesn’t allow support for wildcard hosts in listeners. Throws error “this value is neither an IP address nor a fully qualified domain name (FQDN).”
How to resolve error – init.ps1 cannot be loaded because running scripts is disabled on this system
Checkout this post to resolve error – \.nuget\packages\database.base.schema\2018.11.1.3\tools\init.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
Azure Devops – setup local windows build agent to run VSTS CI builds
In this article we will see how to setup windows build agent on local machine and connect it to VSTS CI pipeline to run the build definitions.
Build pipeline in VSTS using docker container – deploy web app and api
Try these steps to deploy a web app and api in their own docker container using docker-compose. Use CI/CD pipeline of VSTS to build and release the docker containers.
No such command: docker_compose
Docker compose task in VSTS pipeline throws error. The command used for docker-compose is incorrect.
How to resolve error: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
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
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 delete specific log streams in a log group (of lambda function) in AWS Cloudwatch
How to delete specific log streams in a log group (of lambda function) in AWS Cloudwatch…