In this talk, we’ll look at how to create, build and run a server-side WebAssembly app in C#. Then we’ll push the resulting WASM binary to Azure Container Registry and run the app in Kubernetes!
After years talking about Kubernetes, Dapr and KEDA, it’s time to run our microservices and containerized applications on a true serverless platform: Azure Containers Apps. In this session you’ll learn: Basic concepts: environments, containers and revisions. The benefits of built-in support for Dapr & KEDA How to use...
Microservices architectures are inherently distributed and building such solutions always bring interesting challenges to the table: resilient service invocation, distributed transactions, on-demand scaling, idempotent message processing and more. Deploying Microservices on Kubernetes doesn’t solve these problems and...