
Overview
We worked for Maxelit, a software development firm for the project named The Charter Store. The Charter Store wanted to implement the pipeline task (CI/CD) for the DevOps part.
Our Contribution
Due to the emergence of a number of applications in the market, they needed a faster and guaranteed solution and majorly a cost-effective one. The solution was necessary as manual build and deployment could delay and create errors. We used DevOps to create an automated solution to test the application and deploy it automatically.

What Environments Did We Use?
Test Environment: We created the Build and release pipeline and used Windows Latest, and with the help of Nuget Version 4.4.1 package manager, we restored the code. We used MS Build to build the .net app and the Azure App Service Deploy agent to deploy code in Azure App Service
- Build Pipeline
- Release Pipeline
Production Environment: We created an Azure YAML pipeline and used Nuget and MS Build to build the code and ARM Deploy agent to deploy code in Azure App Service.
- YAML Pipeline




Tableau and SQL Database (On – Premises): Migration to Azure Cloud
In our second task, we did the migration to Azure Cloud with our Tableau and SQL database. We created the Tableau server in Azure Cloud and Migrated the SQL database to Azure Cloud.
- We followed it by assuring that there are no background tasks running before you start the migration (extract refreshes, workbook publishing, etc.).
- We created Backup files and exported them to our local machine using FileZilla.
- We used SQL Server Management Studio to generate the scripts and used the import/ export data method.
- We used Azure Blob Storage to store the backup files and exported data from On-premises to the Azure client’s account.
- We created SQL Server in MS Azure and imported data to the MS SQL database.


