Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 3.24 KB

find-ids.md

File metadata and controls

68 lines (44 loc) · 3.24 KB
title description author ms.author ms.service ms.topic ms.date ms.custom
Find IDs for calling Azure Education Hub APIs
Learn how to find all the IDs that you need to call the APIs in the Azure Education Hub.
vinnieangel
vangellotti
azure-education
how-to
12/21/2021
template-how-to

Find IDs for calling Azure Education Hub APIs

This article helps you gather the IDs that you need to call the Azure Education Hub APIs. If you go through the Education Hub UI, these IDs are gathered for you. To call the APIs publicly, you must have a billing account ID, billing profile ID, and invoice section ID.

Prerequisites

You must have an Azure account linked with the Education Hub.

Before you begin

  1. Sign in to the Azure portal.

  2. Search for billing, and then select Cost Management + Billing in the results.

    :::image type="content" source="./Media/find-ids/navigate-to-billing.png" alt-text="Screenshot that shows a search result for cost management and billing." border="true":::

Get the billing account ID

  1. On the left pane, under Settings, select Properties.

  2. The ID value is the billing account ID. If you want to copy it for later use, select the Copy button.

    :::image type="content" source="./Media/find-ids/find-billing-account-id.png" alt-text="Screenshot that shows a billing account ID.":::

Get the billing profile ID

  1. On the left pane, under Billing, select Billing profiles.

  2. Select the desired billing profile.

    :::image type="content" source="./Media/find-ids/navigate-to-billing-profile.png" alt-text="Screenshot that shows the pane for billing profiles." border="true":::

  3. On the left pane, under Settings, select Properties.

  4. Under Billing profile, the ID value is the billing profile ID. If you want to copy it for later use, select the Copy button.

    :::image type="content" source="./Media/find-ids/find-billing-profile-id.png" alt-text="Screenshot that shows a billing profile ID." border="true":::

    The billing account ID also appears on this pane, under Billing account.

Get the invoice section ID

  1. On the left pane, under Billing, select Billing profiles.

  2. Select the desired billing profile.

    :::image type="content" source="./Media/find-ids/navigate-to-billing-profile.png" alt-text="Screenshot that shows the pane for billing profiles." border="true":::

  3. On the left pane, under Billing, select Invoice sections.

  4. Select the desired invoice section.

    :::image type="content" source="./Media/find-ids/navigate-to-invoice-section.png" alt-text="Screenshot of the pane that lists invoice sections." border="true":::

  5. On the left pane, under Settings, select Properties.

  6. Under Invoice section, the ID value is the invoice section ID. If you want to copy it for later use, select the Copy button.

    :::image type="content" source="./Media/find-ids/find-invoice-section-id.png" alt-text="Screenshot that shows an invoice section ID." border="true":::

    The billing account ID also appears on this pane, under Billing account.

Related content