shorten the dapr quickstart#636
Conversation
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
…radius/docs into willtsai/update-dapr-qs
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
|
change the Radius Environment reference page after #644 gets merged |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
AaronCrawfis
left a comment
There was a problem hiding this comment.
Looking good! Since we're already using rad run we can probably ditch the httproute and the gateway.
We can also use the new Dapr State Store dev recipe and simplify even further.
And we should think about if we want to show a Radius connection between frontend and backend directly, or omit it and wait for the new shorthand notation. Concerned because the Radius app graph wouldn't show a relationship between frontend and backend.
…ets/dapr.bicep Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
2 similar comments
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
AaronCrawfis
left a comment
There was a problem hiding this comment.
Overall looking good. I wonder if we can "prove" the value of Dapr a little more though steps to show that the Dapr component has been created, and that the backend container is up and running. I worry that rad resource list may not be enough to show value.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.westus2.azurestaticapps.net |
AaronCrawfis
left a comment
There was a problem hiding this comment.
Couple small comments but overall looks great
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-636.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
Consolidated the five pages of Dapr quickstart into a single page to follow the new shortened format.
Auto-generated description
🤖 Generated by Copilot at 1d549ac
Summary
📝🧩🔎
This pull request refactors and simplifies the bicep snippet files and the documentation for the Dapr quickstart. It removes unnecessary or outdated files and sections, and adds comment markers and placeholders to guide the user through the tutorial. It also updates the overview page to link to the source code of the app.
Walkthrough
Issue reference
Fixes: #592 and #524