How to pass YES to a prompt like this – “Do you want to continue? [Y/n] Abort” for apt-get install
Using shell script to download and install VSTS build agent on Ubuntu VM (Linux flavor)
This shell script downloads the Visual Studio Online Build Agent, installs on the new machine, registers with the Visual Studio Online account, and adds to the specified build agent pool and starts the build agent to accept jobs.
Resolved- The current .NET SDK does not support targeting .NET Core 2.2.
While building your project you receive this error – The current .NET SDK does not support targeting .NET Core 2.2. Either target .NET Core 2.1 or lower, or use a version of the .NET SDK that supports .NET Core 2.2.
How to access AWS API Gateway Endpoints using API Key from Azure Logic App and test using POSTMAN
You can easily access the AWS API endpoints secured by API Key using Azure Logic App or test these API’s using POSTMAN.
How to secure AWS API using Custom Authorizer (Lambda function)
You can use POSTMAN to get JWT token and then invoke the secured API method by passing the JWT token. The custom authorizer will verify the token to allow the access to the API call.
How to create Custom Authorizer in AWS API Gateway
In this article we will create a lambda function which will act as custom authorizer for invoking AWS API Gateway calls.
How to import and deploy an API using AWS API Gateway
You can easily import an sample API in AWS API Gateway and deploy it after testing the published methods.
Create an Azure Service Principal
Follow the steps to create a Service Principal in Azure. This Service Principal can be used to authenticate and get access to resources.
How to access AWS API Gateway Endpoints secured by Custom Authorizer from Microsoft Azure and test using POSTMAN
Follow the steps provided in this article to access AWS API Gateway Endpoints secured by Custom Authorizer from Microsoft Azure and test using POSTMAN
What happens when VSTS PAT (personal access token) used for Build Agent expires?
Will the Build agent still work? What will happen if I restart build agent after PAT expires?