Skip to content

Commit 9a6430b

Browse files
committed
updates
1 parent 3e17c0b commit 9a6430b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/deployment-environments/tutorial-deploy-environments-in-cicd-azure-devops.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ In this tutorial, you learn how to:
4141

4242
## Create and configure an Azure Repos repository
4343

44-
1. Sign in to your Azure DevOps organization (`https://dev.azure.com/<your-organization>`). Replace `<your-organization>` with your project identifier. Select your project, and then select **Repos**.
45-
1. Select the plus sign (**+**) next to the project name in the left pane, and then select **New repository**.
46-
1. In the **Set up your repository** pane, select the **Import** tab.
47-
1. In **Clone URL**, enter **https://github.com/Azure/deployment-environments**.
44+
1. Sign in to your Azure DevOps organization (`https://dev.azure.com/<your-organization>`), and select your project. Replace the `<your-organization>` text placeholder with your project identifier.
45+
1. Select **Repos** > **Files**.
46+
1. In **Import a repository**, select **Import**.
47+
1. In **Import a Git repository**, select or enter the following:
48+
- **Repository type**: Git
49+
- **Clone URL**: https://github.com/Azure/deployment-environments
4850

4951
## Configure environment types
5052

0 commit comments

Comments
 (0)