From f7337e047ff59a3824ef71045aee4bcba31a563e Mon Sep 17 00:00:00 2001 From: eosfor <9363027+eosfor@users.noreply.github.com> Date: Sun, 16 Aug 2026 13:56:01 -0700 Subject: [PATCH] Add Andrey Vernigora author profile --- ...ships-with-psrule-and-powershell-graphs.md | 4 ++-- content/authors/andrey-vernigora/_index.md | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 content/authors/andrey-vernigora/_index.md diff --git a/content/articles/2026-07-24-validate-azure-resource-relationships-with-psrule-and-powershell-graphs.md b/content/articles/2026-07-24-validate-azure-resource-relationships-with-psrule-and-powershell-graphs.md index 76efdebf5..581b82595 100644 --- a/content/articles/2026-07-24-validate-azure-resource-relationships-with-psrule-and-powershell-graphs.md +++ b/content/articles/2026-07-24-validate-azure-resource-relationships-with-psrule-and-powershell-graphs.md @@ -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 diff --git a/content/authors/andrey-vernigora/_index.md b/content/authors/andrey-vernigora/_index.md new file mode 100644 index 000000000..79169c825 --- /dev/null +++ b/content/authors/andrey-vernigora/_index.md @@ -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).