Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have an Azure App Service API that enables users to upload documents to the cloud with a mobile device. A mobile app connects to

You have an Azure App Service API that enables users to upload documents to the cloud with a mobile device. A mobile app connects to the service by using REST API calls. When a new document is uploaded to the service, the service extracts the document metadata. Usage statistics for the app show significant increases in app usage.
The extraction process is CPU-intensive. You have to modify the API to use a queue. You need to ensure that the solution scales, handles request spikes, and reduces costs between request spikes.
What should you do?
Configure a series of CPU-optimized virtual machine instances and install extraction logic to process a queue.
Move the extraction logic into an Azure Function. Create a queue-triggered function to process the queue.
Configure a CPU-optimized virtual machine and install the web app service on the new instance.
Configure an Azure Container Service to retrieve items from a queue and run across a pool of virtual machine nodes using the extraction logic.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Basics Computer EngineeringInformation Warehouse Basics From Science

Authors: Odiljon Jakbarov ,Anvarkhan Majidov

1st Edition

620675183X, 978-6206751830

More Books

Students also viewed these Databases questions

Question

2. What is the impact of information systems on organizations?

Answered: 1 week ago

Question

Evaluate the impact of technology on HR employee services.

Answered: 1 week ago