Microsoft Azure- Add Extensions in Azure App Service Last Updated : 03 Apr, 2023 Comments Improve Suggest changes Like Article Like Report In this article, we will learn how to add extensions to web applications in the Azure App service. We can add additional functionality to Azure app services by using extensions. Adding Extensions to Azure App Service: To do so follow the below-given steps: Step 1: Click on an "Instance" in my Azure app services application. Step 2: Look for "Extensions" and click "Add", and what we will see there, is a list of various extensions that we could choose from. Some of these extensions are from Microsoft, some of them are from external parties. Step 3: Go to select the one that says Azure Web Apps Disk Usage. We will agree to the terms, and select "Okay". In just a few seconds, this extension will get installed. If we directly come at extension hit "Browse", we should now see that our extension is working. If we expand these folders, we should be able to see just how much disk usage each of these folders is taking up. App service extensions are extremely powerful, and we even have the ability to create our own. Hence, that's all it takes to work with extensions in Azure app services. Create Quiz Comment P punamsingh628700 Follow 0 Improve P punamsingh628700 Follow 0 Improve Article Tags : Microsoft Azure Geeks Premier League DevOps Geeks-Premier-League-2022 Explore DevOps BasicsWhat is DevOps ?6 min readDevOps Lifecycle10 min readThe Evolution of DevOps - 3 Major Trends for Future7 min readVersion ControlVersion Control Systems5 min readMerge Strategies in Git4 min readWhich Version Control System Should I Choose?5 min readCI & CDWhat is CI/CD?7 min readUnderstanding Deployment Automation4 min readContainerizationWhat is Docker?8 min readWhat is Dockerfile Syntax?5 min readOrchestrationKubernetes - Introduction to Container Orchestration4 min readFundamental Kubernetes Components and their role in Container Orchestration12 min readHow to Use AWS ECS to Deploy and Manage Containerized Applications?4 min readInfrastructure as Code (IaC)Infrastructure as Code (IaC)7 min readIntroduction to Terraform15 min readWhat is AWS Cloudformation?14 min readMonitoring and LoggingWorking with Prometheus and Grafana Using Helm5 min readWorking with Monitoring and Logging Services5 min readMicrosoft Teams vs Slack4 min readSecurity in DevOpsWhat is DevSecOps: Overview and Tools10 min readDevOps Best Practices for Kubernetes11 min readTop 10 DevOps Projects with Source Code [2025]8 min read Like