# 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](/azure-stack-hub-multi-stamp-management/2012.3/installation/deployment/license-activation.md) steps are performed.

## Host VM

1. Navigate to 'C:\CloudAssert\VConnectMSM' folder.
2. Copy 'Utility' folder.

![](/files/-MCq1Avequt2NahPfao8)

## 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](https://docs.cloudassert.com/azure-stack-billing/v/2007/installation/deployment/installation).

{% hint style="info" %}
The Billing API URL will be in the format ***<https://billing.cloudassert.\\><Region>.\<FQDN>:44306***
{% endhint %}

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

![](/files/-MCq6LqGq1j6aPUf9eO5)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudassert.com/azure-stack-hub-multi-stamp-management/2012.3/installation/deployment/update-billing-resource-provider-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
