Azure-Samples / container-apps-store-api-microservice

Sample microservices solution using Azure Container Apps, Dapr, Cosmos DB, and Azure API Management
MIT License
340 stars 420 forks source link

Change bookmark for creating encrypting secrets #8

Closed lastcoolnameleft closed 2 years ago

lastcoolnameleft commented 2 years ago

The bookmark for the page was to creating secrets for an environment which doesn't work by default with this repo (because you then have to modify the build.yaml to add the env. If you add the secret to the repo, it'll work without any modifications.

Purpose

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information