Posts

Showing posts from October, 2021

Azure based CI/CD Architecture Explained in Just 8 Steps

Image
Continuous integration and Continuous deployment (CI/CD) architecture using Azure  explained in just simple 8 steps. These are 1. Change application source code. 2. Commit application code and Web Apps web.config. 3. Continuous integration triggers application build and unit tests. 4. Continuous deployment trigger orchestrates deployment of application artifacts with environment-specific parameters. 5. Deployment to Web Apps. 6. Azure Application Insights collects and analyzes health, performance, and usage data. 7.  Review health, performance, and usage information. 8. Update backlog item. Tools/Services use in this process are  Visual Studio Azure Repo Azure Pipeline Azure Web App Service Azure Application Insights Azure Backlog Service or Visual Studio Team Services Backlogs. Ref:- portal.azure.com doc.microsoft.com

How Azure Application Insights Usage Analysis Help to Improve User Experience, Performance and Business growth

Image
Application Insights Usages Analysis  Azure Application Insights is a feature of Azure Monitor that provide developer, DevOps Professional and Business extensible Application Performance Management (APM) service. It is used to monitor your live applications. It will automatically detect performance anomalies, and includes powerful analytics tools to help you diagnose issues and to understand what users actually do with your app. It's designed to help you continuously improve performance and usability. It works for apps on a wide variety of platforms including .NET, Node.js, Java, and Python hosted on-premises, hybrid, or any public cloud.  How It Works Application Insights usages analysis helps developer, admin, business owner to find the answer of the following questions. Which features of your web or mobile app are most popular?  Do your users achieve their goals with your app? Do they drop out at particular points, and do they return later? Application Insights provide following