-
Notifications
You must be signed in to change notification settings - Fork 18
Add comprehensive documentation and scripts for Azure DevOps and GitHub integration #232
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Created README.md for DevOps documentation, detailing CI/CD workflows, triggers, and architecture. - Added ci.md to document the Continuous Integration workflow, including triggers, jobs, and versioning strategy. - Introduced deploy.md for the Deploy to Azure workflow, outlining manual triggers, jobs, and prerequisites. - Developed release.md for the Branch-Based Release Strategy workflow, covering versioning, job conditions, and troubleshooting.
- Create `createUsersAndAssignRole.ps1` to assign DevCenter roles to the current signed-in user. - Create `deleteDeploymentCredentials.ps1` to remove Azure AD service principal and application registration for CI/CD cleanup. - Create `deleteUsersAndAssignedRoles.ps1` to remove DevCenter role assignments from the current signed-in user. - Create `generateDeploymentCredentials.ps1` to create Azure service principal and GitHub secret for CI/CD pipelines. - Create `createGitHubSecretAzureCredentials.ps1` to create a GitHub repository secret for Azure service principal credentials. - Add `delete-github-secret-azure-credentials.md` for future implementation.
… improved readability
… and DevOps files by adding emojis, improving table formatting, and updating section titles for better clarity.
…ng table of contents, improving section titles, and incorporating emojis for better clarity and navigation.
…oymentCredentials.ps1 by adding table of contents, improving section titles, and incorporating emojis for better clarity and navigation.
… a table of contents, improving section titles, and incorporating emojis for better clarity and navigation.
… a table of contents, improving section titles, and incorporating emojis for better clarity and navigation.
…ails, target audience notes, and improving section titles for better clarity and accessibility.
…get audience notes, reading times, and navigation details for improved clarity and accessibility.
…rams, improving section titles, and incorporating emojis for better clarity and navigation.
…improving section titles, and incorporating emojis for better clarity and navigation.
…mproving section titles, and refining diagram styles for better clarity and navigation.
…emojis, improving diagram styles, and refining connections for better clarity and navigation.
…re by adding emojis, improving diagram styles, and refining connections for better clarity and navigation.
…ng diagram styles, and refining connections for better clarity and navigation.
…ng diagram styles, and refining connections for better clarity and navigation.
…ture, DevOps, scripts, and quick start guides for Azure deployment.
… better visualization and improving diagram styles for clarity.
…isualizations with clearer labels, emojis, and refined connections for better clarity and navigation.
…ith clearer labels, emojis, and refined connections for better clarity and navigation.
…ram styles, and refining connections for better clarity and navigation.
… createUsersAndAssignRole.ps1 scripts by adding emojis, improving diagram styles, and refining connections for better clarity and navigation.
…als.ps1, deleteUsersAndAssignedRoles.ps1, and generateDeploymentCredentials.ps1 scripts by adding emojis, improving diagram styles, and refining connections for better clarity and navigation.
…redentials.ps1 and deleteGitHubSecretAzureCredentials.ps1 scripts by adding emojis, improving diagram styles, and refining connections for better clarity and navigation.
…pdate.ps1 scripts by adding emojis, improving diagram styles, and refining connections for better clarity and navigation.
…redentials.ps1 and deleteGitHubSecretAzureCredentials.ps1 scripts by improving link formatting for better navigation.
…tation for consistent navigation
…n for consistent navigation
…pdate.ps1 scripts by refining class definitions and adding new styles for better clarity and navigation.
… adding new sections, and ensuring consistent navigation across createCustomRole.ps1, createUsersAndAssignRole.ps1, deleteDeploymentCredentials.ps1, deleteUsersAndAssignedRoles.ps1, and generateDeploymentCredentials.ps1.
…ng setup, cleanup, and prerequisites sections, along with a workflow diagram and scripts inventory.
…ses, refining connections, and updating node styles for better clarity.
…ntation for improved clarity and consistency.
…rs from prerequisites and error handling sections across multiple Azure scripts.
…across Azure and GitHub scripts.
…tency and clarity across README, CI, deploy, and release files.
…important notes for improved clarity and user guidance in DevOps workflows.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduce detailed documentation for CI/CD workflows, PowerShell scripts, and architecture, along with setup and management scripts for Azure Dev Box and GitHub secrets. Enhance clarity and navigation across all documentation.