Access AWS Athena from Power BI using ODBC Driver
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.
How to provide cross-account access to objects that are in Amazon S3 buckets to AWS Glue & Athena in another account
Using bucket policy, provide cross-account access to objects that are in Amazon S3 buckets to AWS Glue & Athena in another account.
How to test Firebase Cloud Messaging (FCM) Push Notification to Android devices using POSTMAN and AWS Simple Notification Service (SNS)
Using POSTMAN you can test the FCM Push Notification messages to your android app client. Also AWS SNS service can be configured to send Push Notification messages to Android App devices.
How to download the already uploaded Lambda function code (zip format)
You have created a Lambda function (Python or Node.js etc) in AWS and uploaded the code in zip format. Now you want to make changes to this Lambda function but lost your local copy of the function. You can download the copy of function which is already uploaded. There are different ways and […]
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.