From 09a9c95f7963a2ea91d45a014280a11f68252739 Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Wed, 31 Jan 2024 12:07:05 +0530 Subject: [PATCH] Add intro to azure sites plugin Signed-off-by: AmbrishRamachandiran --- .changeset/cool-islands-impress.md | 5 +++++ plugins/azure-sites/README.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .changeset/cool-islands-impress.md diff --git a/.changeset/cool-islands-impress.md b/.changeset/cool-islands-impress.md new file mode 100644 index 0000000000..df6df1ada2 --- /dev/null +++ b/.changeset/cool-islands-impress.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-azure-sites': patch +--- + +Updated README diff --git a/plugins/azure-sites/README.md b/plugins/azure-sites/README.md index a19b314b77..21e97d348e 100644 --- a/plugins/azure-sites/README.md +++ b/plugins/azure-sites/README.md @@ -1,5 +1,7 @@ # Azure Sites Plugin +Azure Sites (Apps & Functions) plugin support for a given entity. View the current status of the site, quickly jump to site's Overview page, or Log Stream page. + ![preview of Azure table](docs/functions-table.png) _Inspired by [roadie.io AWS Lamda plugin](https://roadie.io/backstage/plugins/aws-lambda/)_