Skip to content

Commit cdd9aef

Browse files
author
gitName
committed
edit
1 parent 3ce26f9 commit cdd9aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/api-management-configuration-repository-git.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For information on saving the service configuration using the REST API, see [Ten
7373
To clone a repository, in addition to the URL to your repository, you need a username and a password.
7474

7575
> [!CAUTION]
76-
> Using username and password credentials with a Git repository can pose security risks. Store your password securely and rotate it regularly. Don't store your credentials in plain text in code or configuration files. Use multi-factor authentication or access token methods if they're supported by your Git hosting platform.
76+
> Using username and password credentials with a Git repository can pose security risks. Store your password securely and rotate it regularly. Don't store your credentials in plain text in code or configuration files.
7777
7878
1. On the **Repository** page, select **Access credentials** near the top of the page.
7979

@@ -95,7 +95,7 @@ Open your Git tool in the desired folder and run the following command to clone
9595
git clone https://{name}.scm.azure-api.net/
9696
```
9797

98-
Provide the username and password when prompted. If you configured an access token in your Git hosting platform instead of a password, provide the access token as the password.
98+
Provide the username and password when prompted.
9999

100100
If you receive any errors, try modifying your `git clone` command to include the username, as shown in the following example. Provide the password when prompted.
101101

0 commit comments

Comments
 (0)