Skip to content
View andaryjo's full-sized avatar
Block or Report

Block or report andaryjo

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

Pinned

  1. trias-client trias-client Public archive

    Lean Node.js client for public transport TRIAS APIs

    TypeScript 20 3

  2. local-guides-client local-guides-client Public

    Unofficial client library to fetch contribution data for Google Maps Local Guides

    JavaScript 1

  3. Azure Tales: Resource locks don't do... Azure Tales: Resource locks don't do what you may think they do
    1
    # Azure Tales: Resource locks don't do what you may think they do
    2
    
                  
    3
    Before we start, names can be confusing, so let's make sure that we are on the same page.
    4
    By resource locks I mean the locks that lock Azure resources to prevent their modification or deletion.
    5
    Depending on what Azure client you use, you might also know them as
  4. Azure Tales: The Scale Set that care... Azure Tales: The Scale Set that cares too much about Load Balancer rules
    1
    # Azure Tales: The Scale Set that cares too much about Load Balancer rules
    2
    
                  
    3
    I've seen the error `CannotRemoveRuleUsedByProbeUsedByVMSS` quite a few times now in my Terraform logs, but I've never came around to care enough to actually look into it. Instead, I acknowledged that likely some dependencies are not set up right, shrugged it off and nuked and rebuilt the whole infrastructure, because that was way faster than having to dive into yet another Azure Terraform problem. It was a problem for the future. Well, the future is now.
    4
    
                  
    5
    Some background information on what we're dealing with here. We are operating a Virtual Machine Scale Set that runs a mission-critial ingress for our large-scale IT platform (we had used Azure Application Gateway before, but its limitations made us decide to rather build something on our own). In front of that Scale Set is an Azure Load Balancer, with Load Balancing rules configured for every protocol and port we have a backend service for. Updates to the list of backend services in our ingress happen quite often, which is why also need to update the Load Balancing rules quite often (but their code gets rendered automatically, so that's not a problem).
  5. Azure Tales: Private Endpoints don't... Azure Tales: Private Endpoints don't care about your feelings
    1
    # Azure Tales: Private Endpoints don't care about your feelings
    2
    
                  
    3
    Recently, the team and I encountered weird networking behavior on Azure which just baffled us. We are developing a platform based on Azure's Hub & Spoke Network Topology reference architecture and are using the Azure Firewall as central routing component to route traffic from spoke to spoke. A simplified architecture diagram would look somewhat like this:
    4
    
                  
    5
    ![hs-architecture](https://user-images.githubusercontent.com/66257646/253541015-498a0c9a-be14-44ab-aea8-c91b0da2ff51.png)
  6. oepnv-covid19 oepnv-covid19 Public archive

    Data regarding the estimated usage of public transport in Germany during the COVID-19 pandemic in 2020.

    4