Azure Stack Hub Multi Stamp Management
Cloud Assert HomeDocs Home
2010.1
2010.1
  • Introduction
  • Key Concepts
    • ADMIN
      • Manage Stamps
      • Updates
      • Images and Marketplace
      • Usage and Billing
      • Capacity and Infrastructure Management
      • Alerts
      • Diagnostics
      • Tenant Services
      • Email Reports
      • Offline Marketplace Download
  • INSTALLATION
    • Prerequisites
      • PKI Certificate Requirements
      • AzureStack Certification Authority certificate
      • Create SQL Server VM and necessary databases in a tenant subscription
    • Deployment
      • Validating Prerequisites
      • Install VConnect RP
      • License Activation
        • Offline Activation
      • Update Billing Resource Provider Details
      • Remove VConnect RP
      • Version Update
  • Configuration
    • Configure SMTP Settings
    • Configure Automated Emails
    • Configure Remote Machine for PowerShell Access
    • Configure Offline Marketplace Download
    • Configure a new Azure Stack Hub Stamp
      • Configure an Azure AD Stamp
      • Configure an ADFS Stamp
Powered by GitBook
On this page
  • Host VM
  • VConnect Resource Provider VM

Was this helpful?

  1. INSTALLATION
  2. Deployment

Update Billing Resource Provider Details

PreviousOffline ActivationNextRemove VConnect RP

Last updated 4 years ago

Was this helpful?

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 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.

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

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

Install Billing Resource Provider
License Activation