Publish an Angular Application to Azure static web apps with Azure Devops

Microsoft introduced App Service Static Web Apps in Preview at Build 2020 as”Azure static web apps“, a service which allows web developers to build and deploy website to any environment from Github repository for free. Developers can deploy applications in minute while taking the advantage of scaling and cost savings offered by azure functions as… Read More Publish an Angular Application to Azure static web apps with Azure Devops

Azure static web app is simply AWESOME : Deployed MEME generator app in 10 seconds!

One of the highlight among the announcements made at Microsoft Build 2020 was announcement of the new Azure service in the keynote: Azure App Static Web Apps. Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a GitHub repository. This service allow web developers to… Read More Azure static web app is simply AWESOME : Deployed MEME generator app in 10 seconds!

Azure static web app is simply AWESOME : Deployed an Angular app in 10 seconds!

One of the highlight among the announcements made at Microsoft Build 2020 was announcement of the new Azure service in the keynote which is Azure App Static Web Apps. Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a GitHub repository. This service allow web… Read More Azure static web app is simply AWESOME : Deployed an Angular app in 10 seconds!

Tip : Connect/Navigate to Microsoft Teams From any Web App

I was working with a partner recently in developing Apps and integrated them as a part of Teams. At times there are questions from customers whether they would be able to utilize the features of teams within their application. The simple answer for the will be NO as Teams Platform Architecture is enabling developers to… Read More Tip : Connect/Navigate to Microsoft Teams From any Web App

Build a BOT in quick time to support COVID Scenario and place it with Teams and Your Website!

Overview This is my 2nd post about a Chatbot solution to address the world wide problem “CoronaVirus” panademic. As it is now spreading across the world and its really vital to provide all citizens of the countries with up-to-date information. As we know it has come to a level that certain countries are in lockdown… Read More Build a BOT in quick time to support COVID Scenario and place it with Teams and Your Website!

How to deploy Web App to a Sub-folder on Azure Appservice

I came across this question about “How to deploy a web app within a sub folder on Azure” in Stackoverflow many times. Even though there is an official documentation, this question has not been addressed in general. With Virtual Directories, You could keep your web sites in separate folders and use the ‘virtual directories and… Read More How to deploy Web App to a Sub-folder on Azure Appservice

Deploy Angular Applications to Azure with Github Actions – Emotion Detection App

The first ever Github Universe viewing party in SriLanka took place on last Thursday organized by the Github Campus Experts in the country. It was an event to share all the exciting news and updates on Github and it was a great success. I decided to write this blog based on the session i presented… Read More Deploy Angular Applications to Azure with Github Actions – Emotion Detection App