Tag: Azure

AzureLearning

Added a new page for Azure resources

I’ve started to collect resources pertaining to learning Azure from a developer’s perspective. These could be tips and tricks, eBook’s, whitepapers and even learning courses.

The new page on my blog can be found here Resources which is located in the top menu bar as shown here

Added Resources to my top navigation bar menu.

If you have suggestions for links please let me know.

Enjoy!

AzureCloud NativeServerless

Azure Functions: Extend Execution Timeout Past 5 Minutes

Azure Functions is the Serverless compute option within the Microsoft Azure platform. One of the biggest benefits of Azure Functions, and Serverless …

Azure Functions: Extend Execution Timeout Past 5 Minutes
AzureCloud NativeServerless

Go serverless: Enterprise integration with Azure Logic Apps | Azure Friday

In this episode of Azure Friday, Jeremy Likness joins Scott Hanselman to show how to build workflows and integrations from the cloud across third-party services and on-premises servers using Azure Logic Apps.

[0:01:10] – Demo

Source: Channel 9

Resources

AzureCloud NativeServerless

Go serverless: Real-time applications with Azure SignalR Service | Azure Friday

Modern applications light up with real-time information. In this episode of Azure Friday, Anthony Chu joins Donovan Brown to show how to deliver live updates from Azure Functions to web, mobile, and desktop apps with Azure SignalR Service. Learn how to send real-time messages over WebSockets from your serverless apps with a few lines of code.

[0:03:00] – Demo

Source: Channel 9

Resources

AzureDeveloperDevOps

Moving an Azure DevOps repo to use Github Actions instead

In this blog post, I am going to take an existing web application that resides in Azure DevOps and port it to build and deploy within GitHub and use …

Moving an Azure DevOps repo to use Github Actions instead
Azure

Azure Cosmos DB Free Tier and Autopilot | Azure Friday

In this episode of Azure Friday, Kirill Gavrylyuk joins Scott Hanselman to go over two important updates to Azure Cosmos DB: Free Tier and Autopilot. Free Tier enables you to run small applications using Azure Cosmos DB free of charge for as long as you like. Autopilot enables developers to only pay for the Azure Cosmos DB usage they need and not worry about predicting throughput.

[0:02:10] – Autopilot mode demo
[0:09:48] – Free Tier

Source: Channel 9

Resources

AzureServerless

Go serverless: Containers with Kubernetes and virtual nodes | Azure Friday

Think serverless is just for functions? Think again! In this episode of Azure Friday, Brendan Burns joins Donovan Brown to look at how serverless containers can provide a cloud-native container experience without the worry of a server or operating system. They also look at how this integrates with the Azure Kubernetes Service (AKS).

[0:03:25] – Demo

Source: Channel 9

Resources

AzureCloud NativeServerless

Go serverless: Event-driven applications with Azure Functions | Azure Friday

In this episode of Azure Friday, Jeff Hollan joins Scott Hanselman to show how you can quickly develop and deploy code to run in the cloud with Azure Functions. Functions can be written in a variety of languages, and will automatically trigger and scale based on your application needs.

[0:01:53] – Demo

Source: Channel 9

Resources

Azure

Azure App Configuration is now generally available

Today Azure App Configuration is out of preview and is now generally available.

Azure App Configuration helps you manage application settings and control their access centrally. It’s built on the simple concept of key-value pairs, and this service provides manageability, availability, and ease-of-use.

Azure App Configuration provides the following benefits:

  • Universal, fully managed configuration store for configuration and feature management
  • Provides fast retrieval of configurations for any application in Azure, on-prem or in other clouds
  • Complete data encryption, at rest or in transit
  • Improve security by separating configuration from code
  • Reduce configuration complexity across multiple environments
  • Native integrations with popular frameworks such as .NET, Azure Functions, and Java Spring

Azure App Configuration is built for speed, scalability, and security. To get started check out my post on an Introduction to Azure App Configuration.

Enjoy!

Resources

https://azure.microsoft.com/en-us/updates/azure-app-configuration-is-now-generally-available/

https://docs.microsoft.com/en-us/azure/azure-app-configuration/

Azure

Azure Apps Demo Map is now live!

Source: Azure Apps Demo Map, Microsoft

Earlier this week I noticed that Microsoft launched the Azure Apps Demo Map website, a centralized way to see a some awesome resources available by Microsoft for building enterprise applications that leverage Azure technologies..

Most of the scenarios include an interactive user experience to explore the solution – including solution diagrams, live demos, source code and additional resources.

When exploring a scenario you can click on sections to see what technologies were used for that particular application. In the case of the Rewards application, it uses Azure Functions, Logic Apps, and App Service.

After exploring the interactive model you can head over to the GitHub project to download and run the code so that you can dig really deep in how the solution was built.

Let’s take a brief look at each of the projects.

Projects

Currently the Azure Apps Demo Map contains four applications as listed below.

Tailwind Traders

Tailwind Traders is a fictitious retail company showcasing the future of intelligent application experiences. These reference apps are all powered by the Azure cloud, built with best-in-class tools, and made smarter through data and AI.

Source: Azure Apps Demo Map, Microsoft

Visit the GitHub Project

SmartHotel360

SmartHotel360 is a fictitious smart hospitality company showcasing the future of connected travel. Their vision is to provide an intelligent and personalized experience to the guests.

Source: Azure Apps Demo Map, Microsoft

Visit the GitHub Project

Rock, Paper, Scissors, Lizard, Spock

The geek version of the classic game. This sample shows a multilanguage application running on AKS with a front-end developed in Blazor and integrated with Azure Machine Learning and Azure Cognitive Services. Start the battle and find if you can beat our bot! VISIT PROJECT

Source: Azure Apps Demo Map, Microsoft

Visit the GitHub Project

Contoso Air

Contoso Air is a fictitious airline company. This lab shows how to create a website application that runs Node.JS Server that stores customer booked flights in an Azure Cosmos DB.

Unfortunately this project has no diagram and has been archived. However this project still contains valuable information for building a Node.JS + Cosmos DB application and running it on Azure.

Visit the GitHub Project

Wrap-up

This is a great resource to learn how Azure can be used for an end to end solution for your business.

They have a feedback link so if you found the resource useful or you have suggestions please let them know. It would be cool to see this resource be expanded to include other applications that include Power BI, Power Apps, Azure DevOps, Dynamics, etc.

Enjoy!

References

https://azureappsdemomap.com/

https://azure.microsoft.com/