Inforiver
On-Prem Inforiver Writeback Matrix
On-Prem Inforiver Writeback Matrix
  • 👋Inforiver Writeback Matrix On-Prem
  • Before You Start
    • đŸĒ„Basic Requirements
    • đŸĨŒEntra ID App
    • 📧SMTP Service
    • đŸ•šī¸Inforiver Credentials
    • đŸ“ŗVirtual Network (Optional)
  • Deployment
    • Microsoft Azure
      • Basics
      • Networking
      • SQL Database
      • Inforiver Workspace
      • SMTP
      • Final Deployment
    • Custom Visual Generation
    • Azure AD App Post Configuration
  • Architecture Concepts
    • Overview
    • O365 Permissions
    • External Connections
    • Azure Cost
  • Upgrade
    • Overview
    • Integrate Infobridge with Inforiver (for 2.x users)
    • Integrate EDITable with Inforiver (for 2.x users)
    • Update Inforiver Container Instances (for 3.x users)
    • Update EDITable Container Instance (for 3.x users)
    • Update Inforiver EDITable Container Instances (for 3.x users)
    • Update Inforiver EDITable Container Instances (for 4.x users)
  • How To Guides
    • Overview
    • Register Inforiver App with Certificate
    • Key Vault Integration
    • Custom Domain and SSL
    • Application Gateway Integration
    • Private App Service
    • Diagnostic Settings
    • Configuring Office 365 SMTP
    • Scaling Up Azure Database
    • Creation and Deletion of Database
    • Enabling App Service Logs
    • Scaling Up the App Service Plan
    • Scaling Redis Cache
    • Update Inforiver License
    • Update Azure AD Client & Other Environment Variables
  • Troubleshooting Steps
    • Overview
Powered by GitBook
On this page
  • DTU-based purchasing model
  • Configuration steps for Standard tier
  • vCore purchasing model
  • Configuration steps for General Purpose tier
  1. How To Guides

Scaling Up Azure Database

PreviousConfiguring Office 365 SMTPNextCreation and Deletion of Database

Last updated 1 year ago

Microsoft Azure provides Platform as a Service (PaaS) Database Engine through the Azure SQL Database platform. This enables easy scaling with zero downtime.

Microsoft Azure offers two different purchasing models to provide cost-efficiency:

  • Database Transaction Unit (DTU)-Based purchasing model.

  • Virtual Core (vCore)-Based purchasing model.

You can see the comparison of both the models .

DTU-based purchasing model

DTU-based purchasing model means that you would receive preconfigured bundle that covers the CPU capabilities and memory capacity under fixed monthly payments. This model is available in Basic, Standard, and Premium service tiers. Let us see the steps to configure standard tier.

Configuration steps for Standard tier

  1. Select the SQL database from the Inforiver resource group.

  2. Under the Settings menu, click on Compute + storage.

  3. Choose the Service tier to Standard.

  1. You will see a slider representing the available performance levels in terms of DTUs. Move the slider to select the desired number of DTUs for your database.

  2. As you move the slider, the corresponding pricing and performance details will be displayed. Review them to understand the impact of the change.

  3. Once you have selected the desired number of DTUs, click on Apply button to initiate the scaling operation.

vCore purchasing model

If you choose this model, you have to specify the hardware characteristics you want to have such as memory, storage, the number of cores, etc. as per your needs. Service tier options in the vCore purchasing model include General Purpose, Business Critical, and Hyperscale. Let us now configure for the general purpose tier.

Configuration steps for General Purpose tier

  1. Select the Inforiver database from Inforiver resource group.

  2. Under the Settings menu, click on Compute + storage.

  3. Select the Service tier to General Purpose.

  1. Choose between the Provisioned compute tier or the Serverless compute tier.

  2. You can also change the Hardware Configuration.

  3. You will see a slider representing the available performance levels in terms of Vcores. Move the slider to select the desired number of vCores for your database.

  4. Below the vCore slider, you can also adjust the storage capacity if needed. Click on the Configure storage link to specify the storage capacity in gigabytes (GB).

  5. Click on Apply button to initiate the scaling operation.

here
Standard Tier in DTU based Model
General Purpose Tier in Vcore Model