Here’s some brand new content from the SoftwareArchitect.ca YouTube channel that you might find interesting.
Azure Function App – In this video we’ll cover how to create an Azure Function using the Portal. There are some decisions to make, such as operating system, code language, and pricing model. I discuss how to approach making these decisions.
Azure Functions are small pieces of code that Azure will execute using events. There are no continuously running functions, and you should try to keep them small. Events can be anything such as a timer, service bus queue, blob file creation, or Cosmos DB database insert.
#azure #azurefunctions #serverless #CloudNative
Quickstart Series: Windows Web App in Azure
In this video, I show you how to create a Windows Web App in Microsoft Azure. Windows Web App. We go through the Azure Portal, and see how form fields get filled in. If you can’t afford to create resources in Azure, but want to see how it’s done in 2018, this is the video for you.
Or you can see the video directly on YouTube.