Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Create a resource group named rg-Assignment and put your all resources in this assignment into rg-Assignment 2. Create an Azure SQL DB by using

image text in transcribedimage text in transcribed

1. Create a resource group named "rg-Assignment" and put your all resources in this assignment into rg-Assignment 2. Create an Azure SQL DB by using AdventureWorksLT sample db. 3. Create a simple/one page web site project by using any web technology (js, html,asp.net, Php, Java etc), on the initial web page, o Put your group members info like full name, student IDs o Do a Select operation like "select top 10 * from customer" and show as a table on the page o This web site will read a customer id from user and put it into an Azure Queue named "queuecustomerid" 4. Create a function app, type is queue trigger. It reads customer id from "queuecustomerid" then finds the customer in the Customers table then updates the name of it as yourname(s). 5. Open your web site, do "enter 3 customers id", and take your browser screen (task1-551, task1-552, task1-553) 6. On the resource list under "rg-Assignments", take your browser screen (task1-554) 7. On the function logging screen, take your browser screen (task1-555) shows the output of the function running for 3 times (customer IDs) 8. Create a text file named "myfunction Code.txt" and put your Function code into the file 9. Upload the files below to Learn site o Task1-SSS o myfunctionCode.txt o The code of the web site. put customer id into queue Queue: customer id Web App reads customer id then put it into the queue Shows customer info like id, name 3 Azure SQLDB 7 Function app 5 Event type:Storage queue reads customer id updates customer name based on customer id 1. Create a resource group named "rg-Assignment" and put your all resources in this assignment into rg-Assignment 2. Create an Azure SQL DB by using AdventureWorksLT sample db. 3. Create a simple/one page web site project by using any web technology (js, html,asp.net, Php, Java etc), on the initial web page, o Put your group members info like full name, student IDs o Do a Select operation like "select top 10 * from customer" and show as a table on the page o This web site will read a customer id from user and put it into an Azure Queue named "queuecustomerid" 4. Create a function app, type is queue trigger. It reads customer id from "queuecustomerid" then finds the customer in the Customers table then updates the name of it as yourname(s). 5. Open your web site, do "enter 3 customers id", and take your browser screen (task1-551, task1-552, task1-553) 6. On the resource list under "rg-Assignments", take your browser screen (task1-554) 7. On the function logging screen, take your browser screen (task1-555) shows the output of the function running for 3 times (customer IDs) 8. Create a text file named "myfunction Code.txt" and put your Function code into the file 9. Upload the files below to Learn site o Task1-SSS o myfunctionCode.txt o The code of the web site. put customer id into queue Queue: customer id Web App reads customer id then put it into the queue Shows customer info like id, name 3 Azure SQLDB 7 Function app 5 Event type:Storage queue reads customer id updates customer name based on customer id

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

More Books

Students also viewed these Databases questions