Azure-Samples / aks-store-demo

Sample microservices app for AKS demos, tutorials, and experiments
MIT License
143 stars 225 forks source link

feat: azd with terraform and helm to resolve #58 #81

Closed pauldotyu closed 9 months ago

pauldotyu commented 9 months ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

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

How to Test

What to Check

Verify that the following are valid

Other Information

chzbrgr71 commented 9 months ago

I tested the azd update and it all worked as expected. Awesome!

I would suggest one update on the README. Can you add a couple bullets on testing the deployment as described in the PR (see below).


Verify that the following are valid

In the Azure portal, use Azure Service Bus explorer to check for order messages
In the Azure portal, use the Azure Cosmos DB database explorer to check for order records
Port-forward the store-admin service and ensure you can add product descriptions using the AI service
pauldotyu commented 9 months ago

I would suggest one update on the README. Can you add a couple bullets on testing the deployment as described in the PR (see below).

Verify that the following are valid

In the Azure portal, use Azure Service Bus explorer to check for order messages
In the Azure portal, use the Azure Cosmos DB database explorer to check for order records
Port-forward the store-admin service and ensure you can add product descriptions using the AI service

Thanks @chzbrgr71! I've updated the README.md file with the additional validation steps.