🏢 Client Overview: Meridian Equity Advisors

Meridian Equity Advisors is a $3.1 billion investment management firm with 185 employees across three offices (Tampa HQ, Los Angeles, and Chicago). MEA brought me on board to lead their complete migration from legacy on-premises infrastructure to Microsoft Azure, with security and compliance as top priorities.

The Challenge: Legacy Infrastructure Modernization

When MEA engaged me as their Azure Security Consultant, they were facing the typical challenges of a growing financial services firm:

The firm needed a comprehensive cloud migration strategy that would not only modernize their infrastructure but also enhance their security posture to protect $3.1 billion in assets under management.

Migration Strategy: Security-First Approach

Rather than a traditional "lift and shift" migration, I designed a security-first transformation following Microsoft's Cloud Adoption Framework with these four strategic phases:

Phase 1: Identity & Access ✅ Complete

Establish Azure AD foundation, migrate identities, implement zero-trust principles

Phase 2: Secure Networking 🔄 Next

Design hub-and-spoke topology, implement Azure Firewall, establish site-to-site connectivity

Phase 3: Secure Infrastructure ⏳ Planned

Migrate compute workloads, secure databases and storage, implement backup and disaster recovery

Phase 4: Advanced Security ⏳ Planned

Deploy Microsoft Defender suite, implement Azure Sentinel SIEM, establish SOC capabilities

Phase 1 Implementation: Identity Foundation

The first phase focused on establishing a robust identity and access management foundation using Azure Active Directory (now Microsoft Entra ID). This phase was critical as identity serves as the new security perimeter in cloud environments.

Azure AD Tenant Establishment

I began by creating MEA's Azure AD tenant and establishing their corporate identity in the cloud:

# Create the MEA Azure AD tenant Tenant Name: Meridian Equity Advisors Primary Domain: meridianequityadvisors.com Tenant ID: 4a2e[redacted] Region: United States

The custom domain verification was crucial for professional email addresses and seamless integration with existing business processes. This ensures all user identities follow the pattern: firstname.lastname@meridianequityadvisors.com

Organizational Structure Design

Working closely with MEA's HR and IT departments, I designed an organizational structure that reflects their business units and supports proper access governance:

185
Total User Accounts
7
Department Groups
12
Security Groups
8
Service Principals

Department Groups Created:

Security Groups for Data Access:

Service Principal Strategy

For MEA's automated systems and applications, I implemented a comprehensive service principal strategy following the principle of least privilege:

# Key service principals created: MEA-TradingSystem: Portfolio management application access MEA-BackupService: Automated backup operations MEA-MonitoringAgent: Security monitoring and alerting MEA-DataAnalytics: Automated financial data processing MEA-ReportingEngine: Compliance report generation MEA-WebsiteDeployment: CI/CD pipeline for digital assets

Each service principal was configured with specific scopes and time-limited certificates, ensuring that automated systems have only the access they need for their designated functions.

Digital Presence Modernization

Alongside the identity migration, I led the modernization of MEA's digital presence by migrating their legacy website to Azure infrastructure.

Azure Static Web Apps Implementation

The legacy website migration showcased several key Azure capabilities:

DevOps Pipeline Integration

I established a CI/CD pipeline using GitHub Actions that demonstrates modern deployment practices:

# Automated deployment workflow: 1. Code changes pushed to private GitHub repository 2. GitHub Actions triggers Azure Static Web Apps build 3. Automated deployment to Azure infrastructure with security headers 4. SSL certificate validation and DNS propagation verification 5. Performance and basic security validation

This approach ensures that any updates to MEA's digital presence are automatically tested and deployed without manual intervention. Future iterations will include comprehensive security scanning and vulnerability assessment in the pipeline.

Security Configurations Implemented

Throughout Phase 1, I implemented several critical security measures that establish the foundation for MEA's cloud security posture:

Identity Security Measures

Web Application Security

🔒 Security Implementation Status

MEA's Azure infrastructure deployment included comprehensive security header implementation, achieving a B+ security rating on Mozilla Observatory. The next iteration will optimize Content Security Policy further to reach A+ rating, while maintaining the excellent 95/100 Google PageSpeed performance score.

Business Impact and Lessons Learned

Immediate Benefits Realized

Key Technical Insights

Financial Services Considerations

Working with an investment management firm provided unique insights into financial services security requirements:

Looking Ahead: Phase 2 Network Security

With MEA's identity foundation solidly established, Phase 2 will focus on implementing secure networking architecture to support their multi-office operations and remote workforce:

Planned Network Security Implementations

Security Monitoring Foundation

Phase 2 will also begin the implementation of comprehensive security monitoring capabilities that will be fully realized in Phase 4:

📊 Success Metrics - Phase 1

Identity Management: 100% of MEA employees successfully migrated to Azure AD with zero authentication issues
Digital Presence: Website performance improved by 300% with 99.9% uptime on Azure infrastructure
Security Implementation: Achieved B+ security rating with comprehensive threat protection headers
Project Timeline: Phase 1 completed on schedule with zero business disruption

Conclusion

Phase 1 of MEA's Azure migration has successfully established a robust foundation for their cloud transformation. The identity and access management implementation provides the security controls necessary for a financial services firm while enabling the scalability and modern capabilities they need for continued growth.

The combination of properly structured Azure AD tenancy, comprehensive identity governance, and modernized digital presence creates a solid platform for the remaining migration phases. Most importantly, this security-first approach ensures that MEA's $3.1 billion in assets under management and their clients' sensitive financial information are protected by enterprise-grade security controls from day one.

The success of Phase 1 validates the strategic decision to prioritize identity and access management as the foundation of cloud security. As we move into Phase 2, the network security implementations will build upon this identity foundation to create a comprehensive defense-in-depth strategy that meets the stringent requirements of the financial services industry.

Next week: I'll document the Phase 2 planning process and begin implementation of MEA's secure network architecture, including the hub-and-spoke topology design and Azure Firewall deployment strategy.