Skip to content

Commit

Permalink
FAQ: add comparison between Radius and azd (#991)
Browse files Browse the repository at this point in the history
* add azd comp to faq

Signed-off-by: Will Tsai <[email protected]>

* add azd comp to faq

Signed-off-by: Will Tsai <[email protected]>

* spelling override

Signed-off-by: Will Tsai <[email protected]>

* add azd comp to faq

Signed-off-by: Will Tsai <[email protected]>

* fix links

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Will Tsai <[email protected]>
  • Loading branch information
willtsai authored Dec 6, 2023
1 parent a9bb3b8 commit 325d757
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/config/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1210,3 +1210,4 @@ KubernetesMetadataExtensionLabels
outputResources
SecretStore
plainHTTP
azd
4 changes: 4 additions & 0 deletions docs/content/concepts/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,7 @@ While there isn't direct support for targeting Azure Arc for Radius containers t
[Azure Container Apps](https://azure.microsoft.com/products/container-apps/) is a service that allows developers to deploy containerized applications to Azure without managing any infrastructure.

While Radius only supports Kubernetes today, it is architected to support other hosting platforms in the future, including serverless platforms such as Azure Container Apps. Serverless support is on our roadmap.

### How does Radius compare to Azure Developer CLI (azd)?

The [Azure Developer CLI](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/) is an open-source tool that provides developer-friendly commands to simplify the process of building, deploying, and managing Azure resources. While both azd and Radius are geared towards the development and deployment workflows, the most apparent difference is that azd can be only be used to manage Azure resources, whereas Radius supports multiple cloud providers. Radius also introduces a way to model (and not just deploy) entire applications and automate these through [Recipes]({{< ref "guides/recipes/overview">}}), which allows for complete [separation of concerns]({{< ref "collaboration-concept" >}}) between operators and developers. With azd, even though developers may leverage CLI templates to deploy infrastructure, they still need to understand the underlying infrastructure and how to connect to it.

0 comments on commit 325d757

Please sign in to comment.