Skip to content
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

Merged
merged 23 commits into from
Aug 9, 2023
Merged

Adding a section on deploying applications #650

merged 23 commits into from
Aug 9, 2023

Conversation

Reshrahim
Copy link
Contributor

@Reshrahim Reshrahim commented Jul 21, 2023

Thank you for helping make the Radius documentation better!

Please follow this checklist before submitting:

  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

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 and docs/content/deploy-apps/_index.md files were modified, and the docs/content/deploy-apps/deploy applications/index.md file was added. The docs/content/deploy-apps/dev-environment/initialize-environment.md file was moved to a different section.

Authoring apps
Then deploy them with rad
Fall leaves drift away

Walkthrough

  • Rename and update "Developing applications" section to "Authoring applications" (link)
  • Add new section for "Deploying applications" with title, linkTitle, description, and weight (link)
  • Add new page for "Deploy applications" under "Deploying applications" section with overview of rad deploy and rad run commands (link)
  • Move "Developer environments" page from "Authoring applications" to "Deploying applications" section and change weight (link)

Issue reference

@Reshrahim Reshrahim requested a review from a team as a code owner July 21, 2023 19:10
@github-actions
Copy link

github-actions bot commented Jul 21, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

1 similar comment
@github-actions
Copy link

github-actions bot commented Jul 21, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

Copy link
Contributor

@AaronCrawfis AaronCrawfis left a 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

docs/content/deploy-apps/_index.md Outdated Show resolved Hide resolved
docs/content/author-apps/_index.md Show resolved Hide resolved
docs/content/deploy-apps/deploy applications/index.md Outdated Show resolved Hide resolved
docs/content/deploy-apps/deploy applications/index.md Outdated Show resolved Hide resolved
docs/content/deploy-apps/deploy applications/index.md Outdated Show resolved Hide resolved
docs/content/deploy-apps/deploy applications/index.md Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@willtsai
Copy link
Contributor

Is the distinction between "modeling" and "authoring" as so: a user authors templates and files to model an application

@github-actions
Copy link

github-actions bot commented Jul 31, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@Reshrahim
Copy link
Contributor Author

Is the distinction between "modeling" and "authoring" as so: a user authors templates and files to model an application

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.

@github-actions
Copy link

github-actions bot commented Jul 31, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Jul 31, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Jul 31, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

docs/content/author-apps/_index.md Outdated Show resolved Hide resolved
docs/content/deploy-apps/deploy-applications/index.md Outdated Show resolved Hide resolved
docs/content/deploy-apps/deploy-applications/index.md Outdated Show resolved Hide resolved
docs/content/deploy-apps/deploy-applications/index.md Outdated Show resolved Hide resolved
docs/content/deploy-apps/deploy-applications/index.md Outdated Show resolved Hide resolved
docs/content/deploy-apps/deploy-applications/index.md Outdated Show resolved Hide resolved
@Reshrahim
Copy link
Contributor Author

Is the distinction between "modeling" and "authoring" as so: a user authors templates and files to model an application

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.

Is the distinction between "modeling" and "authoring" as so: a user authors templates and files to model an application

@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 Modeling. Do you feel otherwise?

@AaronCrawfis
Copy link
Contributor

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 Modeling. Do you feel otherwise?

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.

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

1 similar comment
@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-650.westus2.azurestaticapps.net
Password: Radiu$1234

@Reshrahim Reshrahim merged commit 7364b4d into edge Aug 9, 2023
8 checks passed
@Reshrahim Reshrahim deleted the reshma/deploy branch August 9, 2023 17:57
@Reshrahim Reshrahim linked an issue Aug 9, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rad deploy parameters should be documented in a more visible place
5 participants