From 7b407255347f2f4f1e76c3a38dfb0d99f80cc969 Mon Sep 17 00:00:00 2001 From: ADefWebserver Date: Fri, 17 Jul 2020 18:15:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d5072e9..7b09ccc0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Oqtane Framework Oqtane is a Modular Application Framework for Blazor +[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FADefWebserver%2Foqtane.framework%2Fmaster%2Fazuredeploy.json) + ![Oqtane](https://github.com/oqtane/framework/blob/master/oqtane.png?raw=true "Oqtane") Oqtane uses Blazor, an open source and cross-platform web UI framework for building single-page apps using .NET and C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries.