Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are tasked with designing an architecture for a scalable web application on Azure for a company IntelliKart who is facing significant performance issues with
You are tasked with designing an architecture for a scalable web application on Azure for a company IntelliKart who is facing significant performance issues with its current onpremises infrastructure. In response to these challenges, the leadership team at IntelliKart decides to explore migrating their infrastructure to the cloud. The company now expects high availability, load balancing, and reliable storage from Azure Cloud. You need to create the same and link all the services using a flowchart diagram.
Create a VM Ubuntu in westus region and install apache web server in this, replicate this machine to another region eastus Now verify if the web server is running in the replicated machine.
Host a static website in the Azure Containers.
Outline an autoscaling strategy in VMSS that dynamically adjusts the number of VMs based on predefined metrics like CPU utilization that if it exceeds of usage it should add instance. Show the added instance if the load goes up
Add a load balancer to distribute the load across the scale set. Keep a check on health checks and session persistence in the load balancer configuration.
Setup an Alert in the form of Email that if your VMSS load exceeds the of usage it should give an Alert for the same.
Configured Application Insights to monitor resources within the Azure Virtual Network
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