Skip to content
View prombouts's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@sogeti
Block or Report

Block or report prombouts

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
prombouts/README.md

About

Cloud Solution and Software Architect with a strong focus on the Microsoft Azure platform. Supporting enterprise organisations in the Netherlands as consultant, lead developer and architect.

Currently employed as a fully QSD Certified software consultant, Microsoft Certified Azure Architect and AWS Certified Solution Architect in the Netherlands. Projects include the energy sector, local and national government organisations, insurance companies and fintech. Peter is also an author of eLearning videos and eBooks on Microsoft Azure at Packt.

Peter focuses on architecting and desiging maintainable, future-proof and resilient platforms and systems. His specialities are Serverless, .Net, Cloud Software Architecture, Cloud Native, Service Integration and Cloud Solution Design (Microsoft Azure and AWS)

Online Profiles

Pinned

  1. vsts-auto-tagging vsts-auto-tagging Public

    This VSTS extension adds tags to all resources in any given resourcegroup in Azure

    PowerShell 2 1

  2. SSLChecker SSLChecker Public

    Check for SSL expiry using Azure Functions

    C# 1

  3. Install or update the latest Terrafo... Install or update the latest Terraform binary on your WSL/Linux instance
    1
    #!/bin/bash
    2
    
                  
    3
    LATEST_RELEASE=$(curl -s https://checkpoint-api.hashicorp.com/v1/check/terraform | jq -r .current_version)
    4
    CURRENT_RELEASE=$(terraform version -json | jq -r .terraform_version)
    5
    if [[ ${LATEST_RELEASE} != $CURRENT_RELEASE ]]; then
  4. terraform-provider-test terraform-provider-test Public

    Example Terraform Custom Provider

    Go