Skip to content

Commit

Permalink
Update 00-env-file.md
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
MScalopez authored Apr 12, 2024
1 parent 0f4062f commit dd3b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/00-env-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The **.env** file contains key-value pairs, each defining a specific configurati

## How to Use

1. This file is used for the *create-azure-resources.ps1* PowerShell script, and the Lab's Python and Node.js applications. The values in the .env file are used to configure the applications and scripts to interact with the Azure resources.
1. This file is used for the *create-azure-resources.ps1* PowerShell script, and the lab's Python and Node.js applications. The values in the .env file are used to configure the applications and scripts to interact with the Azure resources.
lab.
1. If you're using the .env file to populate the *create-azure-resources.ps1* PowerShell script variables, you need to set the **-useEnvFile** parameter when running the script. By default the *create-azure-resources.ps1* PowerShell script also populates the **.env** file with those resources it creates.
1. Fill in the variables with your specific values, making sure all values are inside double quotes. Leave values blank for those value pairs that a lab doesn't need. For example, if you aren't using the Azure OpenAI service for a lab, you can leave the **OpenAIAccount**, **OpenAIKey1**, and all other OpenAI variables blank.
Expand Down

0 comments on commit dd3b973

Please sign in to comment.