AeroLeads people directory · profile

Michael Marcus Email & Phone Number

Lead DevOps Engineer at Ascent
Location: United Kingdom 8 work roles 1 school
1 work email found @wealth-dynamix.com LinkedIn matched
✓ Verified July 2026 4 data sources Profile completeness 100%

Contact Signals · 1 work email

Work email m****@wealth-dynamix.com
LinkedIn Profile matched
3 free lookups remaining · No credit card
Current company
Role
Lead DevOps Engineer
Location
United Kingdom
Company size

Who is Michael Marcus? Overview

A concise factual answer block for searchers comparing this professional profile.

Quick answer

Michael Marcus is listed as Lead DevOps Engineer at Ascent, a with 451 employees, based in United Kingdom. AeroLeads shows a work email signal at wealth-dynamix.com and a matched LinkedIn profile for Michael Marcus.

Michael Marcus previously worked as Lead DevOps Engineer at Wolters Kluwer Uk and Lead DevOps Developer at Wealth Dynamix. Michael Marcus holds Postgraduate Certificate In Computing from The Open University.

Company email context

Email format at Ascent

This section adds company-level context without repeating Michael Marcus's masked contact details.

{first}.{last}@wealth-dynamix.com
86% confidence

AeroLeads found 1 current-domain work email signal for Michael Marcus. Compare company email patterns before reaching out.

Profile bio

About Michael Marcus

Michael Marcus is a Lead DevOps Engineer at Ascent. He possess expertise in requirements gathering, customer service, resource description framework, graphdb, automation and 19 more skills. Colleagues describe him as "Mike joined my team bringing a wealth of knowledge maintaining two of Parliament's critical data integration platforms - data.parliament.uk and search.parliament.uk. His work spanned server maintenance, network troubleshooting and data quality improvements. He did a good job using SPARQL, SQL, PowerShell, IIS and mostly his unflinching determination to fix a problem. Working with internal and external stakeholders I had a constant feed of praise for Mike's friendly and helpful… Show more"

Listed skills include Requirements Gathering, Customer Service, Resource Description Framework, Graphdb, and 20 others.

Current workplace

Michael Marcus's current company

Company context helps verify the profile and gives searchers a useful next step.

Ascent
Ascent
Lead DevOps Engineer
reading, reading, united kingdom
Website
Employees
451
AeroLeads page
8 roles · 14 years

Michael Marcus work experience

A career timeline built from the work history available for this profile.

Lead Devops Engineer

Current
Mar 2022 - Present

Lead Devops Engineer

- Merging disparate tools into Azure DevOps and Application InsightsIntegrated desperate repos, pipelines, and NuGet feeds into Azure DevOps. Replaced self-hosted agent VMs with MS hosted agents using managed instances. Replaced manual provisioning and maintenance of infrastructure with infrastructure as code by using ARM templates in Azure DevOps deployment pipelines. Integrated separate logging and monitoring solutions into centralised logging and monitoring in Application Insights and Azure monitor.- Static code analysis + security scansIntroduced pull request triggered build validation pipelines that run static code analysis (SonarQube) and fail builds if a quality gate is not met. Created a portfolio structure in SonarQube using regex to automatically move projects into the correct portfolio so that services can be monitored on individual repo, component, application, and product levels. Also added tasks to perform security scans (BlackDuck, Checkmarx) on the pull request triggered pipelines.- Migration of legacy platformCreated a new cluster to replace the outdated Service Fabric cluster used in environments. The new cluster requires a major version match of the OS between Windows Docker containers and nodes rather than an exact patch match, allowing images to be hardened. All environments (dev, test, prod) use the same ARM template with variable changes to enforce uniform states. Deployment moved to Azure DevOps and used managed tasks rather than scripts and self-built console apps making deployments ten times faster.

Mar 2020 - Mar 2022

Lead Devops Developer

- Centralised loggingPreviously logs were only generated locally on the VM. I added Application Insights to the full application stack with another developer creating a plugin in the managed CRM which added telemetry from there. This allowed us to trace every operation from page view to potential exception and identify reasons for poor performance. It also allowed us to have automated alerts for certain issues and for testers to pass greater information to developers when tests failed.- Replacing self-hosted infrastructureNew infrastructure could take weeks and the process was completely manual. I replaced this approach by using Infrastructure as code (ARM templates and PowerShell) deploying resources to Azure which allowed environments to be spun up and torn down in minutes, as required. This also removed the need for VM maintenance and made solutions scalable- Training staff to use Azure and Azure DevOpsTeaching developers who have never used Azure or Azure DevOps how to use them to build and deploy applications through multiple environments.- Replacing bespoke solutions with light weight managed alternativesThe previous CI/CD solution was built using C# console apps which required a large maintenance overhead as they needed to be rewritten if testing tools or application components changed. I replaced these with standard Azure DevOps tools and, when not possible, short versioned PowerShell scripts.

Jun 2019 - Mar 2020

Lead Devops

London, United Kingdom

In addition to previous responsibilities, as lead I also:- Managed a small teamResponsible for training, planning and prioritising the work of two DevOps Engineers in the Data and Search development team. Providing full lifecycle coverage of the new data platform, two legacy data platforms and several other apps.- Migration of on-prem legacy systems to AzureRather than following a “lift and shift” approach we rebuilt them from scratch leveraging cloud technology for lower costs and lower ongoing support needs i.e. app services instead of virtual machines. This followed the strategy of moving towards SaaS. We also improved components by replacing depreciated technologies and updating underlying components such as Tomcat (and Java) to the latest versions. This increased availability and performance and saved £129K p/a in hosting and licencing costs.- Centralised logging and automating monitoringReplaced the previous centralised logging and monitoring solution (SCM) with Applications Insights. This required resolving the bug we found with one of the app insights SDKs. We resolved this by using the same SDK (portal) across all services and then automating the set-up with an arm template deployed by Azure DevOps- Created live dashboardsBy creating dashboards running from App Insights queries I could monitor the platform at a glance. In the event of issues this provided a good starting point for writing Kusto queries to see what's going on in more detail. It also provided an easy visualisation during a release to make sure everything is still going smoothly.

Feb 2017 - Feb 2019

Devops Engineer

London, United Kingdom

- Liaising with external developers, data scientists, data journalists and academics, particularly when using our machine readable endpoints- Liaising with the architects, data scientists, data analysts and domain experts who created the data models we use- Migration/transformation of data between data platforms and the APIs of 3rd party data sources- 2nd and 3rd line application and infrastructure support including troubleshooting the root causes and coming up with fixes along with the developers and automating workarounds until the fixes are released- Automating common fixes to problems. Improved existing solutions such as overnight restarts by running them in response to automated availability tests. Downtime came in minutes when it happened and for the first time the system in question achieved over 99.9% availability- Creating CI/CD and Infrastructure as Code. With a goal of instituting CI/CD using Azure DevOps we created the pipelines to build and deploy our software. By using ARM templates we could provision and teardown our infrastructure. This not only meant clean versions were deployed but removed the need to maintain infrastructure with the latest versions of components. Infrastructure chosen was in keeping with a goal to be as close to SaaS as possible i.e. Logic Apps > App Services > Virtual Machines

Sep 2016 - Jan 2017

Aplication Support

London, United Kingdom

Responsibilities- 2nd line support (content correction, troubleshooting, fixes) of applications and databases- Deployment of infrastructure and applications- Monitoring of systems- Testing- Database administration- Documentation- Liaising with key business users- Liaising with the development, infrastructure and network teamsKey Achievements- Faster identification of problems via improved queries. Identifying common problems by finding a pattern with the problems so they could be queried rather than spotted individually (SQL, SPARQL) - Automated monitoring. Automating the availability checks that were manually performed by staff on systems by using free 3rd party tools- Knowledge sharing. Documenting and showing other members of the team how I did the above so that they could apply the same techniques to their work- Resolving communication problems between teams. Helping resolve the deadlock between the application support team and the development team that had resulted in a block of the latest release of the data.parliament system. (Largely a result of a toxic relationship that had developed between these teams previously).

Dec 2015 - Aug 2016
Team & coworkers

Colleagues at Ascent

Other employees you can reach at ascent.software. View company contacts for 451 employees →

1 education record

Michael Marcus education

FAQ

Frequently asked questions about Michael Marcus

Quick answers generated from the profile data available on this page.

What company does Michael Marcus work for?

Michael Marcus works for Ascent.

What is Michael Marcus's role at Ascent?

Michael Marcus is listed as Lead DevOps Engineer at Ascent.

What is Michael Marcus's email address?

AeroLeads has found 1 work email signal at @wealth-dynamix.com for Michael Marcus at Ascent.

Where is Michael Marcus based?

Michael Marcus is based in United Kingdom while working with Ascent.

What companies has Michael Marcus worked for?

Michael Marcus has worked for Ascent, Wolters Kluwer Uk, Wealth Dynamix, Parliamentary Digital Service, and Missing People.

Who are Michael Marcus's colleagues at Ascent?

Michael Marcus's colleagues at Ascent include Kathryn Jonas, Stephen Debono, Roman Wimmer, Eric Hamor, and Birgit Konrad.

How can I contact Michael Marcus?

You can use AeroLeads to view verified contact signals for Michael Marcus at Ascent, including work email, phone, and LinkedIn data when available.

What schools did Michael Marcus attend?

Michael Marcus holds Postgraduate Certificate In Computing from The Open University.

What skills is Michael Marcus known for?

Michael Marcus is listed with skills including Requirements Gathering, Customer Service, Resource Description Framework, Graphdb, Automation, Solr, Troubleshooting, and Microsoft Azure.

Find 750M verified contacts

Search by job title, company, industry, location, and seniority. Export verified B2B contact data when you need it.

People with similar names

Check these profiles if this is not the Michael Marcus you were looking for.

View similar profiles