Skip to content

Commit f56d629

Browse files
authored
Merge pull request #96725 from changeworld/patch-3
Fix typo
2 parents 56347d1 + a118397 commit f56d629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-setup-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Authenticating with a service principal uses the [Azure Identity package for Pyt
219219
* `AZURE_CLIENT_SECRET` - The password/credential generated for the service principal.
220220

221221
> [!TIP]
222-
> During development, consider using the [python-dotenv](https://pypi.org/project/python-dotenv/) package to set these environment variables. Python-dotenv loads environment variables from `.env` files. The standard `.gitignore` file for Python automatically excludes `.env` files, so they shouldn't be checked into any github repos during development.
222+
> During development, consider using the [python-dotenv](https://pypi.org/project/python-dotenv/) package to set these environment variables. Python-dotenv loads environment variables from `.env` files. The standard `.gitignore` file for Python automatically excludes `.env` files, so they shouldn't be checked into any GitHub repos during development.
223223
224224
The following example demonstrates using python-dotenv to load the environment variables from a `.env` file and then using `DefaultAzureCredential` to create the credential object:
225225

0 commit comments

Comments
 (0)