Storage Account RestAPI PUT call can be used to create storage account using Postman
Azure
Custom runbook (using powershell) to start/stop azure VM in Azure Automation
Create PowerShell based custom runbook to start/stop Azure VMs based on the schedule provided.
How to push Git resource code from local machine (using Visual Studio) into Azure DevOps Git Repo
If you are using Git source control for your project on your PC then it can easily be pushed and published to Azure DevOps Git Repository.
How to push project code from local machine (Using Git commands) into Azure DevOps Git Repo
You can easily push the local project source code to Azure DevOps Git Repository.
How to automatically start/stop existing Azure Linux VM as well as the VSTS build agent running on it
You can automatically start/stop existing Azure Linux VM using Automation account. Using cron job the VSTS build agent can be started when linux VM is rebooted.
How to add Public IP address to an existing Azure VM
You can easily attach Public IP address to azure VM if you missed creating and attaching it while VM was build.
Running Azure Private Build Agents (on Ubuntu) as Docker containers
You can start self-hosted build agent (on Ubuntu) in docker containers. Create VSTS agent image with dependencies required and run it in docker container.
Dockerfile – How to pass an answer to a prompt post apt-get install
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.
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.