Enabling End Users To View Usage Costs And Quota Consumption For Subscriptions Across Stamps

The tenant users can view the usage cost and quota consumption for the subscriptions that they own across stamps. the following are the steps to enable the same.

This feature is currently supported only for connected Azure Stack Hub integrated with single Azure Active directory tenant.

Azure Portal

  • Create new multi-tenant app E.g. Billing_Consent_App.

  • Ensure the following API permissions are specified.

    • Microsoft. Graph -> Directory.Read.All, openid, profile and User.Read

Billing Resource Provider VM

  • Update the app ID created in Azure portal using the command 'UpdateBillingConsentAppId.ps1' from the Billing resource provider VM.

  • When prompted, specify the app ID.

  • The script 'UpdateBillingConsentAppId.ps1' will be available as part of the patch updates.

Azure Stack Portals

  • Create a plan 'CrossStampmanagement' with billing service.

  • Create an offer and attach the plan.

  • Create a User Subscription (E.g. 'CrossStampManagementSubscription') for an operator account.

  • Login to tenant portal as the operator and register the billing service for CrossStampManagementSubscription.

  • Click Billing -> Manage Subscriptions, click master stamp and click the 'Associate' button.

  • Login to the user account when prompted.

  • Give consent to the Azure app if prompted.

  • Click the newly created subscription - 'CrossStampManagementSubscription' and click the 'Delegate Access' button.

  • From the admin portal click Billing -> settings -> Multi-Stamp Management Settings.

  • Update the 'CrossStampManagementSubscription' subscription ID in 'Management Subscription ID' field and click on the 'Save' button.

Last updated