From 17cbe233bcad372428d964aae6f15aa8c744d2cc Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 17 Jul 2023 16:18:15 +0100 Subject: [PATCH] Small typo in "Key Valut" Changed to Key Vault --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb971a7..fe433c5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The Short Version below is intended for a quick overview and requires some famil - Add this config setting to the function app:\ **`PLAYWRIGHT_BROWSERS_PATH=/home/site/wwwroot/node_modules/playwright-chromium/.local-browsers/`** - - Add Managed Identity and Key Vault, configure the function to access they Key Valut for storing test secrets + - Add Managed Identity and Key Vault, configure the function to access they Key Vault for storing test secrets - Add config settings to store variable data, access it via `process.env["config_name"]` in test