Learn how to setup your own private build agent on Linux (Ubuntu) for your azure pipelines to have better control on the agent.
Azure
Integrate your ILB App Service Environment with the Azure Application Gateway with SSL endpoint
How to setup ILB ASE (internal) to communicate with WAF-configured Azure Application Gateway.
Accessing API in azure APIM using POSTMAN throws error – “statusCode”: 401, “message”: “Access denied due to missing subscription key. Make sure to include subscription key when making requests to an API.”
How to resolve POSTMAN error – “statusCode”: 401, “message”: “Access denied due to missing subscription key. Make sure to include subscription key when making requests to an API.”
How to resolve error related to POSTMAN API testing
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.