Skip to content

Files

Latest commit

dcf0d50 · May 13, 2022

History

History
22 lines (19 loc) · 2.25 KB

samples.md

File metadata and controls

22 lines (19 loc) · 2.25 KB
title description services author ms.service ms.topic ms.date ms.author
Azure Container Apps samples
Learn how to use Azure Container Apps from existing samples
container-apps
craigshoemaker
container-apps
conceptual
05/11/2022
cshoe

Azure Container Apps samples

Refer to the following samples to learn how to use Azure Container Apps in different contexts and paired with different technologies.

Name Description
A/B Testing your ASP.NET Core apps using Azure Container Apps
Shows how to use Azure App Configuration, ASP.NET Core Feature Flags, and Azure Container Apps revisions together to gradually release features or perform A/B tests.
gRPC with ASP.NET Core on Azure Container Apps This repository contains a simple scenario built to demonstrate how ASP.NET Core 6.0 can be used to build a cloud-native application hosted in Azure Container Apps that uses gRPC request/response transmission from Worker microservices. The gRPC service simultaneously streams sensor data to a Blazor server frontend, so you can watch the data be charted in real-time.
Deploy an Orleans Cluster to Container Apps An end-to-end sample and tutorial for getting a Microsoft Orleans cluster running on Azure Container Apps. Worker microservices rapidly transmit data to a back-end Orleans cluster for monitoring and storage, emulating thousands of physical devices in the field.
ASP.NET Core front-end with two back-end APIs on Azure Container Apps
This sample demonstrates ASP.NET Core 6.0 can be used to build a cloud-native application hosted in Azure Container Apps.
ASP.NET Core front-end with two back-end APIs on Azure Container Apps (with Dapr)
Demonstrates how ASP.NET Core 6.0 is used to build a cloud-native application hosted in Azure Container Apps using Dapr.