eShop icon indicating copy to clipboard operation
eShop copied to clipboard

How vault is created?

Open ngaisteve1 opened this issue 1 year ago • 0 comments

I noticed that when I run azd init, this file config.json is created but it is empty. After running azd up, I can something created in config.json.

{ "infra": { "parameters": { "eventbus_password": "vault://xxx", "myInsightsResource": "vault://xxx", "postgres_password": "vault://xxx" } }, "vault": "xxx" }

May I know which step created the above? I tried to search for the key vault in Azure but unable to find also. But everything works well. Just that I want to find out the value of this key vault in Azure

ngaisteve1 avatar Jul 31 '24 07:07 ngaisteve1