-
Notifications
You must be signed in to change notification settings - Fork 44
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
Address feedback from usability studies #680
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-680.westus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-680.westus2.azurestaticapps.net |
docs/content/getting-started/first-app/snippets/app-with-redis-snippets.bicep
Outdated
Show resolved
Hide resolved
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-680.westus2.azurestaticapps.net |
{{< rad file="snippets/app-with-redis-snippets.bicep" embed=true marker="//CONNECTION" >}} | ||
|
||
The code you just added creates a connection between the container and the database. Based on this connection, Radius will define environment variables in the container that tell the container how to connect. You will view these in the next step. | ||
{{< rad file="snippets/app-with-redis-snippets.bicep" embed=true marker="//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.
Now that we're showing the entire container do we also then need to show the entire app again?
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.
yeah, good question. I think it would still help the users to validate the final bicep after additions.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-680.westus2.azurestaticapps.net |
Co-authored-by: Aaron Crawfis <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-680.westus2.azurestaticapps.net |
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
This PR addresses some feedback from usability studies #586
Auto-generated description
🤖 Generated by Copilot at ee9d024
Summary
📝🖼️💬
Improved the getting-started tutorial for creating and running a simple app with Project Radius. Added comments to
app-with-redis-snippets.bicep
and updated screenshots and instructions in_index.md
.Walkthrough
app-with-redis-snippets.bicep
(link, link)app.bicep
file with the code snippets and the container definition (link)Issue reference
#586