> For the complete documentation index, see [llms.txt](https://docs.cloudassert.com/azure-stack-hub-multi-stamp-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudassert.com/azure-stack-hub-multi-stamp-management/2010.1/installation/deployment/update-billing-resource-provider-details.md).

# 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/2010.1/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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
