Microsoft makes its Azure App service now available on Linux Systems

Microsoft is making its Azure App services available on Linux systems from yesterday. Azure App service is a fully-managed platform for building enterprise web and mobile applications.It enables developers to create cloud apps easily.

Earlier Microsoft launched the Azure App service on March 2015. The app service brings the Web App for containers. It also contains the container images in ASP.NET Core, Node.js, PHP and Ruby, along with Docker-formatted images supporting Java, Python and Go.

" Providing Linux support in Azure App Service is an important step towards our commitment to support a variety of OSS stacks on the platform," Microsoft noted in another blog post. " We started on this journey with an intention to support OSS workloads running natively on Linux VM inside Azure App Service."

Developers can be use their image to Docker Hub, Azure Container Registry or a separate private registry. The Web App for containers will deploy the app and the needed infrastructure. It also automates Linux OS patching and load balancing. This way the users are granted more control in SSH to their applications for remote access to administrative commands in Linux.

Tag : Linux Azure
FAQ
Q
How do I turn on failed request tracing?
A
To turn on failed request tracing:
In the Azure portal, go to your web app.
Select All Settings > Diagnostics Logs.
For Failed Request Tracing, select On.
Select Save.
On the web app blade, select Tools.
Select Visual Studio Online.
Q
How do I decrease the response time for the first request after idle time?
A
To change the Always On setting:

In the Azure portal, go to your web app.
Select Application settings.
For Always On, select On.
Q
Where can I learn more about quotas and limits for various App Service plans?
A
For information about quotas and limits, see App Service limits.
Q
How do I view process-level info for my web app?
A
You have two options for viewing process-level information for your web app:

In the Azure portal:
Open the Process Explorer for the web app.
To see the details, select the w3wp.exe process.
In the Kudu console:
Sign in to your Kudu website.
Select the Process Explorer menu.
For the w3wp.exe process, select Properties.
Q
How do I automate App Service web apps by using PowerShell?
A
To view your web app's event logs:

Sign in to your Kudu website.
In the menu, select Debug Console > CMD.
Select the LogFiles folder.
To view event logs, select the pencil icon next to eventlog.xml.
To download the logs, run the PowerShell cmdlet Save-AzureWebSiteLog -Name webappname.