Skip to content

Commit 772287f

Browse files
Update LOCAL_DEPLOYMENT.md
1 parent 6eafdfa commit 772287f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/LOCAL_DEPLOYMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ provisioned resources. This file can be created manually at the root of the proj
108108
provisioned using `azd provision` or `azd up`, a `.env` file is automatically generated in the `.azure/<env-name>/.env`
109109
file. To get your `<env-name>` run `azd env list` to see which env is default.
110110

111+
Set APP_ENV in your `.env` file to control Azure authentication. Set the environment variable to dev to use Azure CLI credentials, or to prod to use Managed Identity for production. Ensure you're logged in via az login when using dev in local. To configure your environment, ensure that APP_ENV is set to **"dev"** in your .env file.
112+
111113
The `AzureWebJobsStorage` needs to be added to your `.env` file manually. This can be retrieved from the function
112114
settings via the Azure Portal.
113115

0 commit comments

Comments
 (0)