Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Detail Task 1 (100p) Outcome of the task Prepare an automation script named Assignment2- - PAAS services usage YourGroupName.ps1, taking one parameter named - Automation
Detail Task 1 (100p) Outcome of the task Prepare an automation script named "Assignment2- - PAAS services usage YourGroupName.ps1", taking one parameter named - Automation usage "WebAppCount", by PowerShell to do the operations below. - Zero-touch Create a Resource Group named "rg-CMPE363-assignment2- deployment, via GitHub YourGroupName", put your all resources into this resource group o Create an Azure SQL DB, create a table named "tblEmployee" containing 4 fields EmpName, EmpSurname, EmpAddress, EmpPhone to store Employee info for a company, fill the table with the random values, min 50 rows. o Develop a simple web app project by any technology, connect Azure SQL DB, use the table tblEmployee to do 2-3 simple operations like list, search, delete employees etc. Put your project to GitHub Create $WebAppCount times Azure Web App named like webapp-CMPE363-assignment2- YourGroupName- $WebAppCount (like webapp-CMPE363-assignment2- mygroup-1, webapp-CMPE363-assignment2- mygroup-2 etc) and deploy your codes from Github. Create a 1-page pdf document named "Assignment2- YourGroupName.pdf" to summarize your project, the technology, features, notes about your project etc Upload 2 documents, "Assignment2-YourGroupName.ps1" and "Assignment2-YourGroupName.pdf" to Learn site
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started