Skip to content

Commit f618873

Browse files
authored
Link added to Enable preview feature
Provided link to Enable preview feature for Azure DevOps Services
1 parent 0ad14e3 commit f618873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/toolchain/implement-ci-cd-with-azure-pipelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Azure Pipelines is the newer version of the Azure DevOps build and release featu
1111
This article explains the steps involved in setting up your Azure Pipelines environment with Continuous Integration and Continuous Deployment to automate your SharePoint Framework builds, unit tests, and deployment.
1212

1313
> [!NOTE]
14-
> Azure Multi-stage Pipelines is still in preview and you need to make sure you enable this preview feature for your Azure DevOps organization under __Preview Features__
14+
> Azure Multi-stage Pipelines is still in preview and you need to make sure you [enable this preview feature](https://docs.microsoft.com/en-us/azure/devops/project/navigation/preview-features) for your Azure DevOps organization under __Preview Features__.
1515
1616
## Choosing between Azure Multi-stage Pipelines (preview) and Azure DevOps builds and releases
1717

1818
There are currently two approaches available to implement continuous integration, and deployement in Azure DevOps.
1919
Azure builds and releases is the historic one, featuring a graphical edition experience and storing the definitions in a JSON document hidden from the user.
2020

21-
Azure multi-stage Pipelines is a newer feature still in preview, is relies on pipeline definitions stored as YAML files on the repository providing transparency, version history and repeatability.
21+
Azure multi-stage Pipelines is a newer feature still in preview, is relies on pipeline definitions stored as YAML files on the repository providing transparency, version history, and repeatability.
2222
Both approaches are described for the SharePoint Framework:
2323

2424
- [Azure Build and Release](./implement-ci-cd-with-azure-devops.md)
@@ -213,4 +213,4 @@ To create the variable group, follow these steps:
213213
- o365_app_catalog_site_url: the url of the app catalog site collection
214214
215215
> [!NOTE]
216-
> You can select the lockpad icon next to the variable value input to mark it as sensitive and have Azure DevOps hide the value from other users and from the logs.
216+
> You can select the lockpad icon next to the variable value input to mark it as sensitive and have Azure DevOps hide the value from other users and from the logs.

0 commit comments

Comments
 (0)