-
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
Adding a Dapr sidecar how-to #937
Conversation
Signed-off-by: jasonviviano <[email protected]>
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/snippets/app-sidecar.bicep
Outdated
Show resolved
Hide resolved
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/snippets/app-sidecar.bicep
Outdated
Show resolved
Hide resolved
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/snippets/app.bicep
Outdated
Show resolved
Hide resolved
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/index.md
Outdated
Show resolved
Hide resolved
…on the tutorial guide. Signed-off-by: jasonviviano <[email protected]>
Signed-off-by: jasonviviano <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-937.westus2.3.azurestaticapps.net |
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Aaron Crawfis <[email protected]> Signed-off-by: jasonviviano <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-937.westus2.3.azurestaticapps.net |
Co-authored-by: Aaron Crawfis <[email protected]> Signed-off-by: jasonviviano <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-937.westus2.3.azurestaticapps.net |
Signed-off-by: jasonviviano <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-937.westus2.3.azurestaticapps.net |
docs/content/guides/author-apps/dapr/how-to-dapr-sidecar/index.md
Outdated
Show resolved
Hide resolved
Signed-off-by: jasonviviano <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-937.westus2.3.azurestaticapps.net |
Signed-off-by: Aaron Crawfis <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-937.westus2.3.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
Adding a Dapr sidecar how-to guide for users.
Auto-generated description
🤖 Generated by Copilot at c3b6de8
Summary
📝🚀🐳
This pull request adds a new how-to guide on adding a Dapr sidecar to a Radius application, along with two code snippets that show how to define a Radius container and a Dapr sidecar extension in bicep. The goal is to help users leverage Dapr sidecar blocks for code and infrastructure portability.
Walkthrough
Issue reference
#759