What does 'Click here to enable Partner Generated Billing and configure your partner billing settings' indicate?
search cancel

What does 'Click here to enable Partner Generated Billing and configure your partner billing settings' indicate?

book

Article ID: 283720

calendar_today

Updated On: 09-19-2024

Products

CloudHealth

Issue/Introduction

If you see the message shown below after enabling PGB within a customer record (as shown in the attached screenshot below)

This indicates that a partner bill generation bucket has not been configured in your partner billing setup under Setup / Admin / Settings

 

Resolution

Please ensure that the defined role contains the appropriate PUT permissions to write objects to the bucket. Please see an example below.

{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource": [
"arn:aws:s3:::msptest2018cht",
"arn:aws:s3:::msptest2018cht/*"
]
}

Without a valid Bill Generation bucket, PGB will not function as expected, and channel costs will not pass through to customer tenants.