You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/developer-docs/docs/develop-components/develop-components-with-git.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Develop Components With Git
2
2
3
-
Choreo enables you to develop components by connecting your GitHub, Bitbucket, or GitLab repository. You have the flexibility to either connect an existing repository or start with an empty repository and commit the source code later. By integrating your repositories with Choreo, you can automate tasks and optimize workflows across multiple systems, all within the Choreo platform. Choreo currently supports GitHub, Bitbucket, and GitLab as Git providers.
3
+
Choreo enables you to develop components by connecting your GitHub, Bitbucket, GitLab or Azure DevOps repository. You have the flexibility to either connect an existing repository or start with an empty repository and commit the source code later. By integrating your repositories with Choreo, you can automate tasks and optimize workflows across multiple systems, all within the Choreo platform. Choreo currently supports GitHub, Bitbucket, GitLab and Azure DevOps as Git providers.
4
4
5
5
!!! tip
6
6
Choreo supports both Bitbucket Server and Bitbucket Cloud. The currently supported Bitbucket Server version is 8.9.2.
@@ -104,3 +104,13 @@ Authorizing using a personal access token (PAT) obtained from your GitLab self-m
|API | Grants full read/write access to the API, covering all groups and projects, as well as read/write access to the repository.|
107
+
108
+
## Authorize Azure DevOps with Choreo
109
+
110
+
Authorizing Choreo using a Personal Access Token (PAT) from Azure DevOps grants Choreo the following permissions to perform actions on your behalf within the selected organization and project.
Copy file name to clipboardExpand all lines: en/developer-docs/docs/references/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If you have a log monitoring product or service, such as Azure Monitor, you can
36
36
Choreo allows a maximum request payload size of 50 MB.
37
37
38
38
### Q: What source control software does Choreo support?
39
-
Choreo now supports GitHub, Bitbucketand GitLab.
39
+
Choreo now supports GitHub, Bitbucket, GitLab and Azure DevOps.
40
40
41
41
### Q: Why don't I see the undeployed builds for my component in Choreo?
42
42
You are allowed to build your component any number of times. However, Choreo has a limit on retaining undeployed builds. For users on the free-tier, Choreo will retain **only one** undeployed build. For those on any other tier, Choreo will retain the **latest five** undeployed builds.
Copy file name to clipboardExpand all lines: en/developer-docs/docs/what-is-choreo.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
### Development
22
22
-**Language Flexibility**: Use your preferred programming languages to build services, APIs, tasks, and event handlers without changing tools or workflows.
23
23
-**VS Code Integration**: Collaborate and manage code using Visual Studio Code, with support for a familiar, feature-rich development environment.
24
-
-**Git Integration**: Connect to Git-based platforms such as GitHub, Bitbucket, or GitLab by linking an existing repository to develop components.
24
+
-**Git Integration**: Connect to Git-based platforms such as GitHub, Bitbucket, GitLab or Azure DevOps by linking an existing repository to develop components.
25
25
26
26
### Deployment
27
27
-**CI/CD**: Automate builds and deployments using Choreo’s integrated CI/CD pipelines. Supports customizable workflows and deployment tracks.
Copy file name to clipboardExpand all lines: en/pe-docs/docs/infrastructure/credentials/set-up-git-provider-authentication-for-choreo-deployments.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Set Up Git Provider Authentication for Choreo Deployments
2
2
3
-
Choreo enables you to develop components by connecting your GitHub, Bitbucket, or GitLab repository. You have the flexibility to either connect an existing repository or start with an empty repository and commit the source code later. By integrating your repositories with Choreo, you can automate tasks and optimize workflows across multiple systems, all within the Choreo platform. Choreo currently supports GitHub, Bitbucket, and GitLab as Git providers.
3
+
Choreo enables you to develop components by connecting your GitHub, Bitbucket, GitLab or Azure DevOps repository. You have the flexibility to either connect an existing repository or start with an empty repository and commit the source code later. By integrating your repositories with Choreo, you can automate tasks and optimize workflows across multiple systems, all within the Choreo platform. Choreo currently supports GitHub, Bitbucket, GitLab and Azure DevOps as Git providers.
4
4
5
5
!!! tip
6
6
Choreo supports both Bitbucket Server and Bitbucket Cloud. The currently supported Bitbucket Server version is 8.9.2.
@@ -9,7 +9,7 @@ In Choreo, you can connect a Git repository that contains some source code or a
9
9
10
10
## Connect a Git repository to Choreo
11
11
12
-
You can connect Bitbucket, Gitlab repositories to choreo organization using a Personal Access Token(PAT). For github, the developers can install [WSO2 Cloud App](https://github.com/marketplace/choreo-apps) during component creation and get necessary permissions via Github itself.
12
+
You can connect Bitbucket, GitLab, Azure DevOps repositories to choreo organization using a Personal Access Token(PAT). For GitHub, the developers can install [WSO2 Cloud App](https://github.com/marketplace/choreo-apps) during component creation and get necessary permissions via GitHub itself.
13
13
14
14
1. Sign in to the [Choreo Console](https://console.choreo.dev/).
15
15
2. In the Choreo Console header, go to the **Organization** list and select your organization.
@@ -49,3 +49,13 @@ Authorizing using a personal access token (PAT) obtained from your GitLab self-m
|API | Grants full read/write access to the API, covering all groups and projects, as well as read/write access to the repository.|
52
+
53
+
## Authorize Azure DevOps with Choreo
54
+
55
+
Authorizing Choreo using a Personal Access Token (PAT) from Azure DevOps grants Choreo the following permissions to perform actions on your behalf within the selected organization and project.
Copy file name to clipboardExpand all lines: en/pe-docs/docs/references/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If you have a log monitoring product or service, such as Azure Monitor, you can
36
36
Choreo allows a maximum request payload size of 50 MB.
37
37
38
38
### Q: What source control software does Choreo support?
39
-
Choreo now supports GitHub, Bitbucketand GitLab.
39
+
Choreo now supports GitHub, Bitbucket, GitLab and Azure DevOps.
40
40
41
41
### Q: Why don't I see the undeployed builds for my component in Choreo?
42
42
You are allowed to build your component any number of times. However, Choreo has a limit on retaining undeployed builds. For users on the free-tier, Choreo will retain **only one** undeployed build. For those on any other tier, Choreo will retain the **latest five** undeployed builds.
Copy file name to clipboardExpand all lines: en/pe-docs/docs/what-is-choreo.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Choreo is designed to reduce the cognitive and operational load for developers w
20
20
-**Flexible Deployments**: Run Choreo on your existing infrastructure with no vendor lock-in.
21
21
22
22
### Application Delivery
23
-
-**Seamless Git Integration**: Native integration with GitHub, BitBucket, and GitLab to support GitOps-based workflows.
23
+
-**Seamless Git Integration**: Native integration with GitHub, BitBucket, GitLab and Azure DevOps to support GitOps-based workflows.
24
24
-**Automated CI/CD Pipelines**: Automates build and deployment pipelines with support for extensions using Argo Workflows.
25
25
-**Secrets & Config Management**: Securely manage secrets, configurations, and configurations for API gateways natively within the platform.
26
26
@@ -37,7 +37,7 @@ Choreo is designed to reduce the cognitive and operational load for developers w
37
37
38
38
### Developer Self-Service Portal
39
39
-**Internal Marketplace**: Provide a centralized hub for developers to discover and reuse existing services and resources across the organization, fostering collaboration and reuse.
40
-
-**Instant Onboarding**: Connect apps from Git repos (GitHub, GitLab, Bitbucket) or container registries for easy onboarding and CI/CD-driven deployments to any environment.
40
+
-**Instant Onboarding**: Connect apps from Git repos (GitHub, GitLab, Bitbucket, Azure DevOps) or container registries for easy onboarding and CI/CD-driven deployments to any environment.
41
41
-**Self-Service Observability**: Enable teams to access logs, metrics, and insights with built-in access controls, allowing real-time monitoring and issue diagnosis.
0 commit comments