Joonas Westlin 3/20/2022

Building a code sandbox with Durable Functions and Container Instances

Read Original

This article details the architecture and implementation of a secure code sandbox, similar to .NET Fiddle, using Azure services. It explains how to use Durable Functions to orchestrate the execution of user-provided C# code within isolated Azure Container Instances, ensuring security by deleting containers after each run and implementing timeouts.

Building a code sandbox with Durable Functions and Container Instances

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes