# Scaling Up the App Service Plan

There are two workflows for scaling-scale up and scale out. Let us first see the steps to scale up Inforiver app in Azure App Service.&#x20;

### Scale Up the App Service Plan

1. Select Inforiver Webapp.
2. Click on **Scale up(App Service plan)** on the left-side menu.

<figure><img src="/files/CZSFdZLxaYo9OcnamsDK" alt=""><figcaption><p><strong>Scale Up App Service plan</strong></p></figcaption></figure>

3. Choose the desired pricing tier that corresponds to the scale level you want. Then, click **Select.**

### Scale Out the App Service Plan

1. Select Inforiver Webapp.
2. Click on **Scale out (App Service plan)** on the left-side menu.

<figure><img src="/files/4hROfpeUZIGsujJLlJsJ" alt=""><figcaption><p><strong>Scale Out App Service plan</strong></p></figcaption></figure>

3. In the Scale out method, choose **Rules Based** and configure **Manage rules based scaling.** You can ignore this if **Automatic** scaling is enabled.
4. Then configure the **Autoscale setting** based on your requirements.

<figure><img src="/files/TnCSR0CxvmJP8OUKy3CT" alt=""><figcaption><p><strong>Autoscale setting Configuration</strong></p></figcaption></figure>

5. Click **Save** to save your settings.

#### Other Resources

To learn more on scaling up and scaling out, refer this [page](https://learn.microsoft.com/en-us/azure/app-service/manage-scale-up).


---

# 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.inforiver.com/inforiver-enterprise-on-prem/how-to-guides/scaling-up-the-app-service-plan.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.
