-
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
Adding a section on deploying applications #650
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
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.
Looking good! Couple small comments
…into reshma/deploy
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Is the distinction between "modeling" and "authoring" as so: a user authors templates and files to model an application |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
yes, that's the distinction. If I think about it from the way you have called out the distinction, the title should be closer to what the user would be enabled to do and not how they do it. |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
@AaronCrawfis - Going by this, it looks like the title should be more around what we enable a user with rather than how to do it. Hence going with |
Missed this thread. I think it's confusing to switch between authoring/modeling in the same document and use them interchangeably, even if we are try to use them for specific use-cases. Let's start a Teams thread to discuss on a closer-loop to iterate. I'll get one started. |
Co-authored-by: Aaron Crawfis <[email protected]>
…into reshma/deploy
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.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 covers introduces a section on deploying application which covers about setting up an env and deploy/running an application using rad cli commands
Auto-generated description
🤖 Generated by Copilot at 925d166
Summary
📝🆕🚚
The documentation structure was reorganized to introduce a new section for "Deploying applications" and to align the terminology with the project. The
docs/content/author-apps/_index.md
anddocs/content/deploy-apps/_index.md
files were modified, and thedocs/content/deploy-apps/deploy applications/index.md
file was added. Thedocs/content/deploy-apps/dev-environment/initialize-environment.md
file was moved to a different section.Walkthrough
rad deploy
andrad run
commands (link)Issue reference