DEV Community

Cover image for Building Azure Function Powered Video Chat
Frank Boucher ☁ for All Around Azure

Posted on • Originally published at blog.allaroundazure.com

Building Azure Function Powered Video Chat

πŸ“Ί 035 - Michael Jolley πŸŽ™οΈ Frank Boucher


The Azure Functions are very interesting for a vast variety of projects because there are: budget-friendly, stateless, easy to deploy, and use. The Azure Functions are part of the Serverless offer from Microsoft. They

Join Michael Jolley and Frank to Build a video chat application using utilizing Vue.js (JavaScript) with some Azure Functions inside the new Azure Static WebApp (SWA).

In this project, Azure Function will be used to generate a token to identify the user joining a "chat room". We were trying the not even release version of Vue.js and let's say we encounter a few hiccups... But That's how you learn...


Useful Links

πŸ”— Quickstart: Create a function in Azure using Visual Studio Code

πŸ”— Quickstart: Create a function in Azure using Visual Studio Code

πŸ”— Azure Static Web Apps documentation

πŸ”— GitHub

Learn more about Michael Jolley

πŸ”— @baldbeardbuild

πŸ”— Bio

Find Us On

πŸ“Ί Twitch

πŸ”— Twitter: @allaroundazure

☁️

Top comments (4)

Collapse
 
shaijut profile image
Shaiju T

Unable to play video, Getting Error: This video is unavailable on this device.

Collapse
 
fboucheros profile image
Frank Boucher ☁

Sorry to read this @shaijut ,
Can you try this link youtube.com/watch?v=m6GTyJMsSQI

Collapse
 
shaijut profile image
Shaiju T

Thank you :) , Works now.

Collapse
 
shaijut profile image
Shaiju T

Shouldn't we run the app and check if its working before going live and showing to viewers ?