SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

start

SHIFT - Sjoerd Hooft's InFormation Technology

This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out if you have a question about something.


Script: Azure DevOps API: Keep Forever

Goal of the script is to check all my deployments in production and set the retain indefinitely / keep forever property to true if this is not done yet. It uses the following parts / useful techniques:

  • List all projects
  • List all deployments
  • Get Releases
  • The combined use of the $top parameter and a continuation token

→ Read more...

2022/01/20 16:37 · sjoerd

Terraform

In this article I'll be taking you on a ride with terraform. What should have started as a simple “How to get started with… ” page turned into an extensive article on terraform basics, some more advanced concepts, using terraform on AWS, Azure and Azure DevOps. Some of the order might not make sense at first, but it's actually the order in which I figured everything out, so from the basics to more advanced concepts and going from AWS to Azure and then Azure DevOps.

→ Read more...

2021/10/12 14:35 · sjoerd

AWS Toolkit for VS Code

Goal: Start working with AWS Toolkit for VS Code

  • to use with Lambda and Step Functions
  • Reason: Keep everything in source control
  • Target: Create, Update and Deploy Lambda functions and step functions from VS Code
    • Data must be in a Azure DevOps project
    • View Cloudwatch logs
  • How: Use the 10 minute tutorial for Step Functions
  • Note that this page gets continued in SAM - Combining Lambda and Step Functions in AWS Toolkit for VS Code in which we also deploy the step function from the SAM.

→ Read more...

2021/09/24 08:07 · sjoerd
You could leave a comment if you were logged in.
start.txt · Last modified: 2021/10/13 20:57 by sjoerd