Azure

KUDU Console In Azure

Introduction

This text will aid you perceive what the KUDU console is in Azure and the way to work with KUDU.

KUDU Console

KUDU Console is a debugging service for the Azure platform that means that you can discover your internet app and surf the bugs current on it, like deployment logs, reminiscence dump, importing recordsdata to your internet app, and including JSON endpoints to your internet apps, and many others.

To entry the KUDU console of a Internet App, you have to be the admin for that individual Internet App. Utilizing your Azure login credentials, you possibly can entry the KUDU console of your Internet App, by getting into https://#####.scm.azureWeb Apps.internet

Notice. ##### is the title of your Internet App.

Developer Necessities

  1. Home windows Azure account (Click on right here to get a short lived Azure account free of charge)
  2. Visual Studio 2015 – non-obligatory (When you don’t have a Internet App hosted in your account)
  3. Internet Browser

Click on right here to learn to host a Internet App utilizing Visual Studio.

Observe the beneath steps to entry the KUDU console of your Internet App.

Notice

  • Right here, on this demo, I might be working alone Internet App.
  • #### refers back to the Internet App title.

Step 1. Open your internet browser and go to https://www.####.scm.azurewebsites.internet

Step 2. Enter your Azure login credentials over right here (Login to the Azure account the place your internet app has been hosted).

 Azure login credentials

It will take you to the KUDU Troubleshooting Console web page of Azure associated to your Internet App.

KUDU Troubleshooting

Step 3. Now go to the Debug Console. Debug Console may be accessed in two methods, both by way of CMD or by way of PowerShell. Right here, we might be working with PowerShell.

Debug Console –> PowerShell.

 PowerShell

This web page with PowerShell will seem.

Step 4. Enter the command powershell –command get-process.

Command powershell

Right here, you possibly can see the method working in your web site. You will discover the adjustments whenever you give a request in your web site, utilizing the Id-PID of the W3WP course of.

If the adjustments occur, then the web site has an opportunity of crashing and it is advisable troubleshoot to search out the trigger.

Know extra about our firm at Skrots. Know extra about our companies at Skrots Companies, Additionally checkout all different blogs at Weblog at Skrots

Show More

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button