Add Billing API Port To VConnect RP Network Security Group

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 here 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]
InputDescription

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.

Last updated