Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Validate Azure Resource Relationships with PSRule and PowerShell Graphs"
description: "Learn how to combine PSRule for Azure with PSQuickGraph to validate relationships that span multiple Bicep resources, such as VNet integration and private endpoint connectivity."
author: eosfor
author: Andrey Vernigora
authors:
- eosfor
- Andrey Vernigora
date: 2026-07-24T00:00:00+00:00
categories:
- DevOps
Expand Down
23 changes: 23 additions & 0 deletions content/authors/andrey-vernigora/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Andrey Vernigora"
preferred_name: "Andrey"
tagline: "Developer platforms, PowerShell, Azure, and observable systems"
avatar: "https://avatars.githubusercontent.com/u/9363027?v=4"
website: "https://azazello.darkcity.dev"
github: "https://github.com/eosfor"
aliases:
- /authors/eosfor/
---

I am a hands-on software architect with more than 20 years of experience building
developer platforms, delivery automation, and production infrastructure. I work
primarily with PowerShell, C#/.NET, and Azure, turning infrastructure complexity
into application-centric self-service workflows using CI/CD, GitOps, Kubernetes,
infrastructure as code, and observability.

I build PowerShell tools and write about Azure automation, graph-based
infrastructure analysis, messaging, and data visualization. My open-source projects
include [PSQuickGraph](https://github.com/eosfor/PSGraph),
[PSGraphView](https://github.com/eosfor/PSGraphView),
[ipmgmt](https://github.com/eosfor/ipmgmt), and
[pubs](https://github.com/eosfor/pubs).
Loading