Azure Stack Hub Multi Stamp Management
Cloud Assert HomeDocs Home
2201.1
2201.1
  • Introduction
  • Release Notes
  • 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
        • Create Service Principal from Azure Portal
  • Others
    • Troubleshooting
      • Configure VConnect PowerShell Modules
      • Stamp Connectivity
      • Stamp Syncing
      • Enable MSM VConnect Scheduled Tasks
      • Add Billing API Port To VConnect RP Network Security Group
      • Add Transaction Log Shrink Job in SQL Server
      • Update Client Secret in AzureStack Hub Connection
Powered by GitBook
On this page

Was this helpful?

  1. Others
  2. Troubleshooting

Add Billing API Port To VConnect RP Network Security Group

PreviousEnable MSM VConnect Scheduled TasksNextAdd Transaction Log Shrink Job in SQL Server

Last updated 3 years ago

Was this helpful?

The following steps will help to add Billing API port to VConnect Resource Provider network security group

  • Open a PowerShell window in the Cloud Asset RP machine or the virtual machine that has the issues / to be validated

  • Click for the steps to install the Cloud Assert PowerShell modules

  • Please Ensure AzureRM module is available

  • Run the following command to add Billing API port to VConnect Resource Provider network security group

Add-BillingApiPortToVConnectRpNsg -TenantArmEndpoint [tenant-arm-endpoint] -TenantSubscriptionId [tenant-subscription-id] -VConnectRpResourceGroup [resource-group]
Input
Description

TenantArmEndpoint

Azure Stack Tenant Arm Endpoint.

TenantSubscriptionId

Tenant Subscription Id in which VConnect RP is deployed.

VConnectRpResourceGroup

Tenant Resource Group in which VConnect RP is deployed.

here