# Billing RP

### **Backup the current version artifacts**

* Take a back up of the  Admin extension, Tenant extension and RP API web.config files
  * Admin Extension - C:\inetpub\AzureStack-BillingAdminExtension\Web.config
  * Tenant Extension - C:\inetpub\AzureStack-BillingTenantExtension\Web.config
  * RP API - C:\inetpub\AzureStack-BillingRP\Web.config

### Install the new build

#### Admin Extension

* In the command prompt, change the directory to the AdminExtension folder
* Run the command “CloudAssert.AzureStack.Billing.Extension.Admin.deploy.cmd /y”
* Refer to the previous version of the config file and change the current web.config app settings values

**Tenant Extension**

* In the command prompt, change the directory to the TenantExtension folder
* Run the command “CloudAssert.AzureStack.Billing.Extension.Tenant.deploy.cmd /y”
* Refer to the previous version of the config file and change the current web.config app settings values

#### Billing RP

* In the command prompt, change the directory to the RP folder
* Run the command “CloudAssert.MAS.Billing.RP.Web.deploy.cmd /y”
* Refer to the previous version of the config file and change the current web.config app settings values


---

# 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-billing/2010.2/installation/updates/billing-rp.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.
