March 2021 – Cloud Support

Deploying Azure Front Door

Create Web apps in two different Zone App services created on different location 2. Create Front door as per below screenshots We can access the frontend url for application. If one web app has issue or any network glitch traffic will be redirected to another Web app which is on different zone.

WAF Deployment on Azure

Azure Application Gateway is a web traffic load balance that provides application layer (OSI level 7) load balancing, and includes the Web Application Firewall (WAF). The Application Gateway offers a scalable service that is fully managed by Azure.Its main goal is to protect a web application to common attack like SQL injections, cross-site scripting. Source […]

ETL on Azure using Azure Data Factory

Create data factory Data factory created as below screenshot Create SQL Server Database Database created as below screenshot Need to create Storage account In Storage Account create container input  and upload the csv file Created database in ETLdemo SQL Server Now we need to create pipeline on Databrick. We need click on Author and Monitor […]