-
Notifications
You must be signed in to change notification settings - Fork 45
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
Minor updates to how-to guide on gateways #851
Conversation
* Add supported resource types * Add how-to guideto use local dev recipes * Apply suggestions from code review Co-authored-by: Jonathan Smith <[email protected]> * Update docs/content/guides/recipes/howto-dev-recipes/index.md * Adddress feedback * Address feedback * Apply suggestions from code review Co-authored-by: Aaron Crawfis <[email protected]> * Minor tweaks * minor tweaks --------- Co-authored-by: Jonathan Smith <[email protected]> Co-authored-by: Aaron Crawfis <[email protected]>
* Standardixe pre-reqs for all how-tos * Update docs/content/guides/author-apps/azure/howto-azure-resources/index.md
docs/shared-content/installation/install-radius/initialize-radius.md
Outdated
Show resolved
Hide resolved
@@ -16,9 +16,9 @@ This guide will walk you through how to setup a gateway for routing internet tra | |||
- [Radius Bicep VSCode extension]({{< ref "installation#step-2-install-the-radius-bicep-vs-code-extension" >}}) | |||
- [Radius environment]({{< ref "installation#step-3-initialize-the-radius-control-plane-and-the-radius-environment" >}}) | |||
|
|||
## Step 1: Define a container | |||
## Step 1: View the container |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm without explicitly telling the user to run rad init
and select "yes" to scaffold an application I think "Define a container" works better, along with "in a new file".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pre-requisite step Radius environment does cover the step to select yes and set up the application. Either we go with that or make env creation a separate step here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
closing as we decided to make how-tos standalone and not operate with the assumption of user scaffolding an application via rad init
Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Auto-generated description
🤖 Generated by Copilot at 1c62b20
Summary
🔎🚀🛠️
Updated the gateway tutorial and the installation guide in the docs. The gateway tutorial now has a more consistent and clear example code and instructions. The installation guide now includes a step to create and set a Kubernetes cluster.
Walkthrough
Issue reference