Measuring energy consumption in Azure

LOCK, TIM 0 Reputation points
2024-07-12T06:28:39.7166667+00:00

I'm looking for a way to calculate the SCI score for my application which is running on Azure, using the Azure API. I need information about the energy consumption and the hardware specifications, for example the CPU model and RAM. I allready took a deeper look at the Azure API reference but I couldn't find anything.

The Impact Emission Dashboard is no option here sadly.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,049 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,596 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 10,896 Reputation points MVP
    2024-07-12T08:06:43.84+00:00

    Hi, Tim

    You will need to pull together data from multiple sources, including the Emissions Impact Dashboard.

    Diagram of creating a sustainability model based on available proxies that scores the carbon impact of an application.

    i.e., Measure Azure app sustainability by using the SCI score

    SCI = C * R
    

    The components are:

    • SCI. Software Carbon Intensity result.
    • C. The carbon emissions for the application.
    • R. The scaling factor for the application.

    Each application service will be different, if this isn't suitable then you may need: Microsoft Sustainability Manager, for a more robust solution.

    0 comments No comments