Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a page on publicly available Radius artifacts #947

Merged
merged 14 commits into from
Nov 22, 2023
5 changes: 5 additions & 0 deletions .github/config/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1070,3 +1070,8 @@ unopinionated
Incubations
HCP
Backstage
Russinovich
InfoWorld
reimagines
TechCrunch
ZDNET
2 changes: 1 addition & 1 deletion docs/content/community/maintainers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ type: docs
title: "Maintainer guides for Radius"
linkTitle: "Maintainers"
description: "Guides and requirements for Radius maintainers"
weight: 999
weight: 300
---
35 changes: 35 additions & 0 deletions docs/content/community/media-coverage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
type: docs
title: "Radius press coverage and media links"
linkTitle: "Press/media coverage"
description: "Learn about Radius through press articles, blog posts, presentation and other coverage of Radius"
weight: 400
---

## Blog posts

| Blog Title | Source | Date |
| ---------- | ------ | ---- |
|[Radius Launch Oct 2023 - The Microsoft Azure Incubations Team launches Radius, a new open application platform for the cloud](https://azure.microsoft.com/en-us/blog/the-microsoft-azure-incubations-team-launches-radius-a-new-open-application-platform-for-the-cloud/)|Microsoft Azure Blog|Oct 18,2023|
Reshrahim marked this conversation as resolved.
Show resolved Hide resolved
|[Microsoft Open Source Blog Oct 2023 - Enabling developer collaboration with Radius](https://cloudblogs.microsoft.com/opensource/2023/10/18/enabling-developer-collaboration-with-radius/)|Microsoft Open Source Blog|Oct 18,2023|
Reshrahim marked this conversation as resolved.
Show resolved Hide resolved

Ongoing blog posts can be found at [Radius Blog](https://blog.radapp.io)

## Videos

| Video | Event | Date |
Reshrahim marked this conversation as resolved.
Show resolved Hide resolved
| ----- | ----- | ---- |
|[ Brendan Burns and Mark Russinovich at Ignite about Radius](https://www.youtube.com/watch?v=gaG77PiYv5w&ab_channel=MicrosoftIgnite)| Microsoft Ignite | Nov 17,2023 |
Reshrahim marked this conversation as resolved.
Show resolved Hide resolved
|[Introducing Radius - Open at Microsoft ](https://www.youtube.com/watch?v=mT_NWFnYn0A)| Open at Microsoft | Nov 7,2023 |
Reshrahim marked this conversation as resolved.
Show resolved Hide resolved
|[Mark Russinovich at the Linux Foundation Member Summit](https://aka.ms/radius-lfms)|Linux Foundation Member Summit | Oct 24,2023 |
Reshrahim marked this conversation as resolved.
Show resolved Hide resolved



AaronCrawfis marked this conversation as resolved.
Show resolved Hide resolved
## Press articles

| Article Title | Media Source | Date |
| ------------- | ------------ | ---- |
|[ Microsoft launches Radius, an open-source application platform for the cloud-native era](https://techcrunch.com/2023/10/18/microsoft-launches-radius-an-open-source-application-platform-for-the-cloud/)| TechCrunch | Oct 18,2023 |
|[Microsoft reimagines Modern Application Deployment With Radius Platform](https://www.forbes.com/sites/janakirammsv/2023/10/23/microsoft-reimagines-modern-application-deployment-with-radius-platform/?sh=6a78a37c76d7)| Forbes | Oct 23,2023 |
|[Microsoft’s Radius and the future of cloud-native development](https://www.infoworld.com/article/3709448/microsofts-radius-and-the-future-of-cloud-native-development.html)| InfoWorld | Oct 26,2023 |
|[Microsoft Azure introduces Radius, an open-source development platform for multi-cloud computing](https://www.zdnet.com/article/microsoft-azure-introduces-radius-an-open-source-development-platform-for-multi-cloud-computing/)| ZDNET | Oct 27,2023 |
Reshrahim marked this conversation as resolved.
Show resolved Hide resolved
6 changes: 5 additions & 1 deletion docs/content/community/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: docs
title: "Radius Community"
linkTitle: "Overview"
description: "Information about the Radius community"
weight: 80
weight: 100
---

Welcome to the Radius community!
Expand All @@ -25,3 +25,7 @@ If you would like to file Issues, access the source code, or use Codespaces plea
## How can I get involved?

One of the easiest ways to contribute is to participate in discussions at community engagements or via the Discord server referenced above. We are always seeking feedback, especially for suggestions around improving the product and docs.

## Press and media coverage

Visit the [press and media coverage docs]({{< ref media-coverage >}}) for a list of press articles, blog posts, presentations, and other coverage of Radius.
6 changes: 0 additions & 6 deletions docs/content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ The Radius getting-started guide can be [run **for free** in a GitHub Codespace]
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/radius-project/samples)
{{< /alert >}}

{{< alert title="🚀 Run in a <b>free</b> GitHub Codespace" color="primary" >}}
The Radius getting-started guide can be [run **for free** in a GitHub Codespace](https://github.blog/changelog/2022-11-09-codespaces-for-free-and-pro-accounts/). Visit the following link to get started in seconds:

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/radius-project/samples)
{{< /alert >}}

## 1. Have your Kubernetes cluster handy

Radius runs inside [Kubernetes]({{< ref "guides/operations/kubernetes" >}}). However you run Kubernetes, get a cluster ready.
Expand Down
10 changes: 5 additions & 5 deletions docs/content/guides/recipes/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ categories: "Overview"
tags: ["recipes"]
---

Recipes enable a **separation of concerns** between infrastructure operators and developers by **automating infrastructure deployment**. Developers select the resource they want in their app (_Mongo Database, Redis Cache, Dapr State Store, etc._), and infrastructure operators codify in their environment how these resources should be deployed and configured (_lightweight containers, Azure resources, AWS resources, etc._). When a developer deploys their application and its resources, Recipes automatically deploy the backing infrastructure and bind it to the developer's resources.
Recipes enable a **separation of concerns** between IT operators and developers by **automating infrastructure deployment**. Developers select the resource they want in their app (_Mongo Database, Redis Cache, Dapr State Store, etc._), and IT operators codify in their environment how these resources should be deployed and configured (_lightweight containers, Azure resources, AWS resources, etc._). When a developer deploys their application and its resources, Recipes automatically deploy the backing infrastructure and bind it to the developer's resources.

{{< image src="recipes.png" alt="Diagram showing developers adding Redis to their app and operators adding a Recipe that Redis should deploy an Azure Cache for Redis" width=700px >}}

## Capabilities

### Support for multiple IaC languages

| Language | Recipe Support | Notes |
|----------| ---------------|-------|
| [Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/) | | Supports Azure, AWS, and Kubernetes
| [Terraform](https://developer.hashicorp.com/terraform/docs) | | Supports Azure, AWS, and Kubernetes providers<br />Other providers not yet configurable
| Language | Supported sources | Notes |
|----------|-------------------|-------|
| [Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/) | [OCI registries](https://opencontainers.org/) | Supports Azure, AWS, and Kubernetes
| [Terraform](https://developer.hashicorp.com/terraform/docs) | [Public Terraform registries](https://registry.terraform.io/) | Supports Azure, AWS, and Kubernetes providers<br />Other providers not yet configurable

### Select the Recipe that meets your needs

Expand Down
2 changes: 0 additions & 2 deletions docs/content/tutorials/tutorial-recipe/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,11 @@ Note that no Recipe name is specified with 'db', so it will be using the default
Deployment In Progress...

Completed db Applications.Datastores/redisCaches
Completed webapp Applications.Core/applications
Completed frontend Applications.Core/containers

Deployment Complete

Resources:
webapp Applications.Core/applications
frontend Applications.Core/containers
db Applications.Datastores/redisCaches
```
Expand Down
Loading