Azure Stack Hub Billing
Cloud Assert HomeDocs Home
2007
2007
  • Introduction
  • Release Notes
  • Key Concepts
    • Pricing Profile
    • Credits
  • Installation
    • Prerequisites
      • PKI Certificate Requirements
      • Azure Stack Certification Authority certificate
    • Deployment
      • Install Billing Resource Provider
        • High Availability and Scale Deployment considerations
      • Operations and Monitoring
      • Billing Database and Log File Configuration
      • License Activation
      • Update VConnect Resource Provider With Billing Details
    • Configuration
      • Setup pricing profile and quotas
      • Invoice
      • Add Billing service to Azure Stack Plan
      • Add the resource provider in Tenant Portal
      • Mapping Subscriptions
      • How to add a new stamp as a connection?
    • Remove Resource Provider
    • Steps for version update
  • Features
    • Admin Features
      • Settings
      • Pricing Profile
      • Usage History
      • Invoice
      • Quotas
      • User Credits
      • Usage & Quota
      • Notifications
      • Health Status
      • Customizations
    • Tenant Features
      • Overview
      • Usage History
      • Invoice
      • Notifications
      • Usage and Quota
      • Billing Profile Creation
  • Others
    • Troubleshooting
      • Cost Management
    • Multi-Stamp Azure Stack Hub
Powered by GitBook
On this page

Was this helpful?

  1. Installation
  2. Deployment

Update VConnect Resource Provider With Billing Details

PreviousLicense ActivationNextConfiguration

Last updated 4 years ago

Was this helpful?

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

VCONNECT RESOURCE PROVIDER VM

Login to the machine from where the Billing resource provider was installed.

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

  2. Copy 'Utility' folder.

3. Open the VConnect resource provider VM.

4. Paste the folder in the desktop.

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

Parameter Name

Description

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

.\UpdateVConnectWithBillingSettings.ps1 -BillingApiPassword 'fill-here'

E.G.:
.\UpdateVConnectWithBillingSettings.ps1 -BillingApiPassword 'TestP@ss1234'

8. Navigate to Admin VConnect extension and click Connections -> Azure Stack Hub.

9. Click Edit for each connection and click the Save button to sync the connection in Billing.

6. Run the 'UpdateVConnectWithBillingSettings.ps1' file by providing the Billing API password that was used in .

7. Copy any certificates (VConnectClientCertificate.cer) created for "" in VConnect into Billing resource provider VM and import them into Personal store.

Install Billing Resource Provider
Configuring a new Azure Stack Hub Stamp
License Activation