Showing results for Web App - Developer Support

Mar 30, 2020
0
0

Routing in Blazor Apps

Developer Support
Developer Support

Based on the current implementation, Blazor Router makes routing much easier to implement and developer hardly need to maintain routing as the application evolves. Bugs due to misconfiguration of routing might become a thing of the past.

Web AppBlazor
Aug 8, 2019
8
0

Configure Azure App Service for 64-bit platform and Node.js

Developer Support
Developer Support

As a follow-up to my original post explaining how to Deploy Ghost CMS on Azure Web App, learn how to configure Azure Web App Platform and Node.js to run as 64-bit, a prerequisite for the latest Ghost build.

TeamAzureWeb App
Jun 12, 2018
0
0

Monitoring Python Applications with Azure App Insights

Developer Support
Developer Support

In this blog post, Premier Developer Consultant Najib Zarrari walks through how to use Azure Application Insights to monitor web applications written in Python using the Flask framework.Read Najib’s blog post here to learn how to set up Application Insights, download and instrument a Python web application, create custom events and metrics in Azure...

TeamAzureApplication Insights
Apr 30, 2018
0
0

Docker Blog Series Part 7– Deploy Azure Web App On Containers

Developer Support
Developer Support

In the following post, Premier Developer Consultant Monu Bambroo shows how to deploy a Container to Azure Web Apps directly from Azure Container Registry. Container services are encapsulated, individually deployable components that run as isolated instances on the same kernel to take advantage of virtualization that an operating system provi...

DockerContainersLinux
Apr 2, 2018
0
0

Hosting an Angular Progressive Web Application (PWA) with Azure

Developer Support
Developer Support

Progressive Web Applications might just be the future of web development. In this post, Wael Kdouh shows how to deploy an Angular PWA to Azure, including some potential pitfalls to watch out for. In his blog post, Wael introduces the popularity of Progressive Web Applications and how to deploy them to Azure. He writes “In this post I will...

AzureAngularWael Kdouh
Mar 17, 2018
0
0

Deploying Your Dockerized Angular Application To Azure Using VSTS (Part II)

Developer Support
Developer Support

Premier Developer Consultant Wael Kdouh demonstrates how to maintain consistency across development and production environments by utilizing Docker containers. He will show you how this is possible while concurrently automating the process with VSTS. In my previous post, I showed you how to deploy your Angular application to Azure using Visu...

AzureVSTSDocker