Update Billing Resource Provider Details

In case Billing resource provider for Multi-Stamp Management is deployed prior to deploying the VConnect resource provider, the following steps must be done once the License Activation steps are performed.

Host VM

  1. Navigate to 'C:\CloudAssert\VConnectMSM' folder.

  2. Copy 'Utility' folder.

VConnect Resource Provider VM

  1. Paste the 'Utility' folder in the desktop.

  2. Open an elevated PowerShell window and navigate it inside the 'Utility' folder.

  3. Run the 'UpdateBillingRPSettings.ps1' file by providing the Billing API URL, user and password that was used in Install Billing Resource Provider.

The Billing API URL will be in the format https://billing.cloudassert.<Region>.<FQDN>:44306

.\UpdateBillingRPSettings.ps1 -BillingApiUrl "https://billing.cloudassert.<Region>.<FQDN>" -BillingApiUser "" -BillingApiPassword ''

E.G.:
.\UpdateBillingRPSettings.ps1 -BillingApiUrl "https://billing.cloudassert.local.azurestack" -BillingApiUser "admin" -BillingApiPassword 'TestP@ss1234' -VConnectApiUrl "https:\\localhost:44305" -VConnectApiUser "cloudassertadminuser" -VConnectApiPassword 'TestP@ss1234'

Parameter Name

Description

Required

BillingApiUrl

The password used for accessing Billing API URL

Required

BillingApiUser

The password used for accessing Billing API user name

Required

BillingApiPassword

The password used for accessing Billing API service

Required

VConnectApiUrl

VConnect API service URL (https:\\localhost:44305)

Optional

VConnectApiUser

VConnect API Service user (cloudassertadminuser)

Optional

VConnectApiPassword

VConnect API Service password.

Optional

Last updated