From e9010fdf03b1a14641983d04d679652e6817004b Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Tue, 7 May 2024 14:04:03 +0200 Subject: [PATCH] Update content/spin/v2/dynamic-configuration.md Co-authored-by: Timothy McCallum Signed-off-by: Thorsten Hans --- content/spin/v2/dynamic-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/spin/v2/dynamic-configuration.md b/content/spin/v2/dynamic-configuration.md index cd83ced7e..87216f9d1 100644 --- a/content/spin/v2/dynamic-configuration.md +++ b/content/spin/v2/dynamic-configuration.md @@ -202,7 +202,7 @@ $ az role assignment create --assignee $CLIENT_ID \ ``` 4. Go to the [Azure Key Vault variable provider example](https://github.com/fermyon/enterprise-architectures-and-patterns/tree/main/application-variable-providers/azure-key-vault-provider) application. -5. Replace Tokens in `runtime_config.toml` +5. Replace Tokens in `runtime_config.toml`. The `azure-key-vault-provider` application contains a `runtime_config.toml` file. Replace all tokens (e.g. `$KV_NAME$`) with the corresponding shell variables you created in the previous steps.