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

New branch01 #87

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

New branch01 #87

wants to merge 14 commits into from

Conversation

sayedpfe
Copy link

This pull request includes several changes to GitHub Actions workflows and a documentation update in a C# class. The most significant changes involve the addition of new workflows for Azure deployment and a sample workflow, as well as the removal of a Jekyll site deployment workflow. Additionally, there is a documentation enhancement in the Message class.

GitHub Actions Workflows:

  • Added a new workflow for Azure Bicep deployment with environment variables and steps for checking out the code, logging into Azure, and running an ARM template deployment (.github/workflows/AzureDeployment.yml).
  • Introduced a new workflow named "First Workflow" that includes jobs triggered by manual execution and issue events, with steps for logging and using a remote GitHub action (.github/workflows/first-workflow.yml).
  • Removed the workflow for deploying a Jekyll site to GitHub Pages, which included steps for setting up Ruby, building the site, and deploying to GitHub Pages (.github/workflows/pages.yml).

Code Documentation:

  • Enhanced the documentation for the Text property in the Message class, adding detailed comments about the property's purpose, requirements, and constraints (src/Application/src/RazorPagesTestSample/Data/Message.cs).

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.

2 participants