DEV Community

Cover image for Navigating Azure Hierarchy
Bamidele Kolawole
Bamidele Kolawole

Posted on

Navigating Azure Hierarchy

As part of my cloud engineering journey, I've been diving deep into Azure architecture, and I'd love to share my experience with you.

Recently, I worked on designing an Azure hierarchy for Beysville, and I'm excited to walk you through it.

Let's break it down:

  1. Root (Tenant): The foundation of our Azure setup is the tenant, which represents Beysville's unique identity - beysville.online.

  2. Management Groups: These groups help organize subscriptions and resource groups, enabling efficient management and governance.

  3. Subscriptions: We created separate subscriptions for different departments, ensuring isolated environments for development, testing, and production.

  4. Resource Groups: Each subscription contains resource groups, which hold related resources (e.g., VMs, storage, networks).

  5. Resources: Finally, we have individual resources, such as virtual machines, databases, and storage containers

Designing this hierarchy for Beysville taught me:

  • The importance of scalable architecture

  • Effective resource organization and governance

  • Seamless collaboration between departments

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay